[Gambas-user] FileChooser settings

Benoît Minisini gambas at ...1...
Sun Jan 13 12:19:09 CET 2013


Le 13/01/2013 11:26, bill-lancaster a écrit :
> Is it possible to change the width of columns in the files window of
> FileChooser and store them?
> Gambas 3.3.4
>

This is done by the Settings class: Settings.Save(MyFileChooser, "key") 
and Settings.Load(MyFileChooser, "key").

If you need more control, you can use the Settings property.

-- 
Benoît Minisini




More information about the User mailing list