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

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Fermin
Posts: 149
Joined: Fri Jun 05, 2015 10:44 pm

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

Post by Fermin » Sun Mar 12, 2017 1:33 pm

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

AndyP
Posts: 634
Joined: Wed Aug 27, 2008 12:57 pm
Contact:

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

Post by AndyP » Sun Mar 12, 2017 4:23 pm

Lockscreen only affects the stack where the property is called.

See the dictionary explination is here.

https://livecode.com/resources/api/#liv ... lockscreen
Andy .... LC CLASSIC ROCKS!

Fermin
Posts: 149
Joined: Fri Jun 05, 2015 10:44 pm

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

Post by Fermin » Sun Mar 12, 2017 6:43 pm

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

-

Post Reply