<?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: flex drawing utility methods 速記</title>
	<atom:link href="http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/feed/" rel="self" type="application/rss+xml" />
	<link>http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/</link>
	<description>a dedicated Flash&#124;Flex Rich Internet Application Blog from a senior Flex RIA developer/instructor</description>
	<lastBuildDate>Thu, 17 Nov 2011 14:57:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 志文</title>
		<link>http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/comment-page-1/#comment-103575</link>
		<dc:creator>志文</dc:creator>
		<pubDate>Thu, 01 May 2008 07:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/#comment-103575</guid>
		<description>樓上的Ken不是我哦,我的留名都是用中文的...感謝!! ^^</description>
		<content:encoded><![CDATA[<p>樓上的Ken不是我哦,我的留名都是用中文的&#8230;感謝!! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/comment-page-1/#comment-103314</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Thu, 01 May 2008 01:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/#comment-103314</guid>
		<description>bjack兄說的為一個挺好的研究方向，感謝喲~~受教了</description>
		<content:encoded><![CDATA[<p>bjack兄說的為一個挺好的研究方向，感謝喲~~受教了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjack</title>
		<link>http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/comment-page-1/#comment-102719</link>
		<dc:creator>bjack</dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/#comment-102719</guid>
		<description>或許你可以試著從 Button 或 Box 這些元件開始著手，元件基本上是分成幾個部分重疊而成，以 Button 來說，分為Skin、TextField和Icon三個元件重疊組合而成。決定畫圓角這件事，自然的就是應該從 Skin 這部分著手，以 Button 為例，ButtonSkin 就是負責繪製 Button 的外觀。
所以籍由研究 ButtonSkin ，你應該可以看到 drawRoundRect() 被充分的用來繪製元件外觀，當然決定圓角這件事也就可以在這邊被控制，我想決定四個角哪一邊該被畫成圓角，哪一邊畫成方角，應該就不是太大的問題了，相對地，利用外部 CSS 控制物件，也可以透過 getStyle/setStyle 來達成，希望以上建議能幫上你的忙囉! :)</description>
		<content:encoded><![CDATA[<p>或許你可以試著從 Button 或 Box 這些元件開始著手，元件基本上是分成幾個部分重疊而成，以 Button 來說，分為Skin、TextField和Icon三個元件重疊組合而成。決定畫圓角這件事，自然的就是應該從 Skin 這部分著手，以 Button 為例，ButtonSkin 就是負責繪製 Button 的外觀。<br />
所以籍由研究 ButtonSkin ，你應該可以看到 drawRoundRect() 被充分的用來繪製元件外觀，當然決定圓角這件事也就可以在這邊被控制，我想決定四個角哪一邊該被畫成圓角，哪一邊畫成方角，應該就不是太大的問題了，相對地，利用外部 CSS 控制物件，也可以透過 getStyle/setStyle 來達成，希望以上建議能幫上你的忙囉! <img src='http://ria.richtechmedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/comment-page-1/#comment-101920</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 30 Apr 2008 07:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2008/04/27/flex-drawing-utility-methods-%e9%80%9f%e8%a8%98/#comment-101920</guid>
		<description>不曉得drawRoundRectComplex()這個是否有辦法寫成css來控制物件，一般的元件有些有cornerRadius這個屬性可以將角改成圓的，可是好像沒辦法只設定那一邊是圓的或著是上面圓的下面是正的，剛有小試了一下失敗、失敗還是失敗，不曉得老師有沒有這方面的見解。</description>
		<content:encoded><![CDATA[<p>不曉得drawRoundRectComplex()這個是否有辦法寫成css來控制物件，一般的元件有些有cornerRadius這個屬性可以將角改成圓的，可是好像沒辦法只設定那一邊是圓的或著是上面圓的下面是正的，剛有小試了一下失敗、失敗還是失敗，不曉得老師有沒有這方面的見解。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

