Or even easier, click the "Messages" button up in the toolbar before opening the stack and then click it again once it is open.

James P. Spencer
Rochester, MN

[EMAIL PROTECTED]

"Badges??  We don't need no stinkin badges!"


On Apr 14, 2006, at 11:49 PM, Jim Ault wrote:

On 4/14/06 9:23 PM, "Robert Sneidar" <[EMAIL PROTECTED]> wrote:

Well I figured this out pretty quickly. I put this into a button of a
new stack:

on mouseUp
   answer file "Edit the script of this stack:"
   put it into myStack
   edit the script of stack myStack
end mouseUp

and then removed the offending code. All's well. :-)

A way could be

--the multi-line message box

set the lock messages to true
go stack problemStack

--or in the multi-line message box

 answer file "Edit the script of this stack:"
 edit the script of stack myStack


HTH

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to