Thanks Monte for your instant reply! The way I normally do development is to load my splash stack into the IDE, and when I’m ready to test, send a ‘startup’ message via the message box. I don’t expect the IDE to fire startup on my behalf. This means that I can start a test within the IDE whenever I want, but in my standalone the ‘startup’ will always be there to get my app going.
I don’t think I had this problem in any earlier version of LC. Maybe I should suppress messages before loading my stack into the IDE, but again I don’t remember having to do that before. As you suggest it, I will report this. Cheers Graham > On 29 Sep 2016, at 10:15, Monte Goulding <[email protected]> wrote: > > Graham > > Does your stack either not handle startup or pass startup? In either of those > cases the home stack startup script is probably being run again. So there’s > an easy workaround for you: don’t pass startup or make sure you handle it. > But it would be good if you also reported this because unarguably the home > stack startup script should be protected by a sentinel from running multiple > times. > > Cheers > > Monte > >> On 29 Sep 2016, at 6:55 PM, Graham Samuel <[email protected]> wrote: >> >> Just installed 8.1.1rc1. I have an Indy licence, which it acknowledges. I >> then open a stack I’m working on and try to send it a message via the >> message box: >> >> send startup to cd 1 of stack “mystack” >> >> The window warning that the Indy license is only valid for organisations >> with a turnover of $500K or less reappears, and I can’t dismiss it or get it >> to go into the background - although I can look at scripts, quit etc. >> >> I tried re-licensing LiveCode with exactly the same result. I tried >> correcting the message (should have put quotes around ‘startup’) - same >> result. >> >> Has anyone else seen this - is it a bug? How does LC ‘know’ that I’ve got a >> big turnover (I haven’t)? >> >> Should I report this? >> >> Graham >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
