Hi Runrev, please send a message when the maximize stack button is pressed ... there are workarounds, but they don't actually work 100%.
It actually blows my mind a little that there isn't a message sent.... is there an actual reason for that?
Thank you,
Tom
			
			
									
									Lets send a message when MAXIMIZE stack is pressed
Moderator: Klaus
Lets send a message when MAXIMIZE stack is pressed
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
						Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Re: Lets send a message when MAXIMIZE stack is pressed
Dunnow about the reason... maybe because only on windows maximize actually is different from a normal resize?
The age-old workaround is in fact to check in a stackResize message wether the stack is the same size as the screen...
			
			
									
									The age-old workaround is in fact to check in a stackResize message wether the stack is the same size as the screen...
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
						http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
Re: Lets send a message when MAXIMIZE stack is pressed
yeah...the workaround works 99%  (you have to manually account for taskbar and the window behaves just slightly differently than a maximized one..)...good enough for what I need right now.....but seriously ..... one would think this is a no brainer, which is why I think there might be an actual reason for not having it....your guess is as good as mine.
			
			
									
									Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
						Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
- 
				richmond62
 - Livecode Opensource Backer

 - Posts: 10204
 - Joined: Fri Feb 19, 2010 10:17 am
 
Re: Lets send a message when MAXIMIZE stack is pressed
One possible reason is because Livecode is 99% cross-platform, and maybe the signals that are sent to the OS / Window manager / Desktop manager is different
for every Operating system (and in the case of Linux, every desktop manager).
			
			
									
									
						for every Operating system (and in the case of Linux, every desktop manager).
