Re: How to detect zoombox click

2011-07-17 Thread Shao Sean
Now that Lion will allow resizing from any window edge, how are the messages on that being sent? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Re: How to detect zoombox click

2011-07-17 Thread dunbarx
Message- From: Bill Vlahos To: How to use LiveCode Sent: Sun, Jul 17, 2011 12:14 pm Subject: Re: How to detect zoombox click Actually in Linux and Windows if you resize the left side (maybe the top too but I didn't check that) it also generates both messages. That means I can't rel

Re: How to detect zoombox click

2011-07-17 Thread Bill Vlahos
t sure why, though. > > > Might this help, since resizing the window manually does not send this > message? > > > Craig Newman > > > > > > -Original Message- > From: Bill Vlahos > To: How to use LiveCode > Sent: Fri, Jul 15, 2011 6:57 pm &g

Re: How to detect zoombox click

2011-07-17 Thread Bill Vlahos
It seems to me like LC already knows what the zoombox is supposed to do and just does it. I was hoping there would be a specific message generated for it. Maybe they just did the expected behavior instead of generating a message. Bill Vlahos _ InfoWallet (http://www.infowallet.co

Re: How to detect zoombox click

2011-07-16 Thread Ken Ray
; > On Jul 16, 2011, at 8:01 PM, dunb...@aol.com wrote: > >> A movestack message is also sent. Not sure why, though. >> >> >> Might this help, since resizing the window manually does not send this >> message? >> >> >> Craig Newman >&

Re: How to detect zoombox click

2011-07-16 Thread Shao Sean
I know Mac OS X sends a message for each of the window buttons and I am pretty sure that Windows does as well.. Could be a simple external for someone to write or for Rev to add it to the engine themselves.. ___ use-livecode mailing list use-livecod

Re: How to detect zoombox click

2011-07-16 Thread Bill Vlahos
> From: Bill Vlahos > To: How to use LiveCode > Sent: Fri, Jul 15, 2011 6:57 pm > Subject: How to detect zoombox click > > > I want to detect when a user clicks the zoombox (green light on a Mac) and do > something similar to iTunes where if you click the zoombox the p

Re: How to detect zoombox click

2011-07-16 Thread dunbarx
A movestack message is also sent. Not sure why, though. Might this help, since resizing the window manually does not send this message? Craig Newman -Original Message- From: Bill Vlahos To: How to use LiveCode Sent: Fri, Jul 15, 2011 6:57 pm Subject: How to detect zoombox click

How to detect zoombox click

2011-07-15 Thread Bill Vlahos
I want to detect when a user clicks the zoombox (green light on a Mac) and do something similar to iTunes where if you click the zoombox the program doesn't just resize itself but goes into a different mode. The only message I see is a resizeStack message but that happens if the user resizes th