Hi Tom, Am 25.02.2013 um 16:46 schrieb Thomas McGrath III <[email protected]>:
> I was trying to set an 'on first launch' flag in the startUp message but it > does not seem to fire at all? Is anyone else seeing this? > > on startUp > global gFirstLaunch > put true into gFirstLaunch > end startUp "startup" can only be "caught" in a standalone! In the IDE the engine already has "started up" so you cannot catch it there! > -- Tom McGrath III > http://lazyriver.on-rev.com > [email protected] Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ 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
