Re: [Gambas-user] FileChooser select bug

2016-11-09 Thread Charlie
Thanks Benoît that is useful information. -- View this message in context: http://gambas.8142.n7.nabble.com/FileChooser-select-bug-tp57735p57740.html Sent from the gambas-user mailing list archive at Nabble.com. -- Dev

Re: [Gambas-user] FileChooser select bug

2016-11-08 Thread Benoît Minisini
Le 08/11/2016 à 14:37, Charlie a écrit : > When I place a *FileChooser* on a form and then deselect it, I am unable to > reselect the *FileChooser* with the mouse, I can click on it repeatedly but > nothing happens. I have to go to *Hierarchy* and select it there. I have > noticed this also happens

[Gambas-user] FileChooser select bug

2016-11-08 Thread Charlie
When I place a *FileChooser* on a form and then deselect it, I am unable to reselect the *FileChooser* with the mouse, I can click on it repeatedly but nothing happens. I have to go to *Hierarchy* and select it there. I have noticed this also happens on my Rapberry Pi 3 with Gambas 3.8.4 but repeat

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 change event don't raise

2014-07-04 Thread Benoît Minisini
Le 02/07/2014 15:04, Charlie Reinl a écrit : > Salut Benoît, > > Filechooser change event don't raise when changing filename, only when > changing DIR. > Change event was raised when the *selected file* changes, not the filename textbox. In revision #6360, I raise it too when the selected file i

[Gambas-user] Filechooser change event don't raise

2014-07-02 Thread Charlie Reinl
Salut Benoît, Filechooser change event don't raise when changing filename, only when changing DIR. -- Amicalement Charlie TestApp-0.0.5.tar.gz Description: application/compressed-tar -- Open source business process ma

Re: [Gambas-user] FileChooser

2014-04-02 Thread Tobias Boege
On Wed, 02 Apr 2014, Pino Zollo wrote: > HI, > > Please, can somebody point me to an example of code using FileChooser ? > > I would like to do something like in the IDE when "Projec-Create-SourceCode" > You want to do something like in the IDE... So why not look at the IDE's source code[0]? I

[Gambas-user] FileChooser

2014-04-02 Thread Pino Zollo
HI, Please, can somebody point me to an example of code using FileChooser ? I would like to do something like in the IDE when "Projec-Create-SourceCode" Thanks Pino -- ___ G

Re: [Gambas-user] FileChooser Filter

2014-02-21 Thread ISS Boss
Wouldn't that be just putting "GPR*.jpg; GPR*.jpeg", "Photo Files" in the filter box? bill-lancaster wrote, On 02/21/2014 08:34: I have a list of files including some .jpg. Setting FileChooser1.filter to ["*.jpg;*.jpeg;", "Photo files"] is fine. But can I exclude certain files from the

Re: [Gambas-user] FileChooser Filter

2014-02-21 Thread ISS Boss
Never mind. Senior moment. I read "exclude" as "include". (Stupid trifocals) bill-lancaster wrote, On 02/21/2014 08:34: I have a list of files including some .jpg. Setting FileChooser1.filter to ["*.jpg;*.jpeg;", "Photo files"] is fine. But can I exclude certain files from the dis

[Gambas-user] FileChooser Filter

2014-02-21 Thread bill-lancaster
I have a list of files including some .jpg. Setting FileChooser1.filter to ["*.jpg;*.jpeg;", "Photo files"] is fine. But can I exclude certain files from the display i.e. those whose name start with "GPR" (GPR0098.jpeg for example)? -- View this message in context: http://gambas.8142.n7.nabble

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. --

[Gambas-user] FileChooser filter patterns: exclude pattern

2012-12-14 Thread Bruce
Hi guys, Is it possible to set a filter for a FileChooser such that it will exclude files matching the pattern? For example, so that all the png files are not listed I've tried ["!*.png","No pngs"] but that doesn't work. tia Bruce --

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread Benoît Minisini
> Hi Fabien, > What a pity, you don't see the need for these events? > I could be on the wrong track? ;-( > > mmh... ok, e.g.: > > I want to create a contex-menue with right-mouse-click, or > delete a file with the DEL-Key like: "IF key.Code = key.Delete THEN ... > " > > Sorry, for my understan

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread JLichter
Ooops! I'm very sorry! I can use the needed events from the form! Many thanks for your patience! Jo Am Mittwoch, den 06.01.2010, 18:52 +0100 schrieb Fabien Bodard: > 2010/1/6 JLichter : > > Dear All! > > > > Confused: With the event FileChooser1_Activate() I can using as event a > > DbkCli

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread JLichter
Hi Fabien, What a pity, you don't see the need for these events? I could be on the wrong track? ;-( mmh... ok, e.g.: I want to create a contex-menue with right-mouse-click, or delete a file with the DEL-Key like: "IF key.Code = key.Delete THEN ... " Sorry, for my understanding I need such event

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread Fabien Bodard
2010/1/6 JLichter : > Dear All! > > Confused: With the event FileChooser1_Activate()  I can using as event a > DbkClick ;-) > > OK, but how can I using as event a KeyPress or MouseDown? > It seems to me, that both events do not work. > > Thanks in advance, > Jo > ---

[Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-05 Thread JLichter
Dear All! Confused: With the event FileChooser1_Activate() I can using as event a DbkClick ;-) OK, but how can I using as event a KeyPress or MouseDown? It seems to me, that both events do not work. Thanks in advance, Jo --

Re: [Gambas-user] FileChooser Refresh and Events?

2010-01-05 Thread JLichter
Great! Many Thanks that's right :-) Jo Am Dienstag, den 05.01.2010, 23:43 +0100 schrieb Fabien Bodard: > this is true ... it's a miss :) ... only fileview and dirview have > reload method ! > > > > But as workaround you can do that : > > > DIM hObject AS Object > hObject = FileChooser1.c

Re: [Gambas-user] FileChooser Refresh and Events?

2010-01-05 Thread Fabien Bodard
this is true ... it's a miss :) ... only fileview and dirview have reload method ! But as workaround you can do that : DIM hObject AS Object hObject = FileChooser1.children[0] hObject.DirView.Reload 2010/1/5 JLichter : > Dear Benoît Minisini, > > Thanks for your fast answer. > > But th

Re: [Gambas-user] FileChooser Refresh and Events?

2010-01-05 Thread JLichter
Dear Benoît Minisini, Thanks for your fast answer. But the FileChooser hasn't a reload method. Link: http://gambasdoc.org/help/comp/gb.form/filechooser Regards Jo at 05.01.2010, 20:39 +0100 wrote Benoît Minisini: > > Dear All! > > > > I am using Ubuntu 9.10 with Gambas 2.13 and 2.18. > > H

Re: [Gambas-user] FileChooser Refresh and Events?

2010-01-05 Thread Benoît Minisini
> Dear All! > > I am using Ubuntu 9.10 with Gambas 2.13 and 2.18. > How can I refresh the FileChooser? > > Unfortunately FileChooser1.Refresh does not work and I trick it with: > > FileChooser1.ShowDetailed = FALSE > FileChooser1.ShowDetailed = TRUE > > > Also the event KeyPress and

[Gambas-user] FileChooser Refresh and Events?

2010-01-05 Thread JLichter
Dear All! I am using Ubuntu 9.10 with Gambas 2.13 and 2.18. How can I refresh the FileChooser? Unfortunately FileChooser1.Refresh does not work and I trick it with: FileChooser1.ShowDetailed = FALSE FileChooser1.ShowDetailed = TRUE Also the event KeyPress and MouseDown not work. Th