Missing Functionality

Richard Gaskin ambassador at fourthworld.com
Fri Apr 8 11:39:55 EDT 2016


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
  ____________________________________________________________________
  Ambassador at FourthWorld.com                http://www.FourthWorld.com





More information about the use-livecode mailing list