Howdi!
I got following problem. I've implemented a file filter plugin, which merely overrides the native psd fileformat reads the psd structure and acts on it. Additionally I need the user to provide some additional information during this process, but only during a file read triggered by an actual open event. Now to the problem: When opening the file chooser and selecting a psd (even without opening it, just selecting it) my fileformat plugin gets invocation.
Is there a way to distinguish the context of invocation of my plugin? I reckon there is a preview flag in the data structure passed to the file format plugin, but this one is always set to false regardlass of the context.
Any ideas?
Regards,
Mike