On Oct 9, 2007, at 3:44 PM, Malte Brill wrote:

n openStack
  set the uIsMaximized of this stack to false
end openStack

on resizestack
if item 2 of the mouseLoc<=0 and item 1 of the mouseLoc < the right of this cd - 4 then
 -- maximize button clicked
set the uIsMaximized of this stack to not the uIsMaximized of this stack
  else
-- other means of resizing
  end if
  pass resizeStack
end resizestack

Tricky :-)

On Windows I think this would fail if the user right-clicked on the task bar icon and selected Maximize though.

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to