<?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>自作ライブラリを公開しました へのコメント</title>
	<atom:link href="http://unbland.org/blog/2009/04/01/221.html/feed" rel="self" type="application/rss+xml" />
	<link>http://unbland.org/blog/2009/04/01/221.html</link>
	<description>発見の日々の備忘録。主に Web にまつまる技術ネタ。</description>
	<lastBuildDate>Mon, 07 Dec 2009 01:59:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>muta244@admin より</title>
		<link>http://unbland.org/blog/2009/04/01/221.html/comment-page-1#comment-197</link>
		<dc:creator>muta244@admin</dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.org/blog/?p=221#comment-197</guid>
		<description>良かったです！今後とも宜しくお願いします。</description>
		<content:encoded><![CDATA[<p>良かったです！今後とも宜しくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>monkeypod より</title>
		<link>http://unbland.org/blog/2009/04/01/221.html/comment-page-1#comment-196</link>
		<dc:creator>monkeypod</dc:creator>
		<pubDate>Sun, 06 Dec 2009 18:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.org/blog/?p=221#comment-196</guid>
		<description>&gt;muta244さん

返信遅くなりました。

ありがとうございます。
なんとか動作できました！</description>
		<content:encoded><![CDATA[<p>&gt;muta244さん</p>
<p>返信遅くなりました。</p>
<p>ありがとうございます。<br />
なんとか動作できました！</p>
]]></content:encoded>
	</item>
	<item>
		<title>muta244@admin より</title>
		<link>http://unbland.org/blog/2009/04/01/221.html/comment-page-1#comment-194</link>
		<dc:creator>muta244@admin</dc:creator>
		<pubDate>Thu, 03 Dec 2009 11:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.org/blog/?p=221#comment-194</guid>
		<description>コメントありがとうございます。
Progression を使用している・いないに関係無く、
おそらく FLA ファイルの設定に問題があるのではないかと思います。

UIScrollBar を継承したクラスメンバーに rail というプロパティを定義している場合は、
パブリッシュ設定 -&gt; ActionScript 3.0 詳細設定の &quot;ステージのインスタンスを自動宣言&quot; のチェックを外す必要があります。
逆に、そのチェックを付けたままの状態であれば、
クラスメンバーに rail や knob などのプロパティを定義する必要はありません。
この場合は、インスタンス名に rail や knob など必要な名前を付けるのみにし、書き出して下さい。</description>
		<content:encoded><![CDATA[<p>コメントありがとうございます。<br />
Progression を使用している・いないに関係無く、<br />
おそらく FLA ファイルの設定に問題があるのではないかと思います。</p>
<p>UIScrollBar を継承したクラスメンバーに rail というプロパティを定義している場合は、<br />
パブリッシュ設定 -> ActionScript 3.0 詳細設定の &#8220;ステージのインスタンスを自動宣言&#8221; のチェックを外す必要があります。<br />
逆に、そのチェックを付けたままの状態であれば、<br />
クラスメンバーに rail や knob などのプロパティを定義する必要はありません。<br />
この場合は、インスタンス名に rail や knob など必要な名前を付けるのみにし、書き出して下さい。</p>
]]></content:encoded>
	</item>
	<item>
		<title>monkeypod より</title>
		<link>http://unbland.org/blog/2009/04/01/221.html/comment-page-1#comment-193</link>
		<dc:creator>monkeypod</dc:creator>
		<pubDate>Thu, 03 Dec 2009 05:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.org/blog/?p=221#comment-193</guid>
		<description>こんにちわ！

私は今 Progressionというフレームワークを使用しています。
http://progression.jp/ja/

Progressionの中にScrollbarを設置しようとしています。

git （http://bitbucket.org/muta244/unbland-as3-library/）　から最新のファイルをダウンロードしました。

UIScrollPaneExample.flaを参考にSceneの中で
import ui.ScrollPane;

を記述すると以下のようなメッセージが出てしまいます。
-------------------------------------------------------------------------------------------------
1152: 継承した定義 ui:ScrollBar.rail (名前空間 public) にコンフリクトが存在します。
-------------------------------------------------------------------------------------------------

ScrollbarはどのようにすればProgression内で使用できますでしょうか。

Progressionのバージョンは3.1.62を使用しています。

よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>こんにちわ！</p>
<p>私は今 Progressionというフレームワークを使用しています。<br />
<a href="http://progression.jp/ja/" rel="nofollow">http://progression.jp/ja/</a></p>
<p>Progressionの中にScrollbarを設置しようとしています。</p>
<p>git （http://bitbucket.org/muta244/unbland-as3-library/）　から最新のファイルをダウンロードしました。</p>
<p>UIScrollPaneExample.flaを参考にSceneの中で<br />
import ui.ScrollPane;</p>
<p>を記述すると以下のようなメッセージが出てしまいます。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
1152: 継承した定義 ui:ScrollBar.rail (名前空間 public) にコンフリクトが存在します。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>ScrollbarはどのようにすればProgression内で使用できますでしょうか。</p>
<p>Progressionのバージョンは3.1.62を使用しています。</p>
<p>よろしくお願いします。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.367 seconds -->
