View Single Post
09-07-09, 06:37 AM   #65
Yhor
A Pyroguard Emberseer
 
Yhor's Avatar
Join Date: May 2007
Posts: 1,077
Originally Posted by Katae View Post
A width or height of "100%" would do just that. It can be adjusted pixel by pixel by using the inset attribute.

For the moment, a % uses the parent's dimensions, but the next version will use anchor_frame's.
Does the current version allow for "105%" (or any % greater than 100)? I ask this because it may be useful for an

{ if blah blah blah = "10", then "100%";
if blah blah blah = "15", then "201%";
end... }
etc.. situation. Does that even make any sense?

Sorry for the terrible example, I've been studying button/bar api and lua manual for about 14 hours and have work in 1 1/2 hours... I hate my OCD and already (before fixations..) abnormal sleep habits. All of which should should make my lazy example inexcusable... but there it is.
  Reply With Quote