Textlayout in SDK 4.5.1 do not support Ctrl+Enter

Hi,
We used spark textarea in Flex SDK 4.0 before and Enter, Shift+Enter, Ctrl+Enter can switch to new line. However, Ctrl+Enter can not switch to new line when we switch to Flex SDK 4.5.1.
What should I do? Do I need to code it by myself?
Looking forward someone to give me a guide.

Try linking a Scroller into your app.

Similar Messages

  • The selected Flex SDK does not support building mobile projects

    I am unable to create a new Actionscript Mobile project.  The new project dialogue gives the error: "The selected Flex SDK does not support building mobile projects."  I tried seting the default Flec SDK both to the SDK included with Flash Builder 4.7, and also to a version of the 4.6.0 SDK (build 23201) with AIR 3.3 SDK overlayed on it, which already existed on my computer.  Both resulted in the same error.  Any ideas?

    Hi ,
    Actionscript Mobile projects use AIR SDK by default in Flash Builder 4.7 . Flex SDK won't be used for Actionscript projects.
    Could you please try creating an Actionscript project in fresh workspace and let me know if the issue still exists.
    Also attach screenshot and error log if any.
    Thanks,
    Sanjay

  • Com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required ext

    [ Problem ]
    I’m running the sample encryption code and I’m running in to this exception:
    "com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required extended key usage".  I tried looking it up on javadocs but it doesn’t really tell me what’s causing it.  I get this error when encryptContent is called.  Is this something in my settings/environment or something with the certificates?
    [ Solution ]
    If you are using the EncryptContent.java sample code, please check which credential you are using for the "packagerCredentialFile" variable.  Make sure this is pointing at the .pfx file containing the packager credential.

    [ Problem ]
    I’m running the sample encryption code and I’m running in to this exception:
    "com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required extended key usage".  I tried looking it up on javadocs but it doesn’t really tell me what’s causing it.  I get this error when encryptContent is called.  Is this something in my settings/environment or something with the certificates?
    [ Solution ]
    If you are using the EncryptContent.java sample code, please check which credential you are using for the "packagerCredentialFile" variable.  Make sure this is pointing at the .pfx file containing the packager credential.

  • [svn] 3668: Fix for SDK-15941: selectedItem/ selectedIndex does not render as selected.

    Revision: 3668
    Author: [email protected]
    Date: 2008-10-15 15:25:04 -0700 (Wed, 15 Oct 2008)
    Log Message:
    Fix for SDK-15941: selectedItem/selectedIndex does not render as selected.
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15941
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • Flash Builder 4.7 - AIR SDK 3.1: Directory does not contain a AIR SDK

    Im still having issues with using AIR 3.1 with flash builder 4.7 (see my previous posts) and would appreciate any help/ advice.
    Ive uninstalled FB 4.7, reinstalled and followed the procedure to overlay AIR 3.1. Im now getting the following error -
    AIR SDK 3.1: Directory does not contain a AIR SDK
    Reason for using AIR 3.1 is that all of my projects are built with AIR 3.1 and no longer work with FB 4.7.

    Can anyone from adobe help with this please?

  • [svn:fx-i11] 5489: i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent

    Revision: 5489
    Author: [email protected]
    Date: 2009-03-23 10:04:25 -0700 (Mon, 23 Mar 2009)
    Log Message:
    i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent
    Fix: add a method in GroupBase that's called whenever child x,y changes in UIComponent. GroupBase invalidates layout when autoLayout is true.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20148
    Reviewer: Deepa
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20148
    http://bugs.adobe.com/jira/browse/SDK-20148
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.a s
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/UIComponent.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:fx-trunk] 9328: Fixing SDK-22462: Event dispatched is not as expected in Tree

    Revision: 9328
    Author:   [email protected]
    Date:     2009-08-14 17:02:35 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Fixing SDK-22462: Event dispatched is not as expected in Tree
    For this, the issue is really that TreeItemRenderers assume that no click event can occur on the disclosureIcon.  This is because the discolsureIcon is added and removed each time it goes through invalidation in commitProperties(), so a new discolsureIcon gets created and replaces the old one after they mouseDown (meaning no click event actually occurs).  Automation replays some mouse events on one disclosureIcon only (which is an automation bug because that?\226?\128?\153s not how it actually works in the real world) and when a ?\226?\128?\156click?\226?\128?\157 occurs, that causes an itemClick on the Tree, when it shouldn?\226?\128?\153t.  For Flex 3, this wasn?\226?\128?\153t a problem because the IR was getting invalidated through a different codepath because openDuration did not default to 0.  If you set it to 0, you?\226?\128?\153d see the same problem in Flex 3.  Anyways, the fix is just to block all click events that occur on the disclosureIcon.
    QE notes: -
    Doc notes: -
    Bugs: SDK-22462
    Reviewer: Alex
    Tests run: checkintests, mustella Tree
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22462
        http://bugs.adobe.com/jira/browse/SDK-22462
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-] 21423: Removed flex/sdk/trunk b/c history not preserved

    Revision: 21423
    Revision: 21423
    Author:   [email protected]
    Date:     2011-06-21 06:00:21 -0700 (Tue, 21 Jun 2011)
    Log Message:
    Removed flex/sdk/trunk b/c history not preserved
    Removed Paths:
        flex/sdk/trunk/

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • Recent air sdk (air 4.0 beta) is still not support xxhdpi

    my application is set applicationDPI = '320'. and is working well in hdpi, xhdpi etc devices...
    but new devices like galaxy S4 is 1920x1080 xxhdpi.
    air 3.9, and this 4.0 version is not support that dpi, then my app layout is still broken.
    this bug is fixed on Apache Flex SDK. so I used that sdk. but i want official adobe air sdk. is have adobe plan of resolving this?..

    I agree - this is not working for me either. Here are more details:
    I'm having a similar issue where an iPad Mini w/ Retina display appears to be a low res deivce:
    Apache SDK 4.12
    FlashBuilder 4.7
    .ipa compiled on both Mac and PC
    tried pointing to an iOS 5.1 SDK during compile on both Mac and PC
    app descriptor:
    <iPhone>
            <InfoAdditions><![CDATA[
                 <key>UIDeviceFamily</key>
                 <array>
                        <string>1</string>
                        <string>2</string>
                   </array>
                   ]]>
            </InfoAdditions>
            <requestedDisplayResolution>high</requestedDisplayResolution>
    </iPhone>
    Test app reports -
    Capabilities.screenResolutionX: 768
    Capabilities.screenResolutionY: 1024
    Capabilities.screenDPI: 132
    stage.fullScreenWidth: 1024
    stage.fullScreenHeight: 768
    I'm expecting higher resolution and DPI. Any ideas why?
    Test code is here:
    https://www.dropbox.com/s/u072ou6enxa54k9/src.zip
    Please let me know what else I can provide in order to help troubleshoot.

  • [svn] 3313: Fix for SDK-16981 - @ param tag does not recognize tab character as delimiter between paramName and paramDescription

    Revision: 3313
    Author: [email protected]
    Date: 2008-09-23 10:02:50 -0700 (Tue, 23 Sep 2008)
    Log Message:
    Fix for SDK-16981 - @param tag does not recognize tab character as delimiter between paramName and paramDescription
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16981
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • Although it is demand, or can not support ogg? In it to support Flash IDE, you can not play in AIR SDK.

    Although it is demand, or can not support ogg? In it to support Flash IDE, you can not play in AIR SDK.

    Looking at this page as an example:
    mp3licensing.com - Royalty Rates
    the information seems to be six years old. I haven't heard about anyone being sued for not registering their app. I'll ask Adobe for an opinion on this.

  • Urgent :..Nokia 60 Series SDK Emulator not supporting Alert and Ticker

    Nokia 60 Series SDK Emulator is not supporting Alert and Ticker and i m struck in my Project.The emulators soming with Sun One Studio 5 mobile Edition are supporting it Please help me
    Thnx
    Amit

    Download and use Nokia J2ME sdk Nokia developer suite for j2me 2.0, It atleast supports ticker, i know its a beta version of series 60 emulator...but try that one
    manas

  • Maemo 5 SDK on Arch64 chroot or not?

    As far I as understood on the maemo site scratchbox does not support 64-bit. From that I deduct that I need to install the SDK in a chroot? I found one thread here on this forum about maemo 5. But it did not mention anything about this problem. I realized this after I fixed myself an chroot under /opt/arch32. It works, now I'm just not sure if I need it.
    I've concluded to use it, because I think it's cleaner than using 32-libs.
    Last edited by sveinemann (2010-06-14 17:45:27)

    there is no need, please follow the discussion here
    Closed.

  • On which platforms is Java6 SDK still not supported?

    Is there some up-to-date document that gives an overview of which version of Java is available where? It seems Java5 has reached its end of service life, but then, people keep telling me that some Mac/Apple platforms still do not have Java6 available on them - which would mean that any project that should run an as many platforms as possible would still be compatible with Java5.
    So does anyone know the facts on Java6 support on Macs and is there some place where one can keep track of which version is compatible with what platform?

    johann_p wrote:
    Unfortunately these pages do not explicitly state where Java6 is NOT supported.It's far easier to state where it IS supported.
    So unless one has a real good knowledge of Apple platforms one is still a bit in the dark.I'm not a "Mac Guy"™, but the following passage seemed pretty clear to me:
    Java for Mac OS X 10.5 Update 2
    Java for Mac OS X 10.5 Update 2 delivers improved reliability and compatibility for Java SE 6, J2SE 5.0 and J2SE 1.4.2 on Mac OS X 10.5.4 and later. The release updates Java SE 6 to version 1.6.0_07, J2SE 5.0 to version 1.5.0_16, and J2SE 1.4.2 to 1.4.2_18.
    And so on.
    If the FAQ I found is up-to-date, the OS still comes with Java5 initially so that is rather sad. Overall Apples support for Java seems to be rather disappointing."Mac OS X is the only major consumer operating system that comes complete with a fully configured and ready-to-use Java runtime and development environment."
    <shrugs />
    ~

  • Known Issue: F# is not supported by C#/VB UWP apps (Windows 10 Insider Preview SDK and tools, April 2015 release)

    At this time, the .NET Native compiler used by C#/VB UWP apps has limitations around generic methods that are exceeded by typical F# code. As a result F# is not supported in any way by .NET Native.

    Thank you for this entry, I assume linked to my reddit entry (http://redd.it/34bk2p)
    However, answer doesn't mention if there is any plan to support F# in Windows 10 UWP app.
    Can I kindly ask if MSFT has any plan to support F# development for Windows 10 UWP app, please?
    Thanks.

Maybe you are looking for

  • Report performance is prety slow.

    Dear All, When I am executing the report it took 1hrs to execute and it took 90%of time in OLAP. Please help me. Thanks Vasu.

  • Shortcut using Numbers App

    Is there a shortcut for entering today's date in Numbers spreadsheet?

  • Hard drive failing - recover data

    I backed up my data a couple of months ago but not since then. Per disk utility, my hard drive is failing. I think it has died. When I turn my g4 on I get the grey screen with the apple logo then a few minutes later the screen turns black. Ugh! Is th

  • Add a button in MM03 (Material master) transaction.

    Hi all, I would like to add a button in mm03 (material master), just above the tabs. After some research, after research on this forum and on marketplace I didn't found anything interesting. Anyone has an idea? Thanks for your help! Greetings from be

  • Why are some emails not displaying remote images

    There have been a few threads on similar subjects but I haven't found a solution, or even a reason for the problem I'm seeing. I've the display remote images option to "on" and in most of my emails images are shown. But for all the messages from one