<?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>intelligent e-Services - the new challenge for open minded people &#187; NativeMenu</title>
	<atom:link href="http://ieservices.de/tag/nativemenu/feed/" rel="self" type="application/rss+xml" />
	<link>http://ieservices.de</link>
	<description>intelligent e-Services - the new challenge for open minded people</description>
	<lastBuildDate>Mon, 31 Oct 2011 18:59:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NativeMenu and CMD-Backspace #AS3</title>
		<link>http://ieservices.de/2010/06/03/nativemenu-and-cmd-backspace-as3/</link>
		<comments>http://ieservices.de/2010/06/03/nativemenu-and-cmd-backspace-as3/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 11:51:30 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[NativeMenu]]></category>
		<category><![CDATA[NativeWindow]]></category>

		<guid isPermaLink="false">http://ieservices.de/?p=575</guid>
		<description><![CDATA[If you are using var the NativeMenu on Mac and don&#8217;t know how to assign the backspace key, then you are here completely right. This is how it works: You just to set keyEquivalent = &#8216;\b&#8217;  (On German Keyboard: Alt Gr &#8211; Shift &#8211; 7) Example: menuItem:NativeMenuItem = nativeMenu.addItem(new NativeMenuItem(&#8220;MyMenuItem&#8221;)); menuItem.keyEquivalentModifiers = [Keyboard.COMMAND]; menuItem.keyEquivalent = &#8216;\b&#8217;; [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using <span>var the NativeMenu on Mac and don&#8217;t know how to assign the backspace key, then you are here completely right.</span></p>
<p><strong>This is how it works:</strong></p>
<p>You just to set keyEquivalent = &#8216;\b&#8217;  (On German Keyboard: Alt Gr &#8211; Shift &#8211; 7)</p>
<p><strong>Example:</strong></p>
<p>menuItem:NativeMenuItem = nativeMenu.addItem(<span>new</span> NativeMenuItem(<span>&#8220;MyMenuItem&#8221;</span>));</p>
<p>menuItem.keyEquivalentModifiers = [Keyboard.COMMAND];</p>
<p>menuItem.keyEquivalent = &#8216;\b&#8217;;</p>
<p>menuItem.enabled = <span>false</span>;</p>
<p>menuItem.addEventListener(Event.SELECT, eventHandler);</p>
]]></content:encoded>
			<wfw:commentRss>http://ieservices.de/2010/06/03/nativemenu-and-cmd-backspace-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

