Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9C9EDA88 for ; Mon, 6 Aug 2012 21:27:49 +0000 (UTC) Received: (qmail 60347 invoked by uid 500); 6 Aug 2012 21:27:49 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 60320 invoked by uid 500); 6 Aug 2012 21:27:49 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 60313 invoked by uid 99); 6 Aug 2012 21:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 21:27:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 21:27:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 734F62388C52; Mon, 6 Aug 2012 21:26:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370028 [19/43] - in /incubator/flex/whiteboard/cframpton/adobe.next: ./ frameworks/ frameworks/projects/advancedgrids/src/mx/collections/ frameworks/projects/advancedgrids/src/mx/controls/ frameworks/projects/airframework/src/mx/managers/... Date: Mon, 06 Aug 2012 21:26:02 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120806212616.734F62388C52@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/flex/whiteboard/cframpton/adobe.next/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/cframpton/adobe.next/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml?rev=1370028&r1=1370027&r2=1370028&view=diff ============================================================================== --- incubator/flex/whiteboard/cframpton/adobe.next/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml (original) +++ incubator/flex/whiteboard/cframpton/adobe.next/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml Mon Aug 6 21:25:54 2012 @@ -17,23 +17,83 @@ limitations under the License. --> - The ImageDecodingPolicy class defines values for the imageDecodingPolicy property - of the LoaderContext class.The ImageDecodingPolicy class defines values for the imageDecodingPolicy property - of the LoaderContext class. - - Object - The ImageDecodingPolicy class defines values for the imageDecodingPolicy property - of the LoaderContext class. - - LoaderContext.imageDecodingPolicyON_DEMAND - Specifies that the image being loaded will not be decoded until needed.onDemandString - Specifies that the image being loaded will not be decoded until needed. - - ON_LOAD - Specifies that the image will be decoded when it is loaded, before the - complete event is sent.onLoadString - Specifies that the image will be decoded when it is loaded, before the - complete event is sent. + The ImageDecodingPolicy class provides values for imageDecodingPolicy in the LoaderContext class.Object + The ImageDecodingPolicy class provides values for imageDecodingPolicy in the LoaderContext class. + + + flash.system.LoaderContextON_DEMAND + Constant; specifies that the image being loaded will be decoded when needed and that the decoded data may be flushed at will by the system.onDemandString + Constant; specifies that the image being loaded will be decoded when needed and that the decoded data may be flushed at will by the system. If flushed, it will be re-decoded as needed. + Use the syntax ImageDecodingPolicy.ON_DEMAND. + flash.system.LoaderContext.imageDecodingPolicyON_LOAD + Constant; specifies that the image being loaded will be decoded on load, prior to the complete event being sent.onLoadString + Constant; specifies that the image being loaded will be decoded on load, prior to the complete event being sent. The decoded image data is cached, and may be flushed at will by the system. If flushed, it will be re-decoded as needed. + Use the syntax ImageDecodingPolicy.ON_LOAD. + flash.system.LoaderContext.imageDecodingPolicyApplicationController + + Used for application sharing.flash.events:EventDispatcher< /apiClassifierDef> + + Used for application sharing. + + centerMouseDown + Sends a center mouse down event to the system.xNumberyNumber + Sends a center mouse down event to the system. + + centerMouseUp + Sends a center mouse up event to the system.xNumberyNumber + Sends a center mouse up event to the system. + + imeCaretMessageFrequency + Sets the frequency of IME caret mesages.periodNumber + Sets the frequency of IME caret mesages. + + imeInput + Sends text to the IME.nameString + Sends text to the IME. + + imePosition + Sets the position of the IME window.xNumberyNumber + Sets the position of the IME window. + + keyDown + Sends a key down event to the system.codeint + Sends a key down event to the system. + + keyUp + Sends a key up event to the system.codeint + Sends a key up event to the system. + + mouseDown + Sends a mouse down event to the system.xNumberyNumber + Sends a mouse down event to the system. + + mouseMove + Sends a mouse move event to the system.xNumberyNumber + Sends a mouse move event to the system. + + mouseUp + Sends a mouse up event to the system.xNumberyNumber + Sends a mouse up event to the system. + + rightMouseDown + Sends a right mouse down event to the system.xNumberyNumber + Sends a right mouse down event to the system. + + rightMouseUp + Sends a right mouse up event to the system.xNumberyNumber + Sends a right mouse up event to the system. + + setControllerName + Set the name of the person controlling the application, to be + used in the UI.nameString + Set the name of the person controlling the application, to be + used in the UI. + + applicationControllerflash.system:ApplicationControllercontrolling + Indicates whether this instance of the player is current controlling an application + in another instance of the player.Boolean + Indicates whether this instance of the player is current controlling an application + in another instance of the player. SystemUpdaterType The SystemUpdaterType class provides constants for a system update.Object @@ -47,80 +107,7 @@ SYSTEM Updates the player runtime itself.systemString Updates the player runtime itself. - IMEConversionMode - This class contains constants for use with the IME.conversionMode - property.Object - This class contains constants for use with the IME.conversionMode - property. Setting conversionMode to either - ALPHANUMERIC_FULL or JAPANESE_KATAKANA_FULL causes the - player to use a full width font, whereas using ALPHANUMERIC_HALF or - JAPANESE_KATAKANA_HALF uses a half width font. - flash.system.IME.conversionModeALPHANUMERIC_FULL - The string "ALPHANUMERIC_FULL", for use with the - IME.conversionMode property.ALPHANUMERIC_FULLString - The string "ALPHANUMERIC_FULL", for use with the - IME.conversionMode property. - This constant is used with all IMEs. - Use the syntax IMEConversionMode.ALPHANUMERIC_FULL. - - flash.system.IME.conversionModeALPHANUMERIC_HALF - The string "ALPHANUMERIC_HALF", for use with the - IME.conversionMode property.ALPHANUMERIC_HALFString - The string "ALPHANUMERIC_HALF", for use with the - IME.conversionMode property. - This constant is used with all IMEs. - Use the syntax IMEConversionMode.ALPHANUMERIC_HALF. - - flash.system.IME.conversionModeCHINESE - The string "CHINESE", for use with the - IME.conversionMode property.CHINESEString - The string "CHINESE", for use with the - IME.conversionMode property. - This constant is used with simplified and traditional Chinese IMEs. - Use the syntax IMEConversionMode.CHINESE. - - flash.system.IME.conversionModeJAPANESE_HIRAGANA - The string "JAPANESE_HIRAGANA", for use with the - IME.conversionMode property.JAPANESE_HIRAGANAString - The string "JAPANESE_HIRAGANA", for use with the - IME.conversionMode property. - This constant is used with Japanese IMEs. - Use the syntax IMEConversionMode.JAPANESE_HIRAGANA. - - flash.system.IME.conversionModeJAPANESE_KATAKANA_FULL - The string "JAPANESE_KATAKANA_FULL", for use with the - IME.conversionMode property.JAPANESE_KATAKANA_FULLString - The string "JAPANESE_KATAKANA_FULL", for use with the - IME.conversionMode property. - This constant is used with Japanese IMEs. - Use the syntax IMEConversionMode.JAPANESE_KATAKANA_FULL. - - flash.system.IME.conversionModeJAPANESE_KATAKANA_HALF - The string "JAPANESE_KATAKANA_HALF", for use with the - IME.conversionMode property.JAPANESE_KATAKANA_HALFString - The string "JAPANESE_KATAKANA_HALF", for use with the - IME.conversionMode property. - This constant is used with Japanese IMEs. - Use the syntax IMEConversionMode.JAPANESE_KATAKANA_HALF. - - flash.system.IME.conversionModeKOREAN - The string "KOREAN", for use with the - IME.conversionMode property.KOREANString< /apiValueDef> - The string "KOREAN", for use with the - IME.conversionMode property. - This constant is used with Korean IMEs. - Use the syntax IMEConversionMode.KOREAN. - - flash.system.IME.conversionModeUNKNOWN - The string "UNKNOWN", which can be returned by a call to - the IME.conversionMode property.UNKNOWNString - The string "UNKNOWN", which can be returned by a call to - the IME.conversionMode property. This value cannot be set, - and is returned only if the player is unable to identify the currently - active IME. - Use the syntax IMEConversionMode.UNKNOWN. - - flash.system.IME.conversionModeSecurityPanel + SecurityPanel The SecurityPanel class provides values for specifying which Security Settings panel you want to display.Object The SecurityPanel class provides values for specifying @@ -229,55 +216,80 @@ package { When passed to Security.showSettings(), displays the Settings Manager (in a separate browser window). - Security.showSettings()TouchscreenType - The TouchscreenType class is an enumeration class that provides values for the different types of touch screens.Object - The TouchscreenType class is an enumeration class that provides values for the different types of touch screens. - -

Use the values defined by the TouchscreenType class with the Capabilities.touchscreenType - property.

- -
The following example is a simple test that indicates the current state of the "Num Lock" and "Caps Lock" keys - as well as the type of keybaord and touch screen type in the running environment. When testing this example, click the - text field to see the property values: - -import flash.events.~~; -import flash.display.~~; -import flash.ui.Keyboard; -import flash.system.Capabilities; -import flash.text.TextField; - - -var keyboardInfoTxt:TextField = new TextField(); -keyboardInfoTxt.x = 30; -keyboardInfoTxt.y = 50; -keyboardInfoTxt.width = 300; -keyboardInfoTxt.height = 100; -keyboardInfoTxt.border = true; - -addChild(keyboardInfoTxt); - -addEventListener (MouseEvent.CLICK, getScreenKeyboardType); - -function getScreenKeyboardType(e:MouseEvent):void{ - keyboardInfoTxt.text= "Caps Lock is : " + String(flash.ui.Keyboard.capsLock)+ "\n" + - "Num Lock is : " + String(flash.ui.Keyboard.numLock) +"\n" + - "Has Virtual Keyboard : " + String(flash.ui.Keyboard.hasVirtualKeyboard) + "\n" + - "Physical Keyboard Type : " + flash.ui.Keyboard.physicalKeyboardType + "\n" + - "flash.system.Capabilities.touchscreenType is : " + flash.system.Capabilities.touchscreenType; -} -
Capabilities.touchscreenTypeflash.ui.Mouse.supportsCursorFINGER - A touchscreen designed to respond to finger touches.fingerString - A touchscreen designed to respond to finger touches. + Security.showSettings()
IMEConversionMode + This class contains constants for use with the IME.conversionMode + property.Object + This class contains constants for use with the IME.conversionMode + property. Setting conversionMode to either + ALPHANUMERIC_FULL or JAPANESE_KATAKANA_FULL causes the + player to use a full width font, whereas using ALPHANUMERIC_HALF or + JAPANESE_KATAKANA_HALF uses a half width font. + flash.system.IME.conversionModeALPHANUMERIC_FULL + The string "ALPHANUMERIC_FULL", for use with the + IME.conversionMode property.ALPHANUMERIC_FULLString + The string "ALPHANUMERIC_FULL", for use with the + IME.conversionMode property. + This constant is used with all IMEs. + Use the syntax IMEConversionMode.ALPHANUMERIC_FULL. - NONE - The computer or device does not have a supported touchscreen.noneString - The computer or device does not have a supported touchscreen. + flash.system.IME.conversionModeALPHANUMERIC_HALF + The string "ALPHANUMERIC_HALF", for use with the + IME.conversionMode property.ALPHANUMERIC_HALFString + The string "ALPHANUMERIC_HALF", for use with the + IME.conversionMode property. + This constant is used with all IMEs. + Use the syntax IMEConversionMode.ALPHANUMERIC_HALF. - STYLUS - A touchscreen designed for use with a stylus.stylusString - A touchscreen designed for use with a stylus. + flash.system.IME.conversionModeCHINESE + The string "CHINESE", for use with the + IME.conversionMode property.CHINESEString + The string "CHINESE", for use with the + IME.conversionMode property. + This constant is used with simplified and traditional Chinese IMEs. + Use the syntax IMEConversionMode.CHINESE. + + flash.system.IME.conversionModeJAPANESE_HIRAGANA + The string "JAPANESE_HIRAGANA", for use with the + IME.conversionMode property.JAPANESE_HIRAGANAString + The string "JAPANESE_HIRAGANA", for use with the + IME.conversionMode property. + This constant is used with Japanese IMEs. + Use the syntax IMEConversionMode.JAPANESE_HIRAGANA. + + flash.system.IME.conversionModeJAPANESE_KATAKANA_FULL + The string "JAPANESE_KATAKANA_FULL", for use with the [... 206 lines stripped ...]