<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Autoplay Media Studio Examples &#38; Scripts &#187; Grid</title>
	<atom:link href="http://amstudio.azman.info/tag/grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://amstudio.azman.info</link>
	<description>Samples for Autoplay Media Studio Users</description>
	<lastBuildDate>Fri, 17 Jun 2011 15:52:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Load Grid from XML File</title>
		<link>http://amstudio.azman.info/2009/03/11/load-grid-from-xml-file/</link>
		<comments>http://amstudio.azman.info/2009/03/11/load-grid-from-xml-file/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:08:54 +0000</pubDate>
		<dc:creator>Azmanar</dc:creator>
				<category><![CDATA[Grid]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://amstudio.azman.info/?p=210</guid>
		<description><![CDATA[Hi, Probably the last example seems to be a bit complex.  Its actually not because it is the combination of all the simple samples here with a Grid added to it. I have a suggestion, which I used a lot when learning from samples given by Worm, Tigger, Adam and Intrigue.  Grab every sample. Break [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td><a href="http://www.tkqlhce.com/click-3414080-10541904" target="_top"><img src="http://www.tqlkg.com/image-3414080-10541904" border="0" alt="image: DrawPlus X2 from Serif" width="234" height="60" /></a></td>
<td><a href="http://www.dpbolvw.net/click-3414080-10541907" target="_top"><img src="http://www.ftjcfx.com/image-3414080-10541907" border="0" alt="image: PhotoPlus X2 from Serif" width="234" height="60" /></a></td>
</tr>
</tbody>
</table>
<p>Hi,</p>
<p>Probably the last example seems to be a bit complex.  Its actually not because it is the combination of all the simple samples here with a Grid added to it.</p>
<p>I have a suggestion, which I used a lot when learning from samples given by Worm, Tigger, Adam and Intrigue.  Grab every sample. Break it apart. Mess around with their objects and scripts. And then see what happens and how far we can go.</p>
<p>But there are times when we really need the help to kick-start. At least in my case, I do need such help. I need bare bone samples, just to understand how objects interact.</p>
<p>So here is a bare-bone, which shows how to populate Grid from an XML text file. Straight forward, no bells and no whistles.</p>
<div id="attachment_211" class="wp-caption aligncenter" style="width: 310px"><a href="http://amstudio.azman.info/wp-content/uploads/2009/03/xml2grid.jpg"><img class="size-medium wp-image-211" title="xml2grid" src="http://amstudio.azman.info/wp-content/uploads/2009/03/xml2grid-300x216.jpg" alt="Screen Shot : Load Grid from XML" width="300" height="216" /></a><p class="wp-caption-text">Screen Shot : Load Grid from XML</p></div>
<p>Please <a href="http://amstudio.azman.info/wp-login.php?redirect_to=/tag/grid/feed/">Login</a> or <a href="http://amstudio.azman.info/wp-login.php?action=register">Register</a> to download this file.</p>
<p>See you around and I appreciate all your comments.</p>
<p><a href="http://www.tkqlhce.com/mn97y1A719PTURUQYQPRQWTTWSV" target="_blank" onmouseover="window.status='http://learning.graphics.com/';return true;" onmouseout="window.status=' ';return true;"><br />
<img src="http://www.awltovhc.com/hc103bosgmk59A7A6E6576C99C8B" alt="Graphics.com/Learning" border="0"/></a></p></p>
<div class="addtoany_share_save_container"><ul class="addtoany_list"><li><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Autoplay%20Media%20Studio%20Examples%20%26amp%3B%20Scripts&amp;siteurl=http%3A%2F%2Famstudio.azman.info%2F&amp;linkname=Load%20Grid%20from%20XML%20File&amp;linkurl=http%3A%2F%2Famstudio.azman.info%2F2009%2F03%2F11%2Fload-grid-from-xml-file%2F"><img src="http://amstudio.azman.info/wp-content/plugins/add-to-any-ori/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://amstudio.azman.info/2009/03/11/load-grid-from-xml-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Combo to Grid</title>
		<link>http://amstudio.azman.info/2009/03/10/combo-to-grid/</link>
		<comments>http://amstudio.azman.info/2009/03/10/combo-to-grid/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 17:19:18 +0000</pubDate>
		<dc:creator>Azmanar</dc:creator>
				<category><![CDATA[Combo Box]]></category>
		<category><![CDATA[Dialog]]></category>
		<category><![CDATA[DialogEx]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[Image]]></category>

		<guid isPermaLink="false">http://amstudio.azman.info/?p=199</guid>
		<description><![CDATA[Hi, So far, we have explored 19 possible uses of Combo with other objects.  Lets go further and pair-up Combo with a Grid object. We will combine previous examples together into one APZ file and add Grid to it. General features of this example: &#62; Select a Category from a COMBO &#62; Populate the GRID  [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td><a href="http://www.tkqlhce.com/click-3414080-10541904" target="_top"><img src="http://www.tqlkg.com/image-3414080-10541904" border="0" alt="image: DrawPlus X2 from Serif" width="234" height="60" /></a></td>
<td><a href="http://www.dpbolvw.net/click-3414080-10541907" target="_top"><img src="http://www.ftjcfx.com/image-3414080-10541907" border="0" alt="image: PhotoPlus X2 from Serif" width="234" height="60" /></a></td>
</tr>
</tbody>
</table>
<p>Hi,</p>
<p>So far, we have explored 19 possible uses of Combo with other objects.  Lets go further and pair-up <strong>Combo with a Grid object</strong>. We will combine previous examples together into one APZ file and add Grid to it.</p>
<p>General features of this example:</p>
<p>&gt; Select a Category from a COMBO</p>
<p>&gt; Populate the GRID  with items related for that category. The item info comes from tables and file search.</p>
<p>&gt; Click an ITEM on the GRID</p>
<p>&gt; A Pop-Up Message will ask you whether you want to view the Full Info or not.</p>
<p>&gt; If you chose OK, a DialogEx will pop-up showing Image &amp; Text.</p>
<p>&gt; Click an ITEM from another column on the GRID</p>
<p>&gt; A Pop-up Message will ask you whether you want to edit the Text File or not.</p>
<p>&gt; If you chose OK, it will open the Text File for editing in Notepad.</p>
<p>Hope this example is useful.</p>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 310px"><a href="http://amstudio.azman.info/wp-content/uploads/2009/03/combo2grid-1.jpg"><img class="size-medium wp-image-201" title="combo2grid-1" src="http://amstudio.azman.info/wp-content/uploads/2009/03/combo2grid-1-300x216.jpg" alt="Screen Shot : Combo to Grid 1" width="300" height="216" /></a><p class="wp-caption-text">Screen Shot 1 : Combo to Grid </p></div>
<div id="attachment_202" class="wp-caption aligncenter" style="width: 310px"><a href="http://amstudio.azman.info/wp-content/uploads/2009/03/combo2grid-2.jpg"><img class="size-medium wp-image-202" title="combo2grid-2" src="http://amstudio.azman.info/wp-content/uploads/2009/03/combo2grid-2-300x253.jpg" alt="Screen Shot 2 : Combo to Grid" width="300" height="253" /></a><p class="wp-caption-text">Screen Shot 2 : Combo to Grid</p></div>
<p>Please <a href="http://amstudio.azman.info/wp-login.php?redirect_to=/tag/grid/feed/">Login</a> or <a href="http://amstudio.azman.info/wp-login.php?action=register">Register</a> to download this file.</p>
<p>Please leave a comment about this example.</p>
<p><a href="http://www.tkqlhce.com/mn97y1A719PTURUQYQPRQWTTWSV" target="_blank" onmouseover="window.status='http://learning.graphics.com/';return true;" onmouseout="window.status=' ';return true;"><br />
<img src="http://www.awltovhc.com/hc103bosgmk59A7A6E6576C99C8B" alt="Graphics.com/Learning" border="0"/></a></p></p>
<div class="addtoany_share_save_container"><ul class="addtoany_list"><li><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Autoplay%20Media%20Studio%20Examples%20%26amp%3B%20Scripts&amp;siteurl=http%3A%2F%2Famstudio.azman.info%2F&amp;linkname=Combo%20to%20Grid&amp;linkurl=http%3A%2F%2Famstudio.azman.info%2F2009%2F03%2F10%2Fcombo-to-grid%2F"><img src="http://amstudio.azman.info/wp-content/plugins/add-to-any-ori/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://amstudio.azman.info/2009/03/10/combo-to-grid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

