[Gambas-user] FileView

António Pereira ct1egh at ...626...
Sun Sep 23 02:16:26 CEST 2007


Hi Benoit,

I allready try the FileView.Count property but on release 1.9.50 I got
the error message [Unknown symbol 'Count' in class 'FileView']

Any idea???

Regards,

	António

Em Sat, 22 Sep 2007 20:54:05 +0200
Benoit Minisini <gambas at ...1...> escreveu:

> On samedi 22 septembre 2007, António Pereira wrote:
> > Hi every one!!!
> >
> > Is there any way to count files listed on a FileView?
> > I try this way:
> >
> >    FileView1.Dir = Application.Path
> >    FileView1.Filter = ["*.txt", "All Text files"]
> >    Message.Info(FileView1.Children.Count)
> >
> > But the returned counter is allways 2 !!!
> >
> > Regards,
> >
> >    Antonio
> >
> 
> You have the FileView.Count property for that now.
> 
> Regards,
> 




More information about the User mailing list