use DISPATCH!
Code: Select all
...
## do your stuff..
## more stuff
dispatch "mouseup" to btn "another button"
## still more stuff
...
until the mouseup script has finished.
Best
Klaus
Code: Select all
...
## do your stuff..
## more stuff
dispatch "mouseup" to btn "another button"
## still more stuff
...
Code: Select all
on mousedown tMouse
if tMouse = 3 then
popup btn "you text menu here..."
end if
end mousedown
Great!
No, Livecode does not support the "one window" approach found in many apps on Windows.