Page 1 of 1

The message box ignores "lock screen" in LC9 (dp 6)

Posted: Sun Mar 12, 2017 1:33 pm
by Fermin
With Live code 9.0.0 (dp 6)
Mac OS X - 10.0.5 (Mavericks)

Code: Select all

-- The message box seems to ignore "lock screen" 
on mouseUp
   lock screen
   repeat with a = 1 to 200
      put a -- ¿?
   end repeat
   answer "OK"
end mouseUp

Re: The message box ignores "lock screen" in LC9 (dp 6)

Posted: Sun Mar 12, 2017 4:23 pm
by AndyP
Lockscreen only affects the stack where the property is called.

See the dictionary explination is here.

https://livecode.com/resources/api/#liv ... lockscreen

Re: The message box ignores "lock screen" in LC9 (dp 6)

Posted: Sun Mar 12, 2017 6:43 pm
by Fermin
The 'bug' only happens in version 9.0.0 (dp6)

LiveCode 7.0.5 OK
LiveCode 8.0.2 (rc3) OK
LiveCode 8.1.0 (rc3) OK

LiveCode 9.0.0 (dp2) OK
LiveCode 9.0.0 (dp3) OK
LiveCode 9.0.0 (dp4) OK

LiveCode 9.0.0 (dp6) Not OK

-