<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Flex2 :: Runtime CSS Project</title>
	<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/</link>
	<description>Components are the building blocks of our Universe, that is why I make them!</description>
	<pubDate>Tue, 06 Jan 2009 09:12:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: teoti.graphix</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-104</link>
		<pubDate>Tue, 06 Jun 2006 17:45:22 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-104</guid>
					<description>&gt; You say &quot;Cache&quot; and &quot;External StyleSheet&quot; ideas

This is a way to save miltiple style sheets, with said style objects. To lengthy to explain right now but, the ideas worked well.

&gt; yes I am subscribed to Flexcoders,

That was called English language sarcasm. :)

The idea is, you can load seperate style sheets and keep them in memory while updating them. You can also dump an instances styles into a REAL .css file. OR .xml. I found XML to be nicer, this I will have to see about.

I will get it working. I am going to take a day break on the docuementer and test some of my ideas.

Peace, Mike</description>
		<content:encoded><![CDATA[<p>> You say &#8220;Cache&#8221; and &#8220;External StyleSheet&#8221; ideas</p>
<p>This is a way to save miltiple style sheets, with said style objects. To lengthy to explain right now but, the ideas worked well.</p>
<p>> yes I am subscribed to Flexcoders,</p>
<p>That was called English language sarcasm. <img src='http://www.blog.teotigraphix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The idea is, you can load seperate style sheets and keep them in memory while updating them. You can also dump an instances styles into a REAL .css file. OR .xml. I found XML to be nicer, this I will have to see about.</p>
<p>I will get it working. I am going to take a day break on the docuementer and test some of my ideas.</p>
<p>Peace, Mike
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: JabbyPanda</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-103</link>
		<pubDate>Tue, 06 Jun 2006 17:23:41 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-103</guid>
					<description>I took me some time to get used to your proffesional jargon.

You say  - &quot;Applier&quot;, ha-ha, 
I understand  - an approach to set CSS styles in run-time in Flash(Flex) applications via setStyle AS2( AS3) operand 

We built applier in your therminology in Flex 1.5, we use at the dead end setStyle operand to set CSS dynamically in the run-time.

You say &quot;Cache&quot; and &quot;External StyleSheet&quot; ideas
I understand use TextField.StyleSheet.onLoad from Flash MX 2004 API to load CSS file in run-time, store contents in External StyleSheet.... and then I lost a track :) 

ps1
com.teotigraphix.utils.TeoUtility.createStyleSheet factory class is not included in your Flexcoders post

ps2
yes I am subscribed to Flexcoders, just happened to miss your quite a huge code snippet (ExternalStyle.as 700 lines of code)</description>
		<content:encoded><![CDATA[<p>I took me some time to get used to your proffesional jargon.</p>
<p>You say  - &#8220;Applier&#8221;, ha-ha,<br />
I understand  - an approach to set CSS styles in run-time in Flash(Flex) applications via setStyle AS2( AS3) operand </p>
<p>We built applier in your therminology in Flex 1.5, we use at the dead end setStyle operand to set CSS dynamically in the run-time.</p>
<p>You say &#8220;Cache&#8221; and &#8220;External StyleSheet&#8221; ideas<br />
I understand use TextField.StyleSheet.onLoad from Flash MX 2004 API to load CSS file in run-time, store contents in External StyleSheet&#8230;. and then I lost a track <img src='http://www.blog.teotigraphix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>ps1<br />
com.teotigraphix.utils.TeoUtility.createStyleSheet factory class is not included in your Flexcoders post</p>
<p>ps2<br />
yes I am subscribed to Flexcoders, just happened to miss your quite a huge code snippet (ExternalStyle.as 700 lines of code)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: teoti.graphix</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-102</link>
		<pubDate>Tue, 06 Jun 2006 16:41:37 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-102</guid>
					<description>&gt; Maybe AS2 Lib implemenatation of RegEx is too slow,

I think as3 regexp will kick it's ass. I wrote a documenter using big time regexp(I love regexp) and it is tremendoulsy fast. I would say the native will beat it by leaps and bounds.

Peace, Mike</description>
		<content:encoded><![CDATA[<p>> Maybe AS2 Lib implemenatation of RegEx is too slow,</p>
<p>I think as3 regexp will kick it&#8217;s ass. I wrote a documenter using big time regexp(I love regexp) and it is tremendoulsy fast. I would say the native will beat it by leaps and bounds.</p>
<p>Peace, Mike
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: JabbyPanda</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-101</link>
		<pubDate>Tue, 06 Jun 2006 16:40:10 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-101</guid>
					<description>You do not have to persuade me, that ASVM2 is blazingy fast, I saw the truth here:
http://oddhammer.com/actionscriptperformance/set4/

But because of low penetration figures of Flash Player 9 at the authumn 2006, we stick to Flex 1.5 at 2006.</description>
		<content:encoded><![CDATA[<p>You do not have to persuade me, that ASVM2 is blazingy fast, I saw the truth here:<br />
<a href='http://oddhammer.com/actionscriptperformance/set4/' rel='nofollow'>http://oddhammer.com/actionscriptperformance/set4/</a></p>
<p>But because of low penetration figures of Flash Player 9 at the authumn 2006, we stick to Flex 1.5 at 2006.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: JabbyPanda</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-100</link>
		<pubDate>Tue, 06 Jun 2006 16:37:40 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-100</guid>
					<description>ps

I promised you to keep updating you on our CSS parser in AS2... It was not me, who had written, I will ask an author about his direct opinion on possible releasing open-source of our code.

What I can say, that the authour is very keen on AS2 Lib.

He is using ArrayList data type and RegEx Matcher patterns  in CSS AS2 parser... Maybe AS2 Lib implemenatation of RegEx is too slow, can not say abything right now.</description>
		<content:encoded><![CDATA[<p>ps</p>
<p>I promised you to keep updating you on our CSS parser in AS2&#8230; It was not me, who had written, I will ask an author about his direct opinion on possible releasing open-source of our code.</p>
<p>What I can say, that the authour is very keen on AS2 Lib.</p>
<p>He is using ArrayList data type and RegEx Matcher patterns  in CSS AS2 parser&#8230; Maybe AS2 Lib implemenatation of RegEx is too slow, can not say abything right now.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: teoti.graphix</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-99</link>
		<pubDate>Tue, 06 Jun 2006 16:30:23 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-99</guid>
					<description>&gt; Will you keep them from the rest of the world as a top-guarded secret?

HA, I posted some of them on flexcoders yesterday.  Ben Stucki has an applier that is good and I have cache and style sheet ideas.

Flexcoders, we are talking about putting it on osflash.org. Anyway, check the archives for recent CSS talk.

Stuff like this I don't mind sharing, there comes a point where you just can't give away some work becasue you are planning a return on investment IE time.

Remember, Flex 1.5 was ASVM1, ASVM2 is very fast. I doubt through using some coding tricks we will run into that problem.

Peace, Mike</description>
		<content:encoded><![CDATA[<p>> Will you keep them from the rest of the world as a top-guarded secret?</p>
<p>HA, I posted some of them on flexcoders yesterday.  Ben Stucki has an applier that is good and I have cache and style sheet ideas.</p>
<p>Flexcoders, we are talking about putting it on osflash.org. Anyway, check the archives for recent CSS talk.</p>
<p>Stuff like this I don&#8217;t mind sharing, there comes a point where you just can&#8217;t give away some work becasue you are planning a return on investment IE time.</p>
<p>Remember, Flex 1.5 was ASVM1, ASVM2 is very fast. I doubt through using some coding tricks we will run into that problem.</p>
<p>Peace, Mike
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: JabbyPanda</title>
		<link>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-98</link>
		<pubDate>Tue, 06 Jun 2006 16:24:29 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/06/06/flex2-runtime-css-project/#comment-98</guid>
					<description>What are your plans regarding your classes that do runtime CSS parsing in AS2? 

Will you keep them from the rest of the world as a top-guarded secret?

ps

Seems like we had hit with our CSS parser in Flex 1.5 serious performance problems... We continue investigating with AS Profiler..</description>
		<content:encoded><![CDATA[<p>What are your plans regarding your classes that do runtime CSS parsing in AS2? </p>
<p>Will you keep them from the rest of the world as a top-guarded secret?</p>
<p>ps</p>
<p>Seems like we had hit with our CSS parser in Flex 1.5 serious performance problems&#8230; We continue investigating with AS Profiler..
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
