Re: How to get rid of RevTools window and switch to Browse tool at launch

2013-04-11 Thread Mike Bonner
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" command

Re: How to get rid of RevTools window and switch to Browse tool at launch

2013-04-10 Thread Mark Wieder
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 __

How to get rid of RevTools window and switch to Browse tool at launch

2013-04-10 Thread Emmett Gray
I had a script that worked in Rev Media 4 which closed the splash screen, switched to the browse tool and closed the revtools window when I launched my main daily-use stack from the Finder, with rev media not running already. It doesn't work in LiveCode 6. After some struggle, this works, at th