<?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: Adding icons to a Flex TabBar control</title>
	<link>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 10:11:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: scsfdev</title>
		<link>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-14593</link>
		<author>scsfdev</author>
		<pubDate>Sun, 10 Aug 2008 14:05:32 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-14593</guid>
		<description>Hi everybody and this blog owner :)

i'm totally new to flex.
currently i am using flex 3.

And i have some problems and hope u guys can help me and guide me.

I have one ADG(Advanced DataGrid) control and have several rows and columns.

My problem is I can't add icon to other columns except first, tree columns.
I try and googling but found no example which explain how to do it.

I only found add icon to list, tab, etc.
i have tried and failed many times so i just drop a message here and hope u guys can help me.

thanks.</description>
		<content:encoded><![CDATA[<p>Hi everybody and this blog owner :)</p>
<p>i&#8217;m totally new to flex.<br />
currently i am using flex 3.</p>
<p>And i have some problems and hope u guys can help me and guide me.</p>
<p>I have one ADG(Advanced DataGrid) control and have several rows and columns.</p>
<p>My problem is I can&#8217;t add icon to other columns except first, tree columns.<br />
I try and googling but found no example which explain how to do it.</p>
<p>I only found add icon to list, tab, etc.<br />
i have tried and failed many times so i just drop a message here and hope u guys can help me.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-14158</link>
		<author>peterd</author>
		<pubDate>Tue, 15 Jul 2008 06:27:05 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-14158</guid>
		<description>Francois-Yanick,

Try Ben Stucki's IconUtility component: &lt;a href="http://blog.benstucki.net/?p=42" rel="nofollow"&gt;"IconUtility Component for Dynamic Run-Time Icons"&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>Francois-Yanick,</p>
<p>Try Ben Stucki&#8217;s IconUtility component: <a href="http://blog.benstucki.net/?p=42" rel="nofollow">&#8220;IconUtility Component for Dynamic Run-Time Icons&#8221;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois-Yanick</title>
		<link>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-14155</link>
		<author>Francois-Yanick</author>
		<pubDate>Tue, 15 Jul 2008 06:15:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-14155</guid>
		<description>Hi, I found this example a perfect resources for what I want to do except for one thing: how to declare an icon as a class when creating the tabBar dynamically from a list (that can differ time-to-time) of types of product.

In another words, I have to deal with different alternatives to show the different types of product available and for design purpose, I decided to opt for a tabBar. Until now everything is fine until I wanted to use the icon option you are proposing. This is agreat feature but I cannot create a public icon-class variable for each possible option - this will not be efficient as the types of product can be added by an admin of the application or can be removed from the same source. Is there any way to create a class to contain the icon dynamically?

Thank's!</description>
		<content:encoded><![CDATA[<p>Hi, I found this example a perfect resources for what I want to do except for one thing: how to declare an icon as a class when creating the tabBar dynamically from a list (that can differ time-to-time) of types of product.</p>
<p>In another words, I have to deal with different alternatives to show the different types of product available and for design purpose, I decided to opt for a tabBar. Until now everything is fine until I wanted to use the icon option you are proposing. This is agreat feature but I cannot create a public icon-class variable for each possible option - this will not be efficient as the types of product can be added by an admin of the application or can be removed from the same source. Is there any way to create a class to contain the icon dynamically?</p>
<p>Thank&#8217;s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sagar</title>
		<link>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-4131</link>
		<author>sagar</author>
		<pubDate>Wed, 14 Nov 2007 11:29:12 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-4131</guid>
		<description>hi 
i am developing one simple application
which contains 10  tabs over all but according to the user group 
example:- 1.Admin 2.Developer 3.Tester 4.Trainee 
i want show different tabs means for admin i want to show all 
for tester i want to show 5 tabs
for developer i want to show 8 tabs
at the time of loading my application i am inserting all the items in tab bar and then removing the unwanted tabs using remove child but it is working for single time
if i loge3d in as  a admin and then i login as tester and then again tester it is showing the eror
pls help me to solve this</description>
		<content:encoded><![CDATA[<p>hi<br />
i am developing one simple application<br />
which contains 10  tabs over all but according to the user group<br />
example:- 1.Admin 2.Developer 3.Tester 4.Trainee<br />
i want show different tabs means for admin i want to show all<br />
for tester i want to show 5 tabs<br />
for developer i want to show 8 tabs<br />
at the time of loading my application i am inserting all the items in tab bar and then removing the unwanted tabs using remove child but it is working for single time<br />
if i loge3d in as  a admin and then i login as tester and then again tester it is showing the eror<br />
pls help me to solve this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LP</title>
		<link>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-3896</link>
		<author>LP</author>
		<pubDate>Mon, 05 Nov 2007 17:22:01 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/21/adding-icons-to-a-flex-tabbar-control/#comment-3896</guid>
		<description>Yeaahh, eso es justo lo q estaba buskando. Gracias amigos xD.</description>
		<content:encoded><![CDATA[<p>Yeaahh, eso es justo lo q estaba buskando. Gracias amigos xD.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
