21 Apr
2011
21 Apr
'11
3:03 a.m.
On Apr 20, 2011, at 11:54 AM, Martin Owens wrote:
On Wed, 2011-04-20 at 18:40 +0100, Andrew wrote:
One thing also, do you feel any extra controls should be added to the dialog? For example I think I am going to add a refresh button.
Don't add a refresh button, tie the code into inotify so you can get a signal when files change in the directory. Should be fairly simple and anything to reduce the complexity of the design the user is a positive.
There are some significant problems with inotify, so I'd recommend avoid it if possible.
There are other ways to implement refresh without resorting to a button, so we should look at those.
It may or may not be helpful to have you code call into the new "resource/asset manager" I'm coding up now.