Hi,
I cannot seem to find a function similar to FileDialogClose.
I want to do some stuff before it starts queueing files and after the filedialog closes. fileDialogComplete does not seem to work.
Any way to do this?
Arjan.
Hi,
I cannot seem to find a function similar to FileDialogClose.
I want to do some stuff before it starts queueing files and after the filedialog closes. fileDialogComplete does not seem to work.
Any way to do this?
Arjan.
April 2, 2008 - 12:55pm
There is FileDialogStart and FileDialogComplete. The one fires immediately before the dialog is opened the other after the selected files have been processed and queued.
You could simulate a FileDialogClose event by doing whatever work for only the first fileQueued or fileQueueError event (you'd have to keep track that you've done it already so it's not done over and over agains).