Sept. 3, 2015
11:28 a.m.
On 03-09-15 12:33, Yuriy Tymchuk wrote:
I want to persist some value (in a singleton), but when a user creates a copy of the image, I want to regenerate that data, so there will be no two images with the same persisted data. Is there some way to act on an image launch? Or maybe you have better suggestionsâ¦
You could use SHA1 hashMessage: FileSystem workingDirectory fullName to see if you are in the same image, and you could add a class to the startuplist like GTPlayBook does Stephan