RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Jason Hawryluk
: [flexcoders] Runtime CSS Styles Flex 2.0 B3 ok, Well, there is two properties now in the framework, inheritingStyles and nonInheritingStyles. I didn't have these things to work with in the v2 framework. From testing about a month ago when this question came up, I realized alots of possiblities using

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Jason Hawryluk
ubject: RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3 yes exactly, basicly they load a bare bones application component with a defined mx:Styleand boom all styles changed. I guess they replaced the loaded style that was compiled in or somthing. Anyway that was flex 1.5,I think... it's be

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Michael Schmalle
Hawryluk [EMAIL PROTECTED]Sent: Monday, June 05, 2006 7:34 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3 yes exactly, basicly they load a bare bones application component with a defined mx:Styleand boom all styles changed. I guess

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Jeremy Lu
, 2006 7:34 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3 yes exactly, basicly they load a bare bones application component with a defined mx:Styleand boom all styles changed. I guess they replaced the loaded style that was compiled

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread David Mendels
PROTECTED] On Behalf Of Jeremy LuSent: Tuesday, June 06, 2006 6:51 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3 Ely post in Ben's comment saying Adobe is working on this thing (although it might not make it to the v2 release). Maybe engineers

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Michael Schmalle
: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3 Ely post in Ben's comment saying Adobe is working on this thing (although it might not make it to the v2 release). Maybe engineers from Adobe can confirm this ? On 6/6/06, Michael Schmalle [EMAIL PROTECTED

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Michael Schmalle
Subject: RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3 Hi, This will not be in Flex 2.0. It is something we'd like to see in a future version of Flex (2.5? 3.0?) but we don't have a specific date or release planned yet. We'll get to that after we ship 2.0. Regards, David

[flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread sourcecoderia
Has anyone figured out a way to do runtime CSS file loading? Is it possible? I know in Flex 1.5 it was, but the framework has changed so extensively that I have not figured out a way to do it yet. Any idea or help appreciated Jason -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
Hi, Search the list, there are a couple of posts on this. You need to use the styleSheet load of the TextField. Then custom parse through values. I am sure there will be some class libraries for this in the future. Gordon Smith (Adobe) hinted that there might also be this in a future version

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jason Hawryluk
I was thinking more along the lines of styles for components fill colors etc. Someone had done it inFlex 1.5 and it was very slick or it may have been in the alpha (can't recollect). -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
Hmm, I don't follow, you mean load a style sheet that changes fill color styles? Peace, MikeOn 6/5/06, Jason Hawryluk [EMAIL PROTECTED] wrote: I was thinking more along the lines of styles for components fill colors etc. Someone had done it inFlex 1.5 and it was very slick or it may

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jeremy Lu
has anyone really started working on this real-time-change-CSS thing ?any project I can participate or take a look at ?thanks.On 6/5/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hmm, I don't follow, you mean load a style sheet that changes fill color styles? Peace, MikeOn 6/5/06, Jason

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
Jeremy, real-time-change-CSS Do you mean, Flex app loaded, user changes a style sheet, but the actual style sheet was loaded from 'some place' realtime? If so, I have an open project that is comming up. Half ported from AS2, and the rest is just 'what needs to be done'. I have way to many

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jason Hawryluk
@yahoogroups.comObjet: Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3 Hi,Search the list, there are a couple of posts on this. You need to use the styleSheet load of the TextField. Then custom parse through values. I am sure there will be some class libraries

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread mail
comSubject: RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3 yes exactly, basicly they load a bare bones application component with a defined mx:Style and boom all styles changed. I guess they replaced the loaded style that was compiled in or somthing. Anyway that was flex 1.