Zoom Box Message

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Zoom Box Message

Post by rrBUSS9EE »

SuperCard has a zoomWindow message that is sent when the Zoom Box is clicked, allowing the developer to intercept the event and define their own behavior.

Is there a like mechanism in LiveCode?
shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Zoom Box Message

Post by shaosean »

Nope, there is just the resizeStack message, but that is sent after the stack has been resized.. You would need to build an external to copy that functionality from SuperCard..
Post Reply