<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating a vertical LinkBar in Flex</title>
	<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 11:45:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Manoj Sinha</title>
		<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-17132</link>
		<author>Manoj Sinha</author>
		<pubDate>Tue, 02 Dec 2008 09:45:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-17132</guid>
		<description>Hi,
I am facing a problem of data binding. I am using web service to fill a grid, in the web method I have to pass two parameters, it will return result of xml document. The same I want to fill in a DataGrid using Adobe Flex Buiider 3.

Please help me..its urgent 

Sample.mxml









 


{_txtuserid.text}


{_txtpassword.text}


 



 


{token.text}


 
 















After login..i want to fill the result in the datagrid. I am using Sql as backend and Asp dot net pattern for coding in Adobe. 

Help me in doing the same
thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am facing a problem of data binding. I am using web service to fill a grid, in the web method I have to pass two parameters, it will return result of xml document. The same I want to fill in a DataGrid using Adobe Flex Buiider 3.</p>
<p>Please help me..its urgent </p>
<p>Sample.mxml</p>
<p>{_txtuserid.text}</p>
<p>{_txtpassword.text}</p>
<p>{token.text}</p>
<p>After login..i want to fill the result in the datagrid. I am using Sql as backend and Asp dot net pattern for coding in Adobe. </p>
<p>Help me in doing the same<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-16961</link>
		<author>Adrian</author>
		<pubDate>Sun, 30 Nov 2008 07:41:16 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-16961</guid>
		<description>Now how about having 2 or 3 link bars with items each with view stacks an passing from one to another link bar selecting and deselected the activ tab???

Thant is something that is bugging me....</description>
		<content:encoded><![CDATA[<p>Now how about having 2 or 3 link bars with items each with view stacks an passing from one to another link bar selecting and deselected the activ tab???</p>
<p>Thant is something that is bugging me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörg</title>
		<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-7440</link>
		<author>Jörg</author>
		<pubDate>Mon, 10 Mar 2008 03:30:27 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-7440</guid>
		<description>Thank you very much!!!

I searched for hours how to manage a vertical LinkBar...</description>
		<content:encoded><![CDATA[<p>Thank you very much!!!</p>
<p>I searched for hours how to manage a vertical LinkBar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judah</title>
		<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-3321</link>
		<author>judah</author>
		<pubDate>Mon, 08 Oct 2007 19:22:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-3321</guid>
		<description>Thank you! I didnt know about the direction property.</description>
		<content:encoded><![CDATA[<p>Thank you! I didnt know about the direction property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-321</link>
		<author>Pierre</author>
		<pubDate>Tue, 21 Aug 2007 15:14:26 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-321</guid>
		<description>Nice realisation. I'm looking for to have the same effect than : 
http://weblogs.macromedia.com/khoyt/files/f1040.swf

Can you give informations how it's possible to have resizing panel like this, and the open and close panels.

Thank</description>
		<content:encoded><![CDATA[<p>Nice realisation. I&#8217;m looking for to have the same effect than :<br />
<a href="http://weblogs.macromedia.com/khoyt/files/f1040.swf" rel="nofollow">http://weblogs.macromedia.com/khoyt/files/f1040.swf</a></p>
<p>Can you give informations how it&#8217;s possible to have resizing panel like this, and the open and close panels.</p>
<p>Thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-274</link>
		<author>Bruce</author>
		<pubDate>Sun, 19 Aug 2007 18:18:53 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/19/creating-a-vertical-linkbar-in-flex/#comment-274</guid>
		<description>Very good example.  I like how you created the XMLListCollection using MXML instead of ActionScript.  Very easy to understand what is happening.</description>
		<content:encoded><![CDATA[<p>Very good example.  I like how you created the XMLListCollection using MXML instead of ActionScript.  Very easy to understand what is happening.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
