Bob Sneidar wrote:

> For the revmail issue, I put a simple revmail one line handler in
> a button script in a new stack and compiled it as a standalone. In
> the IDE it launches the Apple Mail program and fills in the fields
> with whatever was in the arguments. In the standalone it does
> nothing. It fails silently.
>
> In the time calculator, another simple app, the only Livecode command
> I call is the convert command. That also fails silently.

It sounds like the LC libs aren't being initialized. Do you have a preOpenbackground handler on the first card of your standalone? If so, try passing that message.

The silent fail is a an unfortunate IDE design decision, in which the error reporting dialog is not included by default. Add that (see the last pane of the Standalone Builder) and I'll be what you get is a "handler not found" error.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.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