Refactoring is your friend / moving from 6.x to 9.x

Malte Pfaff-Brill revolution at derbrill.de
Sun Dec 30 16:25:54 EST 2018


Hi Kaveh,

Thanks for the kind words. :-)

Regarding lock screen, here is one simple example:

on mouseUp
	lock screen
	subhandler
	unlock screen
	answer the lockscreen
end mouseUp


on subhandler
	lock screen
	— other stuff may follow, but do not unlock
end subhandler

My expectation in the answer would be „false“, but guess what. :-)
Regarding screen not being immediately released, I am not down to the cause yet. App is complex (multi group / people calendar)

Cheers,

Malte





More information about the use-livecode mailing list