[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FileView.doesn't update on Dir-Change when View=Normal
[Thread Prev] | [Thread Next]
- Subject: FileView.doesn't update on Dir-Change when View=Normal
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Thu, 22 Jan 2026 19:21:41 +0100
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
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
| Re: FileView.doesn't update on Dir-Change when View=Normal | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |