Discussion:
[Foxgui-users] FXDirList
Julia Dudascik (Contractor)
2017-01-20 22:22:17 UTC
Permalink
Hi,

I have a FXDirList that has a pattern set to a certain file type. So,
initially, only files of type ".demo" are displayed. When the user presses
a button this filetype changes to ".upd". My FXDirList does not update
right away to only display this new filetype. It still shows the ".demo"
files. After several seconds, the files displayed update to ".upd". I need
FXDirList to update right away. How do I force it to show only the ".upd"
files when the user presses this button? I have tried recalc(), and
forceRefresh() on FXDirList and it does not update immediantly. Is there
something else I need to do?

Thanks
Julia
JVZ
2017-01-20 22:42:25 UTC
Permalink
On Fri, 20 Jan 2017 17:22:17 -0500
Post by Julia Dudascik (Contractor)
Hi,
I have a FXDirList that has a pattern set to a certain file type. So,
initially, only files of type ".demo" are displayed. When the user presses
a button this filetype changes to ".upd". My FXDirList does not update
right away to only display this new filetype. It still shows the ".demo"
files. After several seconds, the files displayed update to ".upd". I need
FXDirList to update right away. How do I force it to show only the ".upd"
files when the user presses this button? I have tried recalc(), and
forceRefresh() on FXDirList and it does not update immediantly. Is there
something else I need to do?
Thanks
Julia
Looked at it; there indeed seems to be a bug; not all the subdirectories
will be rescanned as they should.

I will fix this.




-- JVZ



+----------------------------------------------------------------------------+
| Copyright (C) 16:30 01/20/2017 Jeroen van der Zijp. All Rights Reserved. |
+----------------------------------------------------------------------------+
Loading...