Can't build a standalone

Richard Gaskin ambassador at fourthworld.com
Mon Dec 20 14:51:28 EST 2004


Jeffrey Reynolds wrote:
> was this a natively build rev stack or a metacard stack brought over to 
> rev? i have had the same issue when trying to build new rev apps out of 
> stacks started in mc. one thing is to make sure all the stack resources 
> (dialog boxes, message box, etc) are removed, rev handles this 
> differently (ie message box can conflict with the rev message box) and 
> installs the resources necessary for the standalone when its built.

FWIW, stacks made with MC can be completely interoperable with Rev, 
provided you turn off Rev's included dialogs for those that you've 
already copied in with MC (answer dialog, ask dialog, etc.), and that 
you ignore the unnecessarily alarming wording in Rev's warning dialog.

It turns out that Rev's routine that checks for the existence of stack 
names that may conflict with ones it can optionally copy into your 
standalone doesn't put quotes around the stack title when it tells you 
about it, so if your stack contains MC's "Execution Error" dialog Rev's 
warning reads:

   "A stack execution error in file /Applications/Rev/
    license.rev is already in memory...."

That sounds much more ominous that what's really happening, which is:

   "A stack 'Execution Error" in file...."

A request has been submitted to address this:
<http://support.runrev.com/bugdatabase/show_bug.cgi?id=2276>

--
  Richard Gaskin
  Fourth World Media Corporation
  __________________________________________________
  Rev tools and more: http://www.fourthworld.com/rev


More information about the use-livecode mailing list