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.
|