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

2006-11-07 Thread Brian Deitte
er's suggestion and hope that someone on the framework team can confirm or deny a x/y/width/height change in 2.1 here (otherwise I'll start bugging folks myself).  Thanks, Brian From: Brian Deitte Sent: Sunday, November 05, 2006 11:01 PMTo: '[email protected]'Sub

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

2006-11-06 Thread Brian Deitte
ore.UIComponent classIt will affect all components.Regards. On 11/3/06, Brian Deitte <[EMAIL PROTECTED]com> wrote: Hi Igor, if this is fixed in 2.1, that'd be great to know.  As for Manish's approach, the problem for me with this is that I would need to o

RE: [flexcoders] specifying measuredWidth/measuredHeight in a skin

2006-11-05 Thread Brian Deitte
Brian From: Brian Deitte Sent: Friday, November 03, 2006 4:25 PMTo: '[email protected]'Subject: RE: [flexcoders] specifying measuredWidth/measuredHeight in a skin Hi Mike, thanks for the response.  I do have a solution now, based on Dirk's example (http://www.richin

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

2006-11-03 Thread Brian Deitte
couldn't do nothing I just searched in the google and found that link above too and did the same, worked but also isn't enough. I belive the in 2.1 version of Flex this will be fixed ( I guess).Regards. On 11/2/06, Brian Deitte < [EMAIL PROTECTED]com> wrote:

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

2006-11-05 Thread Brian Deitte
desired height (http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html) and use that to define height.-peter On 11/2/06 2:47 PM, "Brian Deitte" <[EMAIL PROTECTED]com> wrote:> Is there any thoughts on having x, y, width, and height in CSS? I find>

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

2006-11-05 Thread Igor Costa
Hi BrianNot each component but also you could do just in the mx.core.UIComponent classIt will affect all components.Regards.On 11/3/06, Brian Deitte <[EMAIL PROTECTED]> wrote: Hi Igor, if this is fixed in 2.1, that'd be great to know.  As f

RE: [flexcoders] specifying measuredWidth/measuredHeight in a skin

2006-11-05 Thread Brian Deitte
RectangularBorder? For the borderMetrics. Can you give an example, I am sure I could nail this one.Peace, Mike On 11/2/06, Brian Deitte <[EMAIL PROTECTED]com> wrote: Ah, my first flexcoders post as a Flex developer. I feel like I shouldbe getting my cloak and learning a

RE: [flexcoders] Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Brian Deitte
erton Sent: Tuesday, November 07, 2006 10:46 AM To: [email protected] Subject: Re: [flexcoders] Tamarin, Adobe open source the Flash player ? On Tuesday 07 November 2006 15:31, Brian Deitte wrote: > AVM2 format, which is one tag within the Flash format. It's a really > big tag,

[flexcoders] specifying measuredWidth/measuredHeight in a skin

2006-11-02 Thread Brian Deitte
Ah, my first flexcoders post as a Flex developer. I feel like I should be getting my cloak and learning a secret handshake right now. Is there a way to not specify the measuredWidth and measuredHeight in a skin? I don't like having to hardcode a width and height there, as I currently have to do.

[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, a

Re: [flexcoders] specifying measuredWidth/measuredHeight in a skin

2006-11-03 Thread Michael Schmalle
PI in the skin?If it is a borderSkin style are you subclassing RectangularBorder? For the borderMetrics. Can you give an example, I am sure I could nail this one. Peace, MikeOn 11/2/06, Brian Deitte <[EMAIL PROTECTED]> wrote: Ah, my first flexcoders pos

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-02 Thread Brian Deitte
Hi Gordon, to add one more message to the long list, I'm excited about:   1. File system access 2. Offline access 3. No browser chrome   I hope for:   1. Associating a file extension with a specific Apollo application 2. Dragging files onto an application (and getting the filename or some

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

2006-11-03 Thread Igor Costa
get a designer to start doing the CSS code but with the width and height he couldn't do nothing I just searched in the google and found that link above too and did the same, worked but also isn't enough. I belive the in 2.1 version of Flex this will be fixed ( I guess).Regards.On 11/2/06, Brian

Re: [flexcoders] Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Tom Chiverton
On Tuesday 07 November 2006 15:31, Brian Deitte wrote: > AVM2 format, which is one tag within the Flash format. It's a really > big tag, of course, but the code won't be able to understand FlashType > tags, etc, by itself- it does this through an interface with the rest o

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

2006-11-03 Thread Peter Baird
/Flex2StyleExplorer. html) and use that to define height. -peter On 11/2/06 2:47 PM, "Brian Deitte" <[EMAIL PROTECTED]> wrote: > 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 designe

RE: [flexcoders] Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Brian Deitte
My messages tend to show up very slowly, so this may be answered by the time it appears, but the AVM2 doesn't need to understand all the bytecodes (or rather all the tags) of Flash. It only understands the AVM2 format, which is one tag within the Flash format. It's a really big tag, of course, bu

RE: [flexcoders] Re: httpservice method="DELETE" does not work

2006-11-03 Thread Brian Deitte
I don't know about PUT/DELETE, but I do know that 500-range responses were looked at in the player, and that it's not a simple thing to do (and if I remember correctly, may not even be possible in all cases) as it all depends on what browser APIs allow.  -Brian From: flexcoders@yahoogroup

RE: [flexcoders] Re: LinearGradient outside charts

2006-11-02 Thread Brian Deitte
Hi Cristian, I had to override measuredWidth and measuredHeight to get my gradient fill to display correctly.  It's interested to me though that your first example works correctly, which seems to indicate that there's something else going on here.  -Brian From: [email protected]

[flexcoders] Re: LinearGradient outside charts

2006-11-03 Thread Cristian Pop
Brian, I did not post the code for measure override, so that's not the problem. I will try what Ely suggested and get back. Cristian --- In [email protected], "Brian Deitte" <[EMAIL PROTECTED]> wrote: > > Hi Cristian, I had to override measuredWidth and

RE: [flexcoders] Re: LinearGradient outside charts

2006-11-03 Thread Dirk Eismann
t; Cristian > --- In [email protected], "Brian Deitte" <[EMAIL PROTECTED]> wrote: > > > > Hi Cristian, I had to override measuredWidth and > measuredHeight to get > > my gradient fill to display correctly. It's interested to > me though >