revweb plug-in for linux

Mark Wieder mwieder at ahsoftware.net
Thu Oct 28 21:29:01 EDT 2010


Sivakatirswami-

Thursday, October 28, 2010, 6:21:09 PM, you wrote:

> on preopenstack
>     set the loc of this stack to the screenloc
>     send "LaunchGrapple" to this stack in 1 seconds
> end preopenstack


> on LaunchGrapple
>     go stack url "http://inHouse.domain.org/rev_stacks/grapple.rev"
> end LaunchGrapple

> By using the web server you avoid all the issues of mounting the server etc.

As a related trick, you can store the "real" stack in a custom
property. Then you can have a generic splash screen stack and all you
have to do is change the custom property to have it work with a
different stack. You can even password-protect the splash screen stack
with this approach:

on LaunchGrapple
    go stack url (the uRealStackURL of this stack)
end LaunchGrapple

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list