Ok, here’s a weird one...   I make a standalone on my mac (LC Indy 8.1.1, OSX 
10.12.1).  Here’ the ENTIRE project:

New Stack
Add 1 button
Set script of button to this:

on mouseUp
   answer “This is a test."
end mouseUp

Now, build standalone.  Everything is fine.  Runs on Mac running 10.6.8, runs 
on Mac running 10.12.1.

Change the script of the button to this:

on mouseUp
   put url "http://www.google.com/"; into pURL
   answer pURL
end mouseUp

Now, the standalone fails ON LAUNCH.  Doesn’t even open the main stack to click 
the button.  App runs fine on the 10.12.1 machine, so I doubt it’s a missing 
inclusion (although the Internet Library is selected and “Select inclusions for 
the standalone application” selected).  Documentation says 10.6.8 is still 
supported.


Any thoughts of wisdom?

-Dan
_______________________________________________
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