<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flex pirates</title>
	<atom:link href="http://flexonblog.wordpress.com/flex-pirates/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexonblog.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Dec 2009 06:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-792</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Wed, 23 Dec 2009 06:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-792</guid>
		<description>Hi,
Once you uploaded,you need to refresh the Service to receive new data from the DB which has the new uploaded photo information.
regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Once you uploaded,you need to refresh the Service to receive new data from the DB which has the new uploaded photo information.<br />
regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Judhisthira sahoo</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-788</link>
		<dc:creator>Judhisthira sahoo</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-788</guid>
		<description>Hi,
I am new in flex.i ma facing problem to access current uploaded photo in photo list.plz help me.I ma giving the coad..














									
		

After photo i go to photo list,but not see teh current uploaded photo.but if rebuild the file i will get the photo from the list.But uploaded photo can see from images folder and data are uploaded in mysql table.
Plz help me in this matter.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am new in flex.i ma facing problem to access current uploaded photo in photo list.plz help me.I ma giving the coad..</p>
<p>After photo i go to photo list,but not see teh current uploaded photo.but if rebuild the file i will get the photo from the list.But uploaded photo can see from images folder and data are uploaded in mysql table.<br />
Plz help me in this matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toton</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-732</link>
		<dc:creator>Toton</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-732</guid>
		<description>Hi,

Presently I am creating a treeview control where based on user input it will search the input text in tree view,expand that node &amp; you can select that text.

Example:

Animal

  mamal
     cat
     dog 
     man
  Insect
     ant,
     spider


Now user type at, then output result will be like below either

 Animal
   mamal
     cat (display at as bold)
   Insect(single node)

or
  Animal
    mamal
      cat(display at as bold)
      dog
      man
   Insect(Collapse node)
-- 
 Could any of you please tell us how can I do it?
Please help.Any solution is welcome.

Regards,
Toton</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Presently I am creating a treeview control where based on user input it will search the input text in tree view,expand that node &amp; you can select that text.</p>
<p>Example:</p>
<p>Animal</p>
<p>  mamal<br />
     cat<br />
     dog<br />
     man<br />
  Insect<br />
     ant,<br />
     spider</p>
<p>Now user type at, then output result will be like below either</p>
<p> Animal<br />
   mamal<br />
     cat (display at as bold)<br />
   Insect(single node)</p>
<p>or<br />
  Animal<br />
    mamal<br />
      cat(display at as bold)<br />
      dog<br />
      man<br />
   Insect(Collapse node)<br />
&#8211;<br />
 Could any of you please tell us how can I do it?<br />
Please help.Any solution is welcome.</p>
<p>Regards,<br />
Toton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-722</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Mon, 05 Oct 2009 07:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-722</guid>
		<description>Hi,
to capture the keyboard keys trigger we can use the KeyboardEvent Event Class.Check the Below example.

this.addEventListener(KeyboardEvent.KEY_UP,fnEnterKeyHandler);
//function handler 
private function fnEnterKeyHandler(event:KeyboardEvent):void
{
if(event.keyCode==Keyboard.F5)
{
//F5 key press ,can add your code..			
}
}

hope this helps you.
regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
to capture the keyboard keys trigger we can use the KeyboardEvent Event Class.Check the Below example.</p>
<p>this.addEventListener(KeyboardEvent.KEY_UP,fnEnterKeyHandler);<br />
//function handler<br />
private function fnEnterKeyHandler(event:KeyboardEvent):void<br />
{<br />
if(event.keyCode==Keyboard.F5)<br />
{<br />
//F5 key press ,can add your code..<br />
}<br />
}</p>
<p>hope this helps you.<br />
regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanchan</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-721</link>
		<dc:creator>kanchan</dc:creator>
		<pubDate>Mon, 05 Oct 2009 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-721</guid>
		<description>My flex application is with ruby on rails. I want to block F5 key in flex application can u pliz help me?</description>
		<content:encoded><![CDATA[<p>My flex application is with ruby on rails. I want to block F5 key in flex application can u pliz help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rayudu</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-679</link>
		<dc:creator>rayudu</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-679</guid>
		<description>it is nice
 
iam new to flex</description>
		<content:encoded><![CDATA[<p>it is nice</p>
<p>iam new to flex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rayudu</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-678</link>
		<dc:creator>rayudu</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-678</guid>
		<description>it is nice</description>
		<content:encoded><![CDATA[<p>it is nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-662</link>
		<dc:creator>uday</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-662</guid>
		<description>create a facility for a user to select a college name from a list of colleges( using combo box&amp; we have to take at the max 3 colleges). as as soon as he select a college name the departments of that college must be displayed (CSE,ECE,MECHANICAL) .When User selects any branch and year he is presented with two options either he can see faculty information and student information .After viewing student information if he wants see marks of students create a facility for user to view the marks as well as performance in graph .
so , kindly send me this source code as soon as possible in a day . I need it very urgently.
  thankin you
yours sincerely
uday</description>
		<content:encoded><![CDATA[<p>create a facility for a user to select a college name from a list of colleges( using combo box&amp; we have to take at the max 3 colleges). as as soon as he select a college name the departments of that college must be displayed (CSE,ECE,MECHANICAL) .When User selects any branch and year he is presented with two options either he can see faculty information and student information .After viewing student information if he wants see marks of students create a facility for user to view the marks as well as performance in graph .<br />
so , kindly send me this source code as soon as possible in a day . I need it very urgently.<br />
  thankin you<br />
yours sincerely<br />
uday</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rushikesh</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-560</link>
		<dc:creator>Rushikesh</dc:creator>
		<pubDate>Fri, 08 May 2009 09:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-560</guid>
		<description>Hi Kumar,
It&#039;s nice to see you guys posting solutions for flex developers. Let me tell you it is really very helpful.
Me too working in flex for last 8 months and its really awesome working in it.

thanks once again</description>
		<content:encoded><![CDATA[<p>Hi Kumar,<br />
It&#8217;s nice to see you guys posting solutions for flex developers. Let me tell you it is really very helpful.<br />
Me too working in flex for last 8 months and its really awesome working in it.</p>
<p>thanks once again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-548</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Tue, 28 Apr 2009 09:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-548</guid>
		<description>Hi,

Thanks, I will soon make a post on that topic.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks, I will soon make a post on that topic.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajneesh</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-547</link>
		<dc:creator>Rajneesh</dc:creator>
		<pubDate>Tue, 28 Apr 2009 06:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-547</guid>
		<description>Hi kumar..
Good effort...


can you tell me how to use flex with web services devloped and deployed using apache axis2/java.</description>
		<content:encoded><![CDATA[<p>Hi kumar..<br />
Good effort&#8230;</p>
<p>can you tell me how to use flex with web services devloped and deployed using apache axis2/java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-471</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 20 Feb 2009 04:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-471</guid>
		<description>Kumar, could you email me please at above website...thanks.</description>
		<content:encoded><![CDATA[<p>Kumar, could you email me please at above website&#8230;thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-300</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-300</guid>
		<description>Thank you sir.</description>
		<content:encoded><![CDATA[<p>Thank you sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manas</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-296</link>
		<dc:creator>Manas</dc:creator>
		<pubDate>Sat, 23 Aug 2008 10:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-296</guid>
		<description>Carry on , Good work.</description>
		<content:encoded><![CDATA[<p>Carry on , Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/flex-pirates/#comment-217</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Thu, 15 May 2008 13:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/flex-pirates/#comment-217</guid>
		<description>Hi 
thanks at first sight , about your Error , I didn&#039;t get what is Token , if iam not wrong i think you want to store some data [like instances of the user like cookies] on the client system then for this we can go for shared objects in Flex,They are similar to Browser Cookies.
I have made a post on SharedObjects in my blog ,just search it.Comment me if ur not clear.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi<br />
thanks at first sight , about your Error , I didn&#8217;t get what is Token , if iam not wrong i think you want to store some data [like instances of the user like cookies] on the client system then for this we can go for shared objects in Flex,They are similar to Browser Cookies.<br />
I have made a post on SharedObjects in my blog ,just search it.Comment me if ur not clear.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
