[Gambas-user] FileChooser Refresh and Events?

Fabien Bodard gambas.fr at ...626...
Tue Jan 5 23:43:42 CET 2010


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 <jlichter at ...20...>:
> 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 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.
>> >
>> >
>> > Thanks in advance,
>> > Jo
>>
>> If I remember, you must call the Reload method. The Refresh method is just for
>> refreshing the GUI of the control.
>>
>> Regards,
>>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list