I give up; this is probably so darn easy but:
how do you sent a message when you click on window to make it the top window. I've tried
on librarystack
send mouseup to btn "Test"
end librarystack
but that doesn't work.
Thanks, Dave
On topstack???
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 52
- Joined: Sun Jan 20, 2008 7:06 am
Try this
Try:
[ send "mouseUp" to btn "test" ]
with quotes around mouseUp, or you can:
[ systemWindow stack "stackname" ] --or
[ set the systemWindow of stack "stackname" to true ]
--Christopher Bodell
[ send "mouseUp" to btn "test" ]
with quotes around mouseUp, or you can:
[ systemWindow stack "stackname" ] --or
[ set the systemWindow of stack "stackname" to true ]
--Christopher Bodell