[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FileView.doesn't update on Dir-Change when View=Normal


Le 22/01/2026 à 19:21, Claus Dietrich a écrit :
I just reviewed a request in the German Gambas-Club and could confirm that


FileView1.View = FileView.Detailed

FileView1.Dir =<dir>


updates the contents of the FileView when I change the directory. But when I use


FileView1.View = FileView.Normal

FileView1.Dir =<dir>


the FileView does not update its contents. Is that the expected behaviour?

In this case the following helps:


FileView1.View = FileView.Normal

FileView1.Current = "*"

FileView1.Dir =<dir>


Best regards

Claus


If you have made a little project to check the bug, can you send it? Otherwise can you make some?

--
Benoît Minisini.


Follow-Ups:
Re: FileView.doesn't update on Dir-Change when View=NormalClaus Dietrich <claus.dietrich@xxxxxxxxxx>
References:
FileView.doesn't update on Dir-Change when View=NormalClaus Dietrich <claus.dietrich@xxxxxxxxxx>