On 5/11/12 12:43 PM, dunb...@aol.com wrote:

But when I loaded the app onto another Mac, although all screen
functionality works perfectly, the control signals are not
implemented.

It sounds like the app can't find the external. Do you see it in the standalone bundle? It should be next to the engine if you put it into the Copy Files pane in the standalone settings.

You can either set the externals in a line of script, or using the externals pane in the stack's property inspector. If you use the inspector, don't include a path, just use the short file name, like "myexternal.bundle". You won't need to use a script if you do it that way, I believe.

I usually bypass the inspector and use a line of script instead:

  set the externals of this stack to "myexternal.bundle"

You can only set externals in a preOpenStack handler. Anything after that and its too late to load them.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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