Yes! 2 ticks was enough. Thank you, solved.
On Thu, 11 Apr 2013 07:12:30 -0600, Mike Bonner wrote:
>
>You can move your code to a separate handler and do a send in time to get
>it to work
___
use-livecode mailing list
use-livecode@lists.runrev.com
Plea
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
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
__
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