Hi all,
Could someone point me in the right direction on this?
My extension has a file selector property in the properties panel (a PropData_Filename() ), which shows the chosen file name in an edit box.
I can detect when a file is selected via SetPropValue(), but once my property has been handled, I want to change its value to something like "Processed".
The idea is for the user to browse to a file, select one, and then as soon as it's selected the extension does something with it and then the filename is no longer needed, so should be replaced with some generic string telling the user it's been handled (or whether some error occurred).
Is that possible?
Alternatively, I could use just a Button property, but I wouldn't know where to begin with getting it to pop up a file selector. Any pointers in either direction would be appreciated
Thanks,
Chris