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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
--
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
--
> 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
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
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
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
> ---
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
--
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
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
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
> 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
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
27 matches
Mail list logo