Hey ext dev folks,
I'm looking for a way in Windows EDIF SDK to store data globally to the application. This means regardless of the number of objects in the frame, the number of sub-apps and their objects, there's always only one data variable.
This is due to the object relying on an OS call that is only valid to use once. So when there are 0 objects (i.e. end of frame) the data variable is to be deallocated; when 1, allocated; when 2 or more, nothing happens.
Some information on allowing an object to be global in the properties would be good too.
Cheers