One thing you can do is make your script check the environment before running:

    if the environment = "development" then
        -- don't run
    else
        -- run
    end if

But a simpler way is to do what someone else already said: in the IDE, suppress messages before opening the stack.

Thanks -
Phil Davis



On 3/12/13 11:11 PM, Ueliweb wrote:
Hei

How to start a LiveCode stack without running scripts?

By scripting a splash with some additional functions there is also a
closeStack and now every time I load it in LiveCode environment it does the
things start(load) the main app and close so I never more able to correct
or programming scripts of the splashStack.

Is there any switch/ setting, that can prevent automatic running the
scripts by loading the stacks?

I tried suppress message and errors also "Suspend Development Tools" ...

some more Ideas?

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


--
Phil Davis


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

Reply via email to