[Gambas-user] BIG BUG in IDE or Dialog.Filter

Bodard Fabien gambasfr at ...11...
Fri Feb 25 20:06:53 CET 2005


Le jeudi 24 Février 2005 22:19, Charlie Reinl a écrit :
> Salut,
>
> if you set Dialog.Filter like
> selExisting.Filters = ("Text files") & "|*.txt,*.text,*.html|" & ("All
> files") & "|*.*"
> and you choose 'All files' , you don't see files without a DOT in , like
> COPYING or ChangeLog.

Hi Charlie,

it's not a bug but a feature :)
try
selExisting.Filters = ("Text files") & "|*.txt,*.text,*.html|" & ("All
 files") & "|*"

Because you say at the system to find a file with an extention 
file-point-ext = *.*
me i say find all file = *

that's all

Regards,
Fabien Bodard

>
> So all (the most of them) Dialog.Filter in the IDE for 'All files' have to
> be * or the  Dialog.Filter has to be changed, to show even files without a
> DOT in!
>
> This is on gambas-1.0.3
>
> Amicalment
> Charlie
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list