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

2010-01-06 Thread JLichter
? Or have you a better concept for do this? Regards, Jo Am Mittwoch, den 06.01.2010, 18:52 +0100 schrieb Fabien Bodard: 2010/1/6 JLichter jlich...@web.de: Dear All! Confused: With the event FileChooser1_Activate() I can using as event a DbkClick ;-) OK, but how can I using

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 jlich...@web.de: Dear All! Confused: With the event FileChooser1_Activate() I can using as event

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

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

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

2010-01-05 Thread JLichter
] hObject.DirView.Reload 2010/1/5 JLichter jlich...@web.de: 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

[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

[Gambas-user] gb.report pagebreak?

2009-12-28 Thread JLichter
I use Ubuntu 9.10 with Gambas 2.13 and I try the gb.report. All is running good, however I can't create a page 2 or more in the report. Is it possible two create more pages (pagebreak)? Thanks in advance, jo42 Here my code: ___ ' Gambas module