RE: [flexcoders] x, y, width, and height in CSS

2006-11-07 Thread Brian Deitte
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Igor CostaSent: Friday, November 03, 2006 1:35 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] x, y, width, and height in CSS Hi BrianNot each component but also you could do just in the mx.core.UIComponent

RE: [flexcoders] x, y, width, and height in CSS

2006-11-06 Thread Brian Deitte
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Igor CostaSent: Friday, November 03, 2006 1:35 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] x, y, width, and height in CSS Hi BrianNot each component but also you could do just in the mx.core.UIComponent

RE: [flexcoders] x, y, width, and height in CSS

2006-11-05 Thread Brian Deitte
: flexcoders@yahoogroups.comSubject: Re: [flexcoders] x, y, width, and height in CSS There are some reasonable approaches for some of things your looking for inCSS. For X and Y positioning, you can use the CSS values Left, Right, Top, andBottom to specify the pixels distance.For height

Re: [flexcoders] x, y, width, and height in CSS

2006-11-05 Thread Igor Costa
CostaSent: Friday, November 03, 2006 8:15 AMTo: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] x, y, width, and height in CSS BrianAs in liveDocs says the values ( width, height, x,y ) doesn't support in an external CSS file, but you can also use as Manish J. said http://mannu.livejournal.com

Re: [flexcoders] x, y, width, and height in CSS

2006-11-03 Thread Peter Baird
There are some reasonable approaches for some of things your looking for in CSS. For X and Y positioning, you can use the CSS values Left, Right, Top, and Bottom to specify the pixels distance. For height, for controls like button, you can use your CSS paddings to, in a sense, define the

Re: [flexcoders] x, y, width, and height in CSS

2006-11-03 Thread Igor Costa
BrianAs in liveDocs says the values ( width, height, x,y ) doesn't support in an external CSS file, but you can also use as Manish J. saidhttp://mannu.livejournal.com/299285.html you can override the class and start doing this .I had a same situation last week when I was trying to get a

[flexcoders] x, y, width, and height in CSS

2006-11-02 Thread Brian Deitte
Is there any thoughts on having x, y, width, and height in CSS? I find it painful to not have the values there when working with a designer and using absolute positioning. My life would be much easier if I could simply set up the Flex application on the designer's machine, point him to the CSS,