MessageBoxLockScreen
Posted: Fri Mar 30, 2012 3:53 pm
This came up in the Mac OS area.
In HC, locking the screen did not lock the message box. In other words, with:
One could watch the counting in msg. In LC, however consistently it now reads, one cannot. This was a very useful feature when tracking things in a running script, especially in loops. You did not see, or waste the time, in navigating to other cards, say, but could still monitor the state of certain processes.
How about a "meesageBoxLockScreen" property?
Craig Newman
In HC, locking the screen did not lock the message box. In other words, with:
Code: Select all
on mouseUp
set lockscreen to true
repeat with a = 1 to 100
put a
wait 1
end repeat
end mouseUp
How about a "meesageBoxLockScreen" property?
Craig Newman