Re: [Gambas-user] FileChooser Settings format

2015-02-06 Thread adamn...@gmail.com
Sorry, that's the "Detailed view" toggle button. B -- B Bruen -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub fo

Re: [Gambas-user] FileChooser Settings format

2015-02-06 Thread adamn...@gmail.com
On Fri, 06 Feb 2015 23:24:47 +0100 Benoît Minisini wrote: > Le 06/02/2015 23:09, adamn...@gmail.com a écrit : > > Could you decipher the format of the .config settings for a > > FileChooser please. > > > > [FMain] Geometry=[205,186,840,564,0] > > FileChooser1=[1,"/home/horsedownload","/home/horse

Re: [Gambas-user] FileChooser Settings format

2015-02-06 Thread Benoît Minisini
Le 06/02/2015 23:09, adamn...@gmail.com a écrit : > Could you decipher the format of the .config settings for a > FileChooser please. > > [FMain] Geometry=[205,186,840,564,0] > FileChooser1=[1,"/home/horsedownload","/home/horsedownload","",True,[182,642],[1,True,False,"3,37.143,+,12.571,>,39.143",3

[Gambas-user] FileChooser Settings format

2015-02-06 Thread adamn...@gmail.com
Could you decipher the format of the .config settings for a FileChooser please. [FMain] Geometry=[205,186,840,564,0] FileChooser1=[1,"/home/horsedownload","/home/horsedownload","",True,[182,642],[1,True,False,"3,37.143,+,12.571,>,39.143",32,False],1] In particular, I'm looking for whether it save

Re: [Gambas-user] FileChooser settings

2013-01-13 Thread Benoît Minisini
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 co

[Gambas-user] FileChooser settings

2013-01-13 Thread bill-lancaster
Is it possible to change the width of columns in the files window of FileChooser and store them? Gambas 3.3.4 -- View this message in context: http://gambas.8142.n7.nabble.com/FileChooser-settings-tp40720.html Sent from the gambas-user mailing list archive at Nabble.com. --