[svn:fx-3.x] 5535: Accepted patch SDK-19115 for enhancement SDK-19111.

Revision: 5535<br />Author:   [email protected]<br />Date:     2009-03-24 17:02:20 -0700 (Tue, 24 Mar 2009)<br /><br />Log Message:<br />-----------<br />Accepted patch SDK-19115 for enhancement SDK-19111. This makes <mx:Text> wrap when using maxWidth.<br /><br />Thank you, Josh McDonald!<br /><br />QE Notes: None<br />Doc Notes: None<br />Bugs: SDK-19111<br />Reviewer: Accepting patch<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/SDK-19115<br />    http://bugs.adobe.com/jira/browse/SDK-19111<br />    http://bugs.adobe.com/jira/browse/SDK-19111<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/Text.as

Similar Messages

  • [svn:fx-3.x] 5709: Accepted BugQuash patch SDK-20278 for bug SDK-15690.

    Revision: 5709
    Author: [email protected]
    Date: 2009-03-28 13:57:51 -0700 (Sat, 28 Mar 2009)
    Log Message:
    Accepted BugQuash patch SDK-20278 for bug SDK-15690. This makes it possible to initialize ToggleButtonBar with a selectedIndex of -1 so that no button is selected.
    Thank you, Tom Chiverton!
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-15690
    Reviewer: Accepting patch
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20278
    http://bugs.adobe.com/jira/browse/SDK-15690
    http://bugs.adobe.com/jira/browse/SDK-15690
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as

  • [svn:fx-3.x] 5708: Accepted BugQuash patch SDK-20277 for bug SDK-17251.

    Revision: 5708
    Author: [email protected]
    Date: 2009-03-28 13:30:11 -0700 (Sat, 28 Mar 2009)
    Log Message:
    Accepted BugQuash patch SDK-20277 for bug SDK-17251. This makes Form respect its children's includeInLayout property when computing measuredWidth.
    Thank you, Myo Thein!
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17251
    Reviewer: Accepting patch
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20277
    http://bugs.adobe.com/jira/browse/SDK-17251
    http://bugs.adobe.com/jira/browse/SDK-17251
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/Form.as

  • [svn] 3365: Applying user submitted patch SDK-16993 for bug SDK-15551.

    Revision: 3365
    Author: [email protected]
    Date: 2008-09-25 12:35:13 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16993 for bug SDK-15551.
    QA: Yes
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16993
    http://bugs.adobe.com/jira/browse/SDK-15551
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/collections/SortField.as

    Revision: 3365
    Author: [email protected]
    Date: 2008-09-25 12:35:13 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16993 for bug SDK-15551.
    QA: Yes
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16993
    http://bugs.adobe.com/jira/browse/SDK-15551
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/collections/SortField.as

  • [svn] 3367: Applying user submitted patch SDK-16889 for bug SDK-15290.

    Revision: 3367
    Author: [email protected]
    Date: 2008-09-25 13:26:08 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16889 for bug SDK-15290.
    QA: Yes
    Checkintests: pass
    Mustella: CurrencyValidator passes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16889
    http://bugs.adobe.com/jira/browse/SDK-15290
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/CurrencyValidator .as

    Revision: 3367
    Author: [email protected]
    Date: 2008-09-25 13:26:08 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16889 for bug SDK-15290.
    QA: Yes
    Checkintests: pass
    Mustella: CurrencyValidator passes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16889
    http://bugs.adobe.com/jira/browse/SDK-15290
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/CurrencyValidator .as

  • Working patched MSI Blueplayer for Symbian SDK 3.0

    Finally found a patched version without the 30sec lock out for the Blueplayer.
    Works perfect with my Sony BT-2500 headunit in the car. Phone calls and streaming music in stereo.
    Heres the link.
    You will have to register with the site though...

    I got it what is ur problem....
    In log it is telling you that number of rows should remain same except plus or minus rows added and deleted ..am i correct...
    The reason is you are deleting one row but you are not reducing already mentioned row count by one in number of rows in section....If you put breakpoint and see it will crash in numberofrowsinsection method.....
    Here is my sample code...
    [deleteIndexPaths addObject:[NSIndexPath indexPathForRow:11 inSection:0]];
    [featuredTableView beginUpdates];
    [featuredTableView deleteRowsAtIndexPaths:deleteIndexPaths withRowAnimation:UITableViewRowAnimationNone];
    [featuredTableView endUpdates];
    [featuredTableView reloadData];

  • [svn] 3189: Accepted patch supplied in SDK-16641 and SDK-16643 to fix bad text measurement when the textIndent style is non-zero (as reported in SDK-16454 and SDK-15558).

    Revision: 3189<br />Author:   [email protected]<br />Date:     2008-09-11 17:33:50 -0700 (Thu, 11 Sep 2008)<br /><br />Log Message:<br />-----------<br />Accepted patch supplied in SDK-16641 and SDK-16643 to fix bad text measurement when the textIndent style is non-zero (as reported in SDK-16454 and SDK-15558). The reported width should include the indent.<br /><br />Although this fixes the problems reported with Accordion and Button labels (and some other components like Panel that appeared in the bug examples), it doesn't fix the Text component (even though it appeared in the bug eaxmple for SDK-15558). For example, the following still is truncated for some reason:<br /><br /><mx:Text text="This mx:text gets truncated" textIndent="50"/><br /><br />This is presumably a separate bug, so I'm accepting the patch as being a step forward even if not a complete solution to textIndent-related measurement problems.<br /><br />Reviewer: N/A<br />Bugs: Patch SDK-16641 for SDK-16454; Patch SDK-16643 for SDK-15558<br />QA: Please file a new bug for the <mx:Text> problem.<br />Doc: No<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/SDK-16641<br />    http://bugs.adobe.com/jira/browse/SDK-16643<br />    http://bugs.adobe.com/jira/browse/SDK-16454<br />    http://bugs.adobe.com/jira/browse/SDK-15558<br />    http://bugs.adobe.com/jira/browse/SDK-15558<br />    http://bugs.adobe.com/jira/browse/SDK-16641<br />    http://bugs.adobe.com/jira/browse/SDK-16454<br />    http://bugs.adobe.com/jira/browse/SDK-16643<br />    http://bugs.adobe.com/jira/browse/SDK-15558<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/core/UITextFormat.as

  • [svn] 3457: Accepting patch SDK-17038 by Brian Telintelo to fix an incorrect validation issue in ComboBox .

    Revision: 3457
    Author: [email protected]
    Date: 2008-10-02 13:45:35 -0700 (Thu, 02 Oct 2008)
    Log Message:
    Accepting patch SDK-17038 by Brian Telintelo to fix an incorrect validation issue in ComboBox.
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17038
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

  • [svn:fx-trunk] 13207: Accepted patch for UITextField textHeight property to work around an underlying bug in the player .

    Revision: 13207
    Revision: 13207
    Author:   [email protected]
    Date:     2009-12-23 13:11:43 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Accepted patch for UITextField textHeight property to work around an underlying bug in the player.
    flash.text.TextField does not take into account the leading on the final line of text when measuring itself, yet will scroll if it is not given this extra height. The player has retired this bug.
    Ported componentSmoke test to basicTests.  If this fail it means the player has fixed the bug and we need to remove the workaround.
    QE notes: components/Text/Properties/Text_Properties_tester Checking_Property_textHeight needs to be updated
    Doc notes:
    Bugs: SDK-24461
    Reviewer:
    Tests run: checkintests, mx Label, Panel, TextInput, TextArea and Text
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/TextTestScript.mxml

    Revision: 13207
    Revision: 13207
    Author:   [email protected]
    Date:     2009-12-23 13:11:43 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Accepted patch for UITextField textHeight property to work around an underlying bug in the player.
    flash.text.TextField does not take into account the leading on the final line of text when measuring itself, yet will scroll if it is not given this extra height. The player has retired this bug.
    Ported componentSmoke test to basicTests.  If this fail it means the player has fixed the bug and we need to remove the workaround.
    QE notes: components/Text/Properties/Text_Properties_tester Checking_Property_textHeight needs to be updated
    Doc notes:
    Bugs: SDK-24461
    Reviewer:
    Tests run: checkintests, mx Label, Panel, TextInput, TextArea and Text
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/TextTestScript.mxml

  • [svn] 2649: Committing Josh McDonald' s patch for bug SDK-15795 after review and testing.

    Revision: 2649
    Author:   [email protected]
    Date:     2008-07-29 09:33:23 -0700 (Tue, 29 Jul 2008)
    Log Message:
    Committing Josh McDonald's patch for bug SDK-15795 after review and testing. Various minOccurs and maxOccurs scenarios could lead to short circuit logic that would not release the schema stack scope if a reference was previously resolved.
    Checkintests: Pass
    BlazeDS 3.0.x webService flexunit tests: 100% Pass
    BlazeDS 3.0.x webService mxunit tests: 100% Pass
    QE: Yes, please review schema that is described in this bug and consider adding a test case. Note that I'm seeing intermittent failures on a few tests that pass when re-run (likely due to timeouts being too aggressive?).
    Doc: No
    Reviewer: Svetlin
    Bugs:
    SDK-15795 - minOccurs on breaks XMLEncoder
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15795
        http://bugs.adobe.com/jira/browse/SDK-15795
    Modified Paths:
        flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as

    Hi.
    Alot of good feedback. Personally I miss some keybindings, such as for branch switching.
    Anyways, on the github corruption issue it seems like this was fixed in 0.8.4 according to http://www.eclipse.org/forums/index.php?t=msg&th=183637& amp;start=0&S=81dfec74c1b979b21614f923fb09b1da

  • [svn:fx-3.x] 8019: Applying patch submitted by Daniel Wilday for bug SDK-13855

    Revision: 8019
    Author:   [email protected]
    Date:     2009-06-19 15:50:52 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Applying patch submitted by Daniel Wilday for bug SDK-13855
    Fix: Make sure we re-measure the SwatchPanel after we refresh it.
    Doc Notes: None
    Bugs: SDK-13855
    QE Notes: None
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-13855
        http://bugs.adobe.com/jira/browse/SDK-13855
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/colorPickerClasses/Sw atchPanel.as

  • [svn] 4159: Enhancement SDK-18016 - updating mxmlc' s Embed functionality to recognize .pbj files as precompiled Shader files.

    Revision: 4159
    Author: [email protected]
    Date: 2008-11-21 13:06:29 -0800 (Fri, 21 Nov 2008)
    Log Message:
    Enhancement SDK-18016 - updating mxmlc's Embed functionality to recognize .pbj files as precompiled Shader files. This change still retains the old octet stream MIME type mapping to a ByteArray based class, but this change removes the hoop you have to jump through to embed a Shader. The new Embed usage should simply be as follows:
    [Embed(source="TubeView.pbj")]
    private var TubeViewClass:Class; //Subclass of flash.display.Shader
    Also updating Embed MIME types to recognize .dfont files since these are supported by CFFFontManager.
    Finally, updating FXG TextGraphic -> SymbolClass to use a simple FlexSprite instead of a Group. TextGraphic should now render at the right depth among SWF graphics primitives when compile time optimized FXG is used.
    QE: Yes
    Doc: If we've documented embedding .pbj, this is a simpler approach and represents a slight change in syntax.
    Checkintests: Pass
    Reviewer: Corey (Note he said he'll update ShaderFilter with a new property to accept a shader directly in a future check-in).
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18016
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/TextFXGGraphics.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/TextHelper.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/DataTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java
    Added Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/PBJTranscoder.java

  • [svn:fx-4.0.0] 13771: SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.

    Revision: 13771
    Revision: 13771
    Author:   [email protected]
    Date:     2010-01-25 15:18:32 -0800 (Mon, 25 Jan 2010)
    Log Message:
    SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.
    Cleaned up the build.xml files. I did not delete the bundles folder from svn but instead I excluded them from the packaged zip file.
    don't include automation_agent, qtp_air, and qtp in the mpl package
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25227
    Reviewed By:
    Tests run: package targets
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25227
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn] 2366: Minor Enhancement SDK-15573: Locale sorting.

    Revision: 2366
    Author: [email protected]
    Date: 2008-07-03 16:16:15 -0700 (Thu, 03 Jul 2008)
    Log Message:
    Minor Enhancement SDK-15573: Locale sorting.
    Applied and modified the patch that was provided. Thank you, Romania team!
    This enhancement affects the default localeChain at startup when you don't specify it in an HTML wrapper. The localeChain is now sorted based on the system's preferred locales, as determined from the Capabilities.languages and Capabilities.language APIs.
    For example, suppose an app has been compiled with -locale=en_US,fr_FR,de_DE. Before this enhancement, the default localeChain would be [ "en_US", "fr_FR", "de_DE" ] regardless of the system you were running on. But now, if Capabilities.languages reports that the system's preferred locales are [ "fr-CA", "de" ], the localeChain will be [ "fr_FR", "de_DE", "en_US" ], with the result that the French resources are used rather than the English ones.
    The module factory classes SystemManager and FlexModuleFactory, which initialize the localeChain if it hasn't been set by the HTML wrapper, used to simply set the localeChain to the list of compiled locales. They now use a new IResourceManager method, initializeLocaleChain() to set the localeChain in a more intelligent way, passing the list of compiled locales to this method. It in turn determines the list of the system's preferred locales and passes the two lists to a new utility method, LocaleSorter.sortLocalesByPreference(). This returns the first list sorted according to the second list, and the result gets assigned as the localeChain. (Note: The LocaleSorter class will not be documented.)
    In addition, IResourceManager has a new getPreferredLocaleChain() method. It is similar to getLocales() but sorts the locale list based on the system's preferred localse. After loading resource modules or adding ResourceBundles into the ResourceManager, you can do
    resourceManager.localeChain = resourceManager.getPreferredLocaleChain()
    to set the localeChain to an intelligently-sorted list (the locales for which resources are available, sorted by what the user prefers to see).
    Bugs: SDK-15573
    QA: Yes!
    Doc: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15573
    http://bugs.adobe.com/jira/browse/SDK-15573
    Modified Paths:
    flex/sdk/branches/3.1.0/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
    flex/sdk/branches/3.1.0/frameworks/projects/framework/src/mx/managers/SystemManager.as
    flex/sdk/branches/3.1.0/frameworks/projects/framework/src/mx/resources/IResourceManager.a s
    flex/sdk/branches/3.1.0/frameworks/projects/framework/src/mx/resources/ResourceManagerImp l.as
    Added Paths:
    flex/sdk/branches/3.1.0/frameworks/projects/framework/src/mx/resources/LocaleSorter.as

  • [svn:fx-4.0.0] 13717: SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.

    Revision: 13717
    Revision: 13717
    Author:   [email protected]
    Date:     2010-01-22 09:44:20 -0800 (Fri, 22 Jan 2010)
    Log Message:
    SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.
    Cleaned up the build.xml files. I did not delete the bundles folder from svn but instead I excluded them from the packaged zip file.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25207
    Reviewed By:
    Tests run:
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25207
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/build.xml

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

Maybe you are looking for

  • How to permanently delete voice memos from iPhone 4s?

    As you can see, I have over 387 voice memos somewhere on my phone, and I want them permanently deleted. I've deleted the voice memos through the voice memos app, and these appear to be all of the deleted voice memos. I tried deleted the voice memos p

  • Residual Payment Logic

    Hi All, In my project, i want to get the original accounting document no incase of residual payment made for reporting purpose. can anyone tell the logic to get the same? Thanks Lakshmi

  • Payment terms column into ME28 release screen

    Hi, we could see the payment terms into print preview screen into ME28 Release PO Screen, Our requirement is instead of search for individual vendor payment terms, it should be display into seperate coloumn, how it could be possible? Devendra

  • Lockbox clearing

    Hi, Client will be using BAI2 format for lockbox processing. I have a requirement when there is no invoice number exists on lockbox record but customer number exists and if customer has paid for multiple invoices in one lumsum total, client wants to

  • Subscription to Microsoft published calendar

    I received a invite to a calendar published under Microsoft Outlook (not using exchange). The subscription process fails when configuring on the iPhone even though it follows the .ics format. Thought it may require a Windows Live ID, so set one up an