I have a stand alone with a card with a button with a mouseUp handler
on mouseUp
-- some stuff
-- tApplication variable contains a path to another standalone for
OSX or Window depending upon what platform() this standalon is running on
launch tApplication
put the result into tError
if tError is not empty then
answer error tErrormEssage
end if
quit
end mouseUp
On Windows, the designated application launches promptly and my app
quits immediately.
On OSX, the designated application launches promptly and my app waits
way too long (a minute or two) before quitting.
Standalone built for OSX and Windows on Windows under LC905
Anyone have any experience like this? Any ideas on what to do to get the
OSX version to quit when told to quit?
_______________________________________________
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