<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>maxfactory &#124; モバイル関連の技術メモ &#187; widget</title>
	<atom:link href="http://maxfactory.biz/blog/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxfactory.biz/blog</link>
	<description>モバイル（フィーチャーフォン、スマートフォン、タブレット）を中心とした技術メモ</description>
	<lastBuildDate>Thu, 14 Jul 2011 08:19:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[mobile widget]イベントハンドラ onPress／onRelease</title>
		<link>http://maxfactory.biz/blog/2009/06/11/mobile-widget%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88%e3%83%8f%e3%83%b3%e3%83%89%e3%83%a9-onpress%ef%bc%8fonrelease/</link>
		<comments>http://maxfactory.biz/blog/2009/06/11/mobile-widget%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88%e3%83%8f%e3%83%b3%e3%83%89%e3%83%a9-onpress%ef%bc%8fonrelease/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 17:08:31 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[mobile widget]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://maxfactory.biz/wp/?p=100</guid>
		<description><![CDATA[今作成しているモバイルウィジェットで、「pressイベントで処理開始、releaseイベントで処理停止」で実装を行おうとしたが、、無理でした。※モバイルウィジェットをFlashLiteで作成しています。FlashLite [...]]]></description>
			<content:encoded><![CDATA[<p>今作成しているモバイルウィジェットで、<br />「pressイベントで処理開始、releaseイベントで処理停止」<br />で実装を行おうとしたが、、無理でした。<br />※モバイルウィジェットをFlashLiteで作成しています。FlashLite内の話。<br />※バージョン：FlashLite2.0</p>
<p>断念した2つの問題。<br />１．<b>処理</b>：液晶クリック、リリースせずに長押し<br /><b>期待値</b>：pressイベントの取得<br /><b>結果</b>：pressイベントが取れずに、端末標準のメニューが開く</p>
<p>２．<b>処理</b>：液晶クリック、すぐリリース<br /><b>期待値</b>：クリック時にpressイベントの取得、リリース時にreleaseイベントの取得<br /><b>結果</b>：クリック時にはpressイベントが取得できない、リリース時にpress、releaseイベントを同時に取得</p>
<p>検証端末：931SH</p>
<p>PCの感覚でイベントハンドリングしていると結構違ってました。<br />1機種での検証なので検証不十分ではあるが、<br />気をつけないといけないところである。</p>
<p>あっエミュレータでは、<br />
上記の現象が起こらず、期待値通りに動作をします。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://maxfactory.biz/blog/2009/06/11/mobile-widget%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88%e3%83%8f%e3%83%b3%e3%83%89%e3%83%a9-onpress%ef%bc%8fonrelease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

