View Single Post
  #6  
Unread 04-02-2005, 06:28 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default Clarification for shrink/grow

Say the window size is like 150,120, and you wanted to stretch it down twenty pixels.


So for "ButtonGrow" you would have

OnPress || parent.size="150,140" onpress=press2
Press1 || parent.size="150,140" onpress=press2
Press2 || parent.size="150,120" onpress=press1

What would you do for a generic "stretch" ? I plan on having "add-onwindows" on at least two sides of the window, and I dont want too cut anything off.
Reply With Quote