<?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"
	>
<channel>
	<title>Comments on: GridLayout - Part 1</title>
	<atom:link href="http://bumpslide.com/blog/2007/06/13/gridlayout-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://bumpslide.com/blog/2007/06/13/gridlayout-part-1/</link>
	<description>david knape, programmer/consultant, david (at) bumpslide.com</description>
	<pubDate>Thu, 28 Aug 2008 08:09:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: david</title>
		<link>http://bumpslide.com/blog/2007/06/13/gridlayout-part-1/#comment-12160</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 06 Jun 2008 20:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/05/08/gridlayout-part-1/#comment-12160</guid>
		<description>http://bumpslide.googlecode.com/svn/trunk/as3/examples/gridlayout/

I've added some AS3 examples showing custom layout routines in response to image load events.  There are a number of ways to do what you're asking, phong.  It really depends on your needs.  Also, if you haven't already seen them, you should check out the Yahoo Astra Layout containers.

http://developer.yahoo.com/flash/astra-flash/layout-containers/examples.html</description>
		<content:encoded><![CDATA[<p><a href="http://bumpslide.googlecode.com/svn/trunk/as3/examples/gridlayout/" rel="nofollow">http://bumpslide.googlecode.com/svn/trunk/as3/examples/gridlayout/</a></p>
<p>I&#8217;ve added some AS3 examples showing custom layout routines in response to image load events.  There are a number of ways to do what you&#8217;re asking, phong.  It really depends on your needs.  Also, if you haven&#8217;t already seen them, you should check out the Yahoo Astra Layout containers.</p>
<p><a href="http://developer.yahoo.com/flash/astra-flash/layout-containers/examples.html" rel="nofollow">http://developer.yahoo.com/flash/astra-flash/layout-containers/examples.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phong</title>
		<link>http://bumpslide.com/blog/2007/06/13/gridlayout-part-1/#comment-12150</link>
		<dc:creator>Phong</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/05/08/gridlayout-part-1/#comment-12150</guid>
		<description>Hello,

I had a quick question on your AS3 gridlayout and class. If I wanted to load several dynamic images of different widths and heights into the grid and wanted to butt them right next to each other, is that possible. 

So instead of specifying a specific item width and height, they would just take on the size of the image.

Thanks! It's a great utility!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I had a quick question on your AS3 gridlayout and class. If I wanted to load several dynamic images of different widths and heights into the grid and wanted to butt them right next to each other, is that possible. </p>
<p>So instead of specifying a specific item width and height, they would just take on the size of the image.</p>
<p>Thanks! It&#8217;s a great utility!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://bumpslide.com/blog/2007/06/13/gridlayout-part-1/#comment-7043</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 25 Feb 2008 03:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/05/08/gridlayout-part-1/#comment-7043</guid>
		<description>Lucia.  Once your XML loads, parse it into array of value objects.  Use that as your dataProvider.

Sorry about the lack of parts 2 3.  (Maybe I'll just rename this post.) 
Anyway, grab my code from SVN for examples of the other concepts:
https://bumpslide.svn.sourceforge.net/svnroot/bumpslide/trunk/src/com/bumpslide/example/gridlayout/

This code is constantly in flux, but it is still an invaluable tool for me on almost every project.  The latest version of this class as well as much of my newest code is all in the AS3 branch of my Bumpslide code library.

https://bumpslide.svn.sourceforge.net/svnroot/bumpslide/trunk/src_as3/</description>
		<content:encoded><![CDATA[<p>Lucia.  Once your XML loads, parse it into array of value objects.  Use that as your dataProvider.</p>
<p>Sorry about the lack of parts 2 3.  (Maybe I&#8217;ll just rename this post.)<br />
Anyway, grab my code from SVN for examples of the other concepts:<br />
<a href="https://bumpslide.svn.sourceforge.net/svnroot/bumpslide/trunk/src/com/bumpslide/example/gridlayout/" rel="nofollow">https://bumpslide.svn.sourceforge.net/svnroot/bumpslide/trunk/src/com/bumpslide/example/gridlayout/</a></p>
<p>This code is constantly in flux, but it is still an invaluable tool for me on almost every project.  The latest version of this class as well as much of my newest code is all in the AS3 branch of my Bumpslide code library.</p>
<p><a href="https://bumpslide.svn.sourceforge.net/svnroot/bumpslide/trunk/src_as3/" rel="nofollow">https://bumpslide.svn.sourceforge.net/svnroot/bumpslide/trunk/src_as3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucia Saura</title>
		<link>http://bumpslide.com/blog/2007/06/13/gridlayout-part-1/#comment-6885</link>
		<dc:creator>Lucia Saura</dc:creator>
		<pubDate>Wed, 20 Feb 2008 15:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/05/08/gridlayout-part-1/#comment-6885</guid>
		<description>Hallo!

This is really interesting stuff, but surely enough i could use the next to come parts of the tutorial to put it in use. Would it be possible to create those movie clips and possition them with your class based on the data of an xml file?</description>
		<content:encoded><![CDATA[<p>Hallo!</p>
<p>This is really interesting stuff, but surely enough i could use the next to come parts of the tutorial to put it in use. Would it be possible to create those movie clips and possition them with your class based on the data of an xml file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
