<?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: Advanced Data Visualization &#8211; Adobe MAX</title>
	<atom:link href="http://www.twgonzalez.com/blog/?feed=rss2&#038;p=267" rel="self" type="application/rss+xml" />
	<link>http://www.twgonzalez.com/blog/?p=267</link>
	<description>visual epiphanies &#62;</description>
	<lastBuildDate>Fri, 07 May 2010 00:51:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-366</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 25 Oct 2009 14:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-366</guid>
		<description>@Veena,

Apparently FB4 has some issues with namespaces and some other items that are not happy with the states code you commented out.   I am waiting until FB4 is more stable before I start modifying Axiis to work with it.   We plan on having Axiis always support Adobe&#039;s latest official release, which currently is the 3.4 SDK.</description>
		<content:encoded><![CDATA[<p>@Veena,</p>
<p>Apparently FB4 has some issues with namespaces and some other items that are not happy with the states code you commented out.   I am waiting until FB4 is more stable before I start modifying Axiis to work with it.   We plan on having Axiis always support Adobe&#8217;s latest official release, which currently is the 3.4 SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veena</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-365</link>
		<dc:creator>Veena</dc:creator>
		<pubDate>Sat, 24 Oct 2009 19:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-365</guid>
		<description>I really enjoyed your session at MAX. Thanks for all the information that you provided. 

As Don said there are some compilation and runtimes errors with your code when compiled with SDK 4.0. 

Compilation error:
Initializer for property State not allowed here 
Oceansidebuoy.mxml line 114.


Runtime error:
When I tried commenting the states object from Oceansidebuoy.mxml I was able to compile the code but had runtime errors


TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at org.axiis.managers::AnchoredDataTipManager()[/Users/tgonzalez/Documents/FlexBuilderWorkspace2/Axiis_Library/src/org/axiis/managers/AnchoredDataTipManager.as:19]
	at org.axiis.core::AbstractLayout()[/Users/tgonzalez/Documents/FlexBuilderWorkspace2/Axiis_Library/src/org/axiis/core/AbstractLayout.as:75]
	at org.axiis.core::BaseLayout()[/Users/tgonzalez/Documents/FlexBuilderWorkspace2/Axiis_Library/src/org/axiis/core/BaseLayout.as:120]
	at ui::OceansideBuoy/_OceansideBuoy_BaseLayout1_i()
	at ()
	at Function/http://adobe.com/AS3/2006/builtin::call()
	at mx.core::ComponentDescriptor/get properties()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\ComponentDescriptor.as:271]
	at mx.core::Container/createComponentFromDescriptor()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:4206]
	at mx.core::Container/createComponentsFromDescriptors()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:4119]
	at mx.core::Container/createChildren()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:3156]
	at mx.core::UIComponent/initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\UIComponent.as:6874]
	at mx.core::Container/initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:3090]
	at ui::OceansideBuoy/initialize()
....


Probably the error could be linked to the lines which i commented..</description>
		<content:encoded><![CDATA[<p>I really enjoyed your session at MAX. Thanks for all the information that you provided. </p>
<p>As Don said there are some compilation and runtimes errors with your code when compiled with SDK 4.0. </p>
<p>Compilation error:<br />
Initializer for property State not allowed here<br />
Oceansidebuoy.mxml line 114.</p>
<p>Runtime error:<br />
When I tried commenting the states object from Oceansidebuoy.mxml I was able to compile the code but had runtime errors</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at org.axiis.managers::AnchoredDataTipManager()[/Users/tgonzalez/Documents/FlexBuilderWorkspace2/Axiis_Library/src/org/axiis/managers/AnchoredDataTipManager.as:19]<br />
	at org.axiis.core::AbstractLayout()[/Users/tgonzalez/Documents/FlexBuilderWorkspace2/Axiis_Library/src/org/axiis/core/AbstractLayout.as:75]<br />
	at org.axiis.core::BaseLayout()[/Users/tgonzalez/Documents/FlexBuilderWorkspace2/Axiis_Library/src/org/axiis/core/BaseLayout.as:120]<br />
	at ui::OceansideBuoy/_OceansideBuoy_BaseLayout1_i()<br />
	at ()<br />
	at Function/http://adobe.com/AS3/2006/builtin::call()<br />
	at mx.core::ComponentDescriptor/get properties()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\ComponentDescriptor.as:271]<br />
	at mx.core::Container/createComponentFromDescriptor()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:4206]<br />
	at mx.core::Container/createComponentsFromDescriptors()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:4119]<br />
	at mx.core::Container/createChildren()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:3156]<br />
	at mx.core::UIComponent/initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\UIComponent.as:6874]<br />
	at mx.core::Container/initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\Container.as:3090]<br />
	at ui::OceansideBuoy/initialize()<br />
&#8230;.</p>
<p>Probably the error could be linked to the lines which i commented..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-364</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-364</guid>
		<description>This should work fine with FP9</description>
		<content:encoded><![CDATA[<p>This should work fine with FP9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-363</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-363</guid>
		<description>Perfect, thanks Tom. Is this a FP10 only swf or will work with FP9?</description>
		<content:encoded><![CDATA[<p>Perfect, thanks Tom. Is this a FP10 only swf or will work with FP9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-361</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-361</guid>
		<description>@Don,

I have no problem posting the compiled SWF, you can find it here.

I completely understand what you mean about a static pic not doing justice to an interactive visualization.

You can see it running here:
http://www.twgonzalez.com/blog/?p=280

And grab the .swf directly here:
http://www.twgonzalez.com/demos/SanDiegoSwell/SanDiegoSwell_Static.swf</description>
		<content:encoded><![CDATA[<p>@Don,</p>
<p>I have no problem posting the compiled SWF, you can find it here.</p>
<p>I completely understand what you mean about a static pic not doing justice to an interactive visualization.</p>
<p>You can see it running here:<br />
<a href="http://www.twgonzalez.com/blog/?p=280" rel="nofollow">http://www.twgonzalez.com/blog/?p=280</a></p>
<p>And grab the .swf directly here:<br />
<a href="http://www.twgonzalez.com/demos/SanDiegoSwell/SanDiegoSwell_Static.swf" rel="nofollow">http://www.twgonzalez.com/demos/SanDiegoSwell/SanDiegoSwell_Static.swf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-360</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 20 Oct 2009 00:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-360</guid>
		<description>That&#039;s fine about the source; I am trying to put together a research paper on the Flash platform and would like to include examples where ever possible (of course with full credit and reference to the content authors), but sometimes like in this example a static pic doesn&#039;t do it justice and i was thinking of trying to use either a short video clip of the app or preferably an interactive swf if it would work with FP9 in Acrobat.  Any chance of getting just the swf? 

-Don</description>
		<content:encoded><![CDATA[<p>That&#8217;s fine about the source; I am trying to put together a research paper on the Flash platform and would like to include examples where ever possible (of course with full credit and reference to the content authors), but sometimes like in this example a static pic doesn&#8217;t do it justice and i was thinking of trying to use either a short video clip of the app or preferably an interactive swf if it would work with FP9 in Acrobat.  Any chance of getting just the swf? </p>
<p>-Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-359</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-359</guid>
		<description>Hi Don,

Unfortunately I am not releasing the full source at this point.  But the histogram is simply a LineSeriesGroup very similar to the example on the Axiis site.  In regards to compiling with Flex 4.0, please let us know what issues you are encountering, as it should compile without a problem.</description>
		<content:encoded><![CDATA[<p>Hi Don,</p>
<p>Unfortunately I am not releasing the full source at this point.  But the histogram is simply a LineSeriesGroup very similar to the example on the Axiis site.  In regards to compiling with Flex 4.0, please let us know what issues you are encountering, as it should compile without a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-358</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-358</guid>
		<description>Thanks for the source and I really enjoyed your session at Max.  I noticed there is no histogram when I compile and run these source files - any chance we can get the version which includes the histogram? (Temporal visualizations is one my research related areas.) BTW this will not compile with Flex 4.0 SDK (you probably mentioned that somewhere already). Thanks again. 

-Don</description>
		<content:encoded><![CDATA[<p>Thanks for the source and I really enjoyed your session at Max.  I noticed there is no histogram when I compile and run these source files &#8211; any chance we can get the version which includes the histogram? (Temporal visualizations is one my research related areas.) BTW this will not compile with Flex 4.0 SDK (you probably mentioned that somewhere already). Thanks again. </p>
<p>-Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr. mojorisin</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-349</link>
		<dc:creator>mr. mojorisin</dc:creator>
		<pubDate>Fri, 09 Oct 2009 17:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-349</guid>
		<description>Excellent preso, excellent code.</description>
		<content:encoded><![CDATA[<p>Excellent preso, excellent code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @mdrmtz</title>
		<link>http://www.twgonzalez.com/blog/?p=267&#038;cpage=1#comment-348</link>
		<dc:creator>@mdrmtz</dc:creator>
		<pubDate>Fri, 09 Oct 2009 01:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.twgonzalez.com/blog/?p=267#comment-348</guid>
		<description>thanks a lot for the code!!!!
Awesome!!!
you have a nice day!!</description>
		<content:encoded><![CDATA[<p>thanks a lot for the code!!!!<br />
Awesome!!!<br />
you have a nice day!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
