Thanks for the info, i'll be sure to check it out when the repository is set out.
I've not looked into it myself a great deal yet, but have started to play a little bit with a regex parser.
Like i say, it's just dabbling at the moment, so don't have any benchmarks or anything, but i'll be sure to distribute what ever i come up with for you all to review.
Matt
From: "Ben Stucki" <[EMAIL PROTECTED]>
Sent: 05 July 2006 20:46
To: [email protected]
Subject: RE: [flexcoders] Re: Runtime CSS Styles Flex 2.0 B3
Matt,
I believe I’m still waiting on osflash for the code repository. I put it on the project signup list, but if there’s anything else I need to do someone let me know (I understand it can take a while for everything to get setup). I’ll be sure to add you to the “committers” list so that you can get in on the mailing list and code repository. I’m also planning to put together a page under my fusiox.com domain to hold the project’s path, progress and documentation. I’m not likely to spend much time on this specific project until next month, but the code I have so far is freely available for use and modification. When we get a single code base going we’ll decide our path and take a look at integrating our work one at a time. My initial goals so far are outlined below.
- Compare CSS inheritance/weighting/specificity behavior against w3c spec and consider best implementation. (I think it’s critical to address this up front)
- Fix any remaining case sensitivity issues (I haven’t checked for improvements or alternatives in final release yet). If nothing else, I can write up a custom CSS text parser.
- Resolve remaining issues in shorthand implementation (possibly recursive shorthand?)
- Add features for styling states (similar to a:hover, but hopefully includes custom flex states)
- ??? Maybe add support for flex specific style items (using dynamic MXML?)
- ??? You tell me.
From:
Sent: Tuesday, July 04, 2006 4:57 PM
To:
Subject: [flexcoders] Re: Runtime CSS Styles Flex 2.0 B3
Hey guys,
Is there any news on an osflash project for this? as it is something i
could really use.
I'm new to flex, but have been using flash and actionscript since
flash 4, so if i can offer any assistance i'd be more than happy.
Matt
--- In [EMAIL PROTECTED]
<teoti.graphix@
>
> I just majorly refactored my classes and ported them into A3.
>
> The stuff is working good, I am running into some problems like setting
> paddingTop on a Panel with a TabNavigator gives the Panel a 1 mile long
> vertical scrollbar.
>
> Hopefully, I don't run into to much of this kind of stuff. I will
wait for
> Ben, to see what the plan is before releasing any of this code. IE
one code
> base.
>
> Peace, Mike
>
>
> On 6/6/06, Michael Schmalle <teoti.graphix@
> >
> > >
> > Michael, Jason & Jeremy, perhaps we should open a project on
osflash.comand start working on a common code base.
> >
> > I am interested in this, I would leave the whole config up to you.
I have
> > never done it, just tell me where I can get code and put code and I am
> > there.
> >
> > Peace, Mike
> >
> > On 6/6/06, Ben Stucki <[EMAIL PROTECTED]> wrote:
> > >
> > > Well, it sounds like there is enough interest in this to warrant
> > > further work and some indication that it won't be available in
the 2.0release. Michael, Jason & Jeremy, perhaps we should open a
project on
> > > osflash.com and start working on a common code base. If anyone is
> > > interested in contributing to this project, please email me
personally.
> > > Thank you.
> > >
> > >
> > > ------------
> > >
> > > *From:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> > > *David Mendels
> > > *Sent:* Tuesday, June 06, 2006 7:38 AM
> > >
> > > *To:* [EMAIL PROTECTED]
> > > *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
> > >
> > > Adobe
> > >
> > >
> > > ------------
> > >
> > > *From:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> > > *Jeremy Lu
> > > *Sent:* Tuesday, June 06, 2006 6:51 AM
> > > *To:* [EMAIL PROTECTED]
> > > *Subject:* 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* <teoti.graphix@
> > >
> > > But to be able to do it with out going
> > > through every control and using the built in setStyle would be the
> > > cherry on
> > > the cake.
> > >
> > > yeah, it's nice.
> > >
> > > I agree with you on Adobe, and getting a timeline. That is why I
have
> > > been dragging my feet on this. Knowing adobe, they did a good
job and it's
> > > almost done ;-)
> > >
> > > Peace, Mike
> > >
> > >
> > >
> > > On 6/6/06, *Jason Hawryluk* < [EMAIL PROTECTED]> wrote:
> > >
> > > Definitely interested in collaborating on a solid solution, even if
> > > Adobe does come out with it built in at a later date. However if
it's going
> > > to be in the final release of Flex 2.0 I would rather not waste the
> > > time. AFAIK it is not slated for Flex 2.0, but then I don't work for
> > > Adobe.
> > >
> > >
> > >
> > > Can anyone from Adobe confirm or not if runtime style sheet
loading will
> > > be built in within the context we have been discussing?
> > >
> > >
> > >
> > > Anyway between what I have, you have, and mikes work with a
little elbow
> > > grease I should be able to get a solution going. Keep in mind I
have not
> > > looked at your code yet which may simply solve the problem.
> > >
> > >
> > >
> > > Jason
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > -----Message d'origine---
> > > *De :* [EMAIL PROTECTED]
[EMAIL PROTECTED]
> > > la part de* mail
> > > *Envoyé :* lundi 5 juin 2006 17:43
> > > *À :* [EMAIL PROTECTED]
> > > *Objet :* RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3
> > >
> > > I've done some work in this area as well, and posted an
example a few
> > > weeks ago on my blog ( http://blog.
> > > slight change it can be used to update the style of anything in the
> > > application, not just custom styles. I will try to update it
toward that end
> > > tonight. Also, I would be happy to collaborate with anyone else
working on
> > > similar functionality until we hear what Adobe's timeline is for it.
> > >
> > > Ben Stucki
> > > http://blog.
> > > ------------
> > >
> > > * From*: "Jason Hawryluk" < [EMAIL PROTECTED]>
> > > *Sent*: Monday, June 05, 2006 7:34 AM
> > > *To*: [EMAIL PROTECTED]
> > > *Subject*: 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.5, I
> > > think... it's been a while, and i'm trying to do this in Flex 2.
It did not
> > > do any parseing of it at all which is why it rocked :)
> > >
> > >
> > >
> > > Jason
> > >
> > > -----Message d'origine---
> > > *De :* [EMAIL PROTECTED]
[EMAIL PROTECTED]
> > > la part de* Michael Schmalle
> > > *Envoyé :* lundi 5 juin 2006 15:07
> > > *À :* [EMAIL PROTECTED]
> > > *Objet :* Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3
> > >
> > > Hmm,
> > >
> > > I don't follow, you mean load a style sheet that changes fill color
> > > styles?
> > >
> > > Peace, Mike
> > >
> > > On 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 in Flex 1.5 and it was very slick or it may
> > > have been in the alpha (can't recollect).
> > >
> > >
> > >
> > > -----Message d'origine---
> > > *De :*flexcoders@
[EMAIL PROTECTED]
> > > la part de* Michael Schmalle
> > > *Envoyé :* lundi 5 juin 2006 13:33
> > > *À :*flexcoders@
> > > *Objet :* 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 for this in the future.
Gordon Smith
> > > (Adobe) hinted that there might also be this in a future version
of Flex, I
> > > am sure of this.
> > >
> > > The 'apply' part of the algorithm is the hardest. I created this in
> > > Flash8 for components, havn't finished it to Flex2. When I do I
will post
> > > the code as it's kinda fun loading css from styleSheets at
runtime ;-)
> > >
> > > Peace, Mike
> > >
> > > On 6/5/06, *sourcecoderia* <[EMAIL PROTECTED]> wrote:
> > >
> > > 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:
http://groups.
> > > Search Archives:
http://www.mail-
> > >
> > >
> > >
> > > SPONSORED LINKS
> > >
> > > Web site design
development<http://groups.
> > >
> > > Computer software
development<http://groups.
> > >
> > > Software design and
development<http://groups.
> > >
> > > Macromedia
flex<http://groups.
> > >
> > > Software development best
practice<http://groups.
> > >
> > >
> > >
> > >
> > > ------------
> > >
> > > YAHOO! GROUPS LINKS
> > >
> > >
> > >
> > > - Visit your group
"flexcoders<http://groups.
> > > on the web.
> > >
> > > - To unsubscribe from this group, send an email to:
> > >
flexcoders-unsubscr
> > >
> > > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > Service <http://docs.
> > >
> > >
> > > ------------
> > >
> > >
> > >
> > >
> > > --
> > > What goes up, does come down.
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ:
http://groups.
> > > Search Archives:
http://www.mail-
> > >
> > >
> > >
> > > SPONSORED LINKS
> > >
> > > Web site design
development<http://groups.
> > >
> > > Computer software
development<http://groups.
> > >
> > > Software design and
development<http://groups.
> > >
> > > Macromedia
flex<http://groups.
> > >
> > > Software development best
practice<http://groups.
> > >
> > >
> > >
> > >
> > > ------------
> > >
> > > YAHOO! GROUPS LINKS
> > >
> > >
> > >
> > > - Visit your group
"flexcoders<http://groups.
> > > on the web.
> > >
> > > - To unsubscribe from this group, send an email to:
> > >
flexcoders-unsubscr
> > >
> > > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > Service <http://docs.
> > >
> > >
> > > ------------
> > >
> > >
> > >
> > >
> > > --
> > > What goes up, does come down.
> > >
> > >
> > >
> > >
> > > --
> > > What goes up, does come down.
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > What goes up, does come down.
> >
>
>
>
> --
> What goes up, does come down.
>
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

