|
From: Julia D. (Contractor) <jul...@un...> - 2017-01-20 22:22:25
|
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 |