[Gambas-user] DirChooser1.Refresh ' Not refresh after delete

Benoît Minisini gambas at ...1...
Tue Jan 26 20:46:43 CET 2010


> Actually i want to reload the DirChooser contents not redraw the control.
> 

Yes, the Reload() method exists only in Gambas 3. But I think you have a 
workaround: 

DIM hObject AS Object = hDirChooser.Children[0]
hObject.btnRefresh_Click

Tell me if it works!

-- 
Benoît Minisini




More information about the User mailing list