<?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/"
		>
<channel>
	<title>Comments on: Setting a Flex tool tip&#8217;s maximum width</title>
	<atom:link href="http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luke</title>
		<link>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/comment-page-1/#comment-8567</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Tue, 16 Nov 2010 17:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/#comment-8567</guid>
		<description>yes its possible to change the settings for just one tooltip. you have to create manually a tooltip via ToolTipManager and then set yourtooltip.maxWidth=xxx;

var tip:Tooltip = ToolTipManager.createToolTip(
		text, 
		x,
		y,
		type
	) as ToolTip;

tip.maxWidth=yourvalue;

hope i could help</description>
		<content:encoded><![CDATA[<p>yes its possible to change the settings for just one tooltip. you have to create manually a tooltip via ToolTipManager and then set yourtooltip.maxWidth=xxx;</p>
<p>var tip:Tooltip = ToolTipManager.createToolTip(<br />
		text,<br />
		x,<br />
		y,<br />
		type<br />
	) as ToolTip;</p>
<p>tip.maxWidth=yourvalue;</p>
<p>hope i could help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayHiker</title>
		<link>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/comment-page-1/#comment-965</link>
		<dc:creator>dayHiker</dc:creator>
		<pubDate>Mon, 15 Dec 2008 04:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/#comment-965</guid>
		<description>Thanks, I needed dataTipPrecision idea in my slider. Could not find it, but you had it. Good work.</description>
		<content:encoded><![CDATA[<p>Thanks, I needed dataTipPrecision idea in my slider. Could not find it, but you had it. Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziki</title>
		<link>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/comment-page-1/#comment-964</link>
		<dc:creator>ziki</dc:creator>
		<pubDate>Sun, 30 Sep 2007 14:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/#comment-964</guid>
		<description>As i understand, this will change the size of all the tool tips in the program.
is there a way to change this settings just for one tool tip?</description>
		<content:encoded><![CDATA[<p>As i understand, this will change the size of all the tool tips in the program.<br />
is there a way to change this settings just for one tool tip?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

