﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>Rich Internet Applications - Adobe Flex, Apollo and more: Recent Comments</title>
	<updated>2008-08-20T19:42:37Z</updated>
	<id>http://ananth.info/comments/atom.aspx</id>
	<link rel="self" href="http://ananth.info/comments/atom.aspx" />
	<link rel="alternate" href="http://ananth.info" />
	<generator uri="http://app.onlinequickblog.com/" version="2.0">Quick Blog</generator>
	<entry>
		<title>Comment on Sivaji - Adobe Flex based Mash up application</title>
		<link rel="alternate" href="http://ananth.info/2007/07/06/sivaji--adobe-flex-based-mash-up-application.aspx#comment-730549" />
		<id>tag:ananth.info,2007-12-29:730549</id>
		<author>
			<name>Webdesign Agentur</name>
			<uri>http://www.medienstern.de/webdesign.php</uri>
		</author>
		<updated>2007-12-29T09:51:00Z</updated>
		<published>2007-12-29T02:58:36Z</published>
		<content type="html"><![CDATA[Oh, "Great". Thanks for the "Flex 3 Beta" link.<BR> <BR>Gracias from Germany]]></content>
	</entry>
	<entry>
		<title>Comment on Sivaji - Adobe Flex based Mash up application</title>
		<link rel="alternate" href="http://ananth.info/2007/07/06/sivaji--adobe-flex-based-mash-up-application.aspx#comment-725249" />
		<id>tag:ananth.info,2007-12-24:725249</id>
		<author>
			<name>Flyer</name>
			<uri>http://www.printstern.de</uri>
		</author>
		<updated>2007-12-24T22:20:28Z</updated>
		<published>2007-12-24T22:17:41Z</published>
		<content type="html"><![CDATA[Interesting. THX FROM GERMANY]]></content>
	</entry>
	<entry>
		<title>Comment on Flex workshop at Adobe, Bangalore</title>
		<link rel="alternate" href="http://ananth.info/2007/04/13/flex-workshop-for-customers.aspx#comment-718240" />
		<id>tag:ananth.info,2007-12-19:718240</id>
		<author>
			<name>Anantharaman Narayana</name>
		</author>
		<updated>2007-12-19T13:34:46Z</updated>
		<published>2007-12-19T13:34:46Z</published>
		<content type="html"><![CDATA[<FONT size=2>
<P align=left>Hi Phil<BR><BR>Here is an example of calling an event handler with multiple arguments<BR><BR>P.N. Anantharaman<BR><BR>&lt;?xml version="1.0" encoding="utf-8"?&gt;</P>
<P align=left></P></FONT><FONT color=#800000 size=2>
<P align=left>&lt;!--</P>
<P align=left>This is an example to illustrate calling event handlers with several arguments</P>
<P align=left>Author: P.N. Anantharaman</P>
<P align=left>Date: 19 Dec 2007</P>
<P align=left>--&gt;</P></FONT><FONT size=2>
<P align=left></P></FONT><FONT color=#0000ff size=2>
<P align=left>&lt;mx:Application</FONT><FONT size=2> xmlns:mx="</FONT><FONT color=#990000 size=2>http://www.adobe.com/2006/mxml</FONT><FONT size=2>" layout="</FONT><FONT color=#990000 size=2>absolute</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>&gt;</P></FONT><FONT color=#006633 size=2>
<P align=left>&lt;mx:Script&gt;</P></FONT><FONT size=2>
<P align=left>&lt;![CDATA[</P>
<P align=left></FONT><B><FONT color=#0033ff size=2>private</B></FONT><FONT size=2> </FONT><B><FONT color=#339966 size=2>function</B></FONT><FONT size=2> showMessage(e:Event, t:TextInput, lab:Label):</FONT><B><FONT color=#0033ff size=2>void</P></B></FONT><FONT size=2>
<P align=left>{</P>
<P align=left>lab.text = t.text;</P>
<P align=left>}</P>
<P align=left>]]&gt;</P></FONT><FONT color=#006633 size=2>
<P align=left>&lt;/mx:Script&gt;</P></FONT><FONT size=2>
<P align=left></FONT><FONT color=#0000ff size=2>&lt;mx:Label</FONT><FONT size=2> x="</FONT><FONT color=#990000 size=2>59</FONT><FONT size=2>" y="</FONT><FONT color=#990000 size=2>37</FONT><FONT size=2>" text="</FONT><FONT color=#990000 size=2>Enter your name</FONT><FONT size=2>" width="</FONT><FONT color=#990000 size=2>111</FONT><FONT size=2>" fontSize="</FONT><FONT color=#990000 size=2>12</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>/&gt;</P></FONT><FONT size=2>
<P align=left></FONT><FONT color=#0000ff size=2>&lt;mx:TextInput</FONT><FONT size=2> x="</FONT><FONT color=#990000 size=2>178</FONT><FONT size=2>" y="</FONT><FONT color=#990000 size=2>37</FONT><FONT size=2>" width="</FONT><FONT color=#990000 size=2>231</FONT><FONT size=2>" id="</FONT><FONT color=#990000 size=2>t1</FONT><FONT size=2>" fontSize="</FONT><FONT color=#990000 size=2>12</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>/&gt;</P></FONT><FONT size=2>
<P align=left></FONT><FONT color=#0000ff size=2>&lt;mx:Label</FONT><FONT size=2> x="</FONT><FONT color=#990000 size=2>59</FONT><FONT size=2>" y="</FONT><FONT color=#990000 size=2>91</FONT><FONT size=2>" text="</FONT><FONT color=#990000 size=2>Label</FONT><FONT size=2>" width="</FONT><FONT color=#990000 size=2>350</FONT><FONT size=2>" id="</FONT><FONT color=#990000 size=2>lab1</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>/&gt;</P></FONT><FONT size=2>
<P align=left></FONT><FONT color=#0000ff size=2>&lt;mx:Button</FONT><FONT size=2> x="</FONT><FONT color=#990000 size=2>344</FONT><FONT size=2>" y="</FONT><FONT color=#990000 size=2>143</FONT><FONT size=2>" label="</FONT><FONT color=#990000 size=2>Show Message</FONT><FONT size=2>" click="showMessage(event, t1, lab1);"</FONT><FONT color=#0000ff size=2>/&gt;</P>
<P align=left>&lt;/mx:Application&gt;</P></FONT>]]></content>
	</entry>
	<entry>
		<title>Comment on Flex workshop at Adobe, Bangalore</title>
		<link rel="alternate" href="http://ananth.info/2007/04/13/flex-workshop-for-customers.aspx#comment-712768" />
		<id>tag:ananth.info,2007-12-16:712768</id>
		<author>
			<name>Phil G</name>
		</author>
		<updated>2007-12-16T11:22:51Z</updated>
		<published>2007-12-16T08:15:35Z</published>
		<content type="html"><![CDATA[Your PowerPoint on Events was good. <BR>However, you only had one page on <BR>"Passing additional parameters to event handler" I have not seen anything on this elsewhere. Do you know of any more info on this. I could not understand from your example how to actually add parameters. A larger example would be great.<BR>thanks<BR>Phil]]></content>
	</entry>
	<entry>
		<title>Comment on RIA Presentation Slides</title>
		<link rel="alternate" href="http://ananth.info/2007/03/26/ria-presentation-slides.aspx#comment-427207" />
		<id>tag:ananth.info,2007-07-09:427207</id>
		<author>
			<name>Anantharaman Narayana</name>
		</author>
		<updated>2007-07-09T12:35:06Z</updated>
		<published>2007-07-09T12:35:06Z</published>
		<content type="html"><![CDATA[Hi,<br /><br />I just tested it again and I am able to load/view the documents. Can you please try again and let me know?<br /><br />Thanks<br />P.N. Anantharaman]]></content>
	</entry>
	<entry>
		<title>Comment on RIA Presentation Slides</title>
		<link rel="alternate" href="http://ananth.info/2007/03/26/ria-presentation-slides.aspx#comment-427179" />
		<id>tag:ananth.info,2007-07-09:427179</id>
		<author>
			<name>Tushar Wadekar</name>
			<uri>http://tush.wordpress.com/</uri>
		</author>
		<updated>2007-07-09T11:54:45Z</updated>
		<published>2007-07-09T11:54:45Z</published>
		<content type="html"><![CDATA[Dead link? unable to open the PDF file.]]></content>
	</entry>
	<entry>
		<title>Comment on Adobe Developer Olympiad - How to make your application interesting?</title>
		<link rel="alternate" href="http://ananth.info/2006/12/06/adobe-developer-olympiad--how-to-make-your-application-interesting.aspx#comment-193547" />
		<id>tag:ananth.info,2006-12-07:193547</id>
		<author>
			<name>Hemant</name>
		</author>
		<updated>2006-12-07T10:44:40Z</updated>
		<published>2006-12-07T10:36:54Z</published>
		<content type="html"><![CDATA[Welcome to the blogging world, Ananth.]]></content>
	</entry>
</feed>