You can move your code to a separate handler and do a send in time to get it to work.
send "handlertoswitchtool" to me in 2 ticks. (maybe 3 ticks) this way any background housekeeping being done by the engine is completed before the switch occurs. Same thing could be done with your "type" commands, move them to a diff handler and call them with send in time. Should be no answer dialog needed that way. Of course you can "choose" the tool you want rather than using type. On Wed, Apr 10, 2013 at 10:44 PM, Mark Wieder <mwie...@ahsoftware.net>wrote: > Emmett- > > Wednesday, April 10, 2013, 9:21:38 PM, you wrote: > > > I had a script that worked in Rev Media 4 which closed the splash > > RevMedia... that's nostalgic... > > anyway, how about the command > close stack "revTools" > ? > > -- > -Mark Wieder > mwie...@ahsoftware.net > > > _______________________________________________ > 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 > _______________________________________________ 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