[Gambas-user] bug 1.9.44 Dialog.Filter

Benoit Minisini gambas at ...1...
Wed Oct 25 10:58:51 CEST 2006


On Wednesday 25 October 2006 10:50, olinux wrote:
> Benoit Minisini a écrit :
> > On Wednesday 25 October 2006 10:42, olinux wrote:
> >> Benoit Minisini a écrit :
> >>> On Wednesday 25 October 2006 08:51, olinux wrote:
> >>>> A little bug
> >>>>
> >>>> Dilaog.Filter give strange things with Dialog.SaveFile when setting
> >>>>
> >>>>
> >>>>
> >>>> regards
> >>>> Olivier Coquet
> >>>
> >>> What are you talking about ? I can't read minds yet. :-)
> >>
> >> setting dialog.filter like this
> >>
> >> Dialog.filter = ["monfiltre (*.flt)"]
> >>
> >> and yhe window show this in selector after dialog.save
> >>
> >> all files (*)
> >>
> >> setting this:
> >>
> >> Dialog.Filter = ["monfiltre (*.flt)","mon autre filtre (*.mft)"]
> >>
> >> and the window show this in selector after dialog.save
> >>
> >> monfiltre (*.flt)(mon autre filtre (*.mft))
> >> all files (*)
> >>
> >> setting this:
> >>
> >> Dialog.Filter = ["monfiltre (*.flt)",""]
> >>
> >> and the window show this in selector after dialog.save
> >>
> >> monfiltre (*.flt)()
> >> all files (*)
> >>
> >> regards
> >> Olivier Coquet
> >
> > Do you use gb.qt component, gb.qt & gb.form or gb.qt & gb.qt.kde ?
>
> gb.qt only
>
> regards

The syntax has changed. See http://gambasdoc.org/help/comp/gb.qt/dialog/filter

Regards,

-- 
Benoit Minisini





More information about the User mailing list