> Monte, what I want to do is encrypt the file (mergeAES) before the system
> shuts down or hibernates. Essentially trap it and send a shutdown/close
> stack request to myself so I can terminate in an orderly fashion. Doable?


mergNotify "UIApplicationWillResignActiveNotification"

on UIApplicationWillResignActiveNotification
   -- do your encryption here
end UIApplicationWillResignActiveNotification

Cheers

Monte

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to