<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My MAX Presentation</title>
	<atom:link href="http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/</link>
	<description>References and declarations in Flex compiler  development</description>
	<lastBuildDate>Thu, 20 Jan 2011 23:53:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: NewtonFlash</title>
		<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/comment-page-1/#comment-16886</link>
		<dc:creator>NewtonFlash</dc:creator>
		<pubDate>Sat, 19 Apr 2008 07:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://davidzuckerman.com/adobe/2007/10/07/my-max-presentation/#comment-16886</guid>
		<description>I show ur max presentation , great ideas.</description>
		<content:encoded><![CDATA[<p>I show ur max presentation , great ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.z</title>
		<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/comment-page-1/#comment-13206</link>
		<dc:creator>david.z</dc:creator>
		<pubDate>Tue, 04 Dec 2007 22:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://davidzuckerman.com/adobe/2007/10/07/my-max-presentation/#comment-13206</guid>
		<description>Hmm, I thought I made sure those classes would be available downstream.  I would recommend either skipping the icons or copying the icons into that plugin and referencing them that way.  You can find them in com.adobe.flexbuilder.derived/icons

Good luck!</description>
		<content:encoded><![CDATA[<p>Hmm, I thought I made sure those classes would be available downstream.  I would recommend either skipping the icons or copying the icons into that plugin and referencing them that way.  You can find them in com.adobe.flexbuilder.derived/icons</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell</title>
		<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/comment-page-1/#comment-13205</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Tue, 04 Dec 2007 22:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://davidzuckerman.com/adobe/2007/10/07/my-max-presentation/#comment-13205</guid>
		<description>:( 

Sorry mate but with FB3 I cant access the
com.adobe.flexbuilder.editors.derived.images.DerivedImages
class which you use to set the icons for the labels. Has this been changed?</description>
		<content:encoded><![CDATA[<p> <img src='http://www.markingoccurrences.com/adobe/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>Sorry mate but with FB3 I cant access the<br />
com.adobe.flexbuilder.editors.derived.images.DerivedImages<br />
class which you use to set the icons for the labels. Has this been changed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.z</title>
		<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/comment-page-1/#comment-12183</link>
		<dc:creator>david.z</dc:creator>
		<pubDate>Tue, 09 Oct 2007 18:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://davidzuckerman.com/adobe/2007/10/07/my-max-presentation/#comment-12183</guid>
		<description>1.) We&#039;ve got a bug open on this in our system somewhere, and it&#039;s on our list of things to do.

2.) I like this idea, and yes code model can support this.  We actually do something similar when you do addEventListener(&lt;ctrl-space&gt;

You should file an enhancement request for number 2.  Thanks!</description>
		<content:encoded><![CDATA[<p>1.) We&#8217;ve got a bug open on this in our system somewhere, and it&#8217;s on our list of things to do.</p>
<p>2.) I like this idea, and yes code model can support this.  We actually do something similar when you do addEventListener(<ctrl -space></p>
<p>You should file an enhancement request for number 2.  Thanks!</ctrl></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/comment-page-1/#comment-12181</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 09 Oct 2007 13:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://davidzuckerman.com/adobe/2007/10/07/my-max-presentation/#comment-12181</guid>
		<description>Nice talk at Max. After the session you were busy, so here I&#039;m going to leave some questions about the Flex Builder:

1-In Flex Builder, when we use the ctrl+space shortcut after a variable or a method, Flex Builder display a list of elements (properties, getters/setters, effects, events, ...) It would be interesting to have the most probable elements on the top of the list depending of the return type. Do you plan to implement this feature? Ex: var test:String = myObject.[ctrl+space] would display on top of the list the String elements.

2-It would be interesting to have several ctrl+space like shortcuts to filter the elements of a list. Ex: ctrl+space+e would display only the events elements in the list. Is it a possibility? It would be certainly easy with the code model you talked about in your session.

Thank you.</description>
		<content:encoded><![CDATA[<p>Nice talk at Max. After the session you were busy, so here I&#8217;m going to leave some questions about the Flex Builder:</p>
<p>1-In Flex Builder, when we use the ctrl+space shortcut after a variable or a method, Flex Builder display a list of elements (properties, getters/setters, effects, events, &#8230;) It would be interesting to have the most probable elements on the top of the list depending of the return type. Do you plan to implement this feature? Ex: var test:String = myObject.[ctrl+space] would display on top of the list the String elements.</p>
<p>2-It would be interesting to have several ctrl+space like shortcuts to filter the elements of a list. Ex: ctrl+space+e would display only the events elements in the list. Is it a possibility? It would be certainly easy with the code model you talked about in your session.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Kwiatkowski</title>
		<link>http://www.markingoccurrences.com/adobe/2007/10/07/my-max-presentation/comment-page-1/#comment-12166</link>
		<dc:creator>Nick Kwiatkowski</dc:creator>
		<pubDate>Mon, 08 Oct 2007 11:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://davidzuckerman.com/adobe/2007/10/07/my-max-presentation/#comment-12166</guid>
		<description>You put on a great show at MAX.   Thanks for the hard work!  See you in SF (assuming you aren&#039;t going to the next round of 360&#124;Flex&#039;s )</description>
		<content:encoded><![CDATA[<p>You put on a great show at MAX.   Thanks for the hard work!  See you in SF (assuming you aren&#8217;t going to the next round of 360|Flex&#8217;s )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

