is there a way to trap the "start using" command before it happens.

Chipp Walters chipp at chipp.com
Sat Nov 1 17:38:16 EDT 2008


If you're trying to stop the standalone from autoloading any of Rev's custom
libs then perhaps putting this script on cd 1 of the mainstack:

on startUp
   --> DO YOUR OWN STUFF HERE
    exit to top
end startUp

 that *might* work-- I haven't tested it. I'm assuming the startUp message
is accessed by some custom Rev standalone stuff-- though I'm not positive.
Worth a shot.

Maybe someone like Jacque knows more.
>
>



More information about the use-livecode mailing list