Code: Select all
on resizestack
put the left of button "ButtonExit" + 2 into varBtnsTotalWide
put varBtnsTotalWide div 3 into varBtnWidth
set the width of button "ButtonAccounts" to varBtnWidth
set the left of button "ButtonAccounts" to 0
set the width of button "ButtonServers" to varBtnWidth
set the left of button "ButtonServers" to the right of button "ButtonAccounts"
set the width of button "ButtonInstalls" to varBtnWidth
set the left of button "ButtonInstalls" to the right of button "ButtonServers"
set the left of field "Seperate1" to the right of button "ButtonInstalls"
pass resizeStack
end resizestack
Is the "on resizeStack" not suppose to report a maximize event? If not, is there an event for the Maximize.. Ooo, and the restore too. Or is this a bug?
Thanks in advance,
~Garrett