[Gambas-user] [Gambas-devel] Refreshing a Filechooser control [Solved][Better]
richard terry
rterry at ...1946...
Fri Mar 19 04:09:53 CET 2010
On Friday 19 March 2010 13:19:22 richard terry wrote:
> On Friday 19 March 2010 13:16:38 you wrote:
> > > On Friday 19 March 2010 04:30:39 Fabien Bodard wrote:
> > > > try that ...
> > > > o.FileView.reload()
> > > >
> > > Dim o As Object
> > > o = FileChooser1.Children[0]
> > > o.FileView.reload()
> > >
> > > This works perfectly, thanks Fabian.
> > >
> > > Would it be possible to have this inserted in this control as a
> > > property?
> > >
> > > Regards
> > >
> > > richard
> >
> > Fixing the FileChooser.Reload() method is better. That should be the case
> > in revision #2809.
> >
> > Regards,
>
> thanks, I did try that code but dosn't work in my version, I'll upgrade and
> try.
Thanks Benoit, this method is finally working, I've tested it.
Regards
Richard
More information about the User
mailing list