[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

Similar Messages

  • [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

  • How do I change the Wi-Fi password on my Mac? It is set with 46 numbers and letters. Not sure if it came from the compant this way or not. I bought a Kindle and need to put in the wifi password but it won't accept it the way it is.

    How do I change my Wi-Fi password?

    This item is a modem, it does not have wireless according to the manual which I have linked here, it is also rather old (as the requirements for a pentium 133 and 32mb of Ram suggest)
    If this is all you have you can not connect your kindle (or anything else) to it wirelessly
    Get a router.
    Link to DPX100 Cable Modem User Manual

  • [svn] 2530: Fix incorrect drawing of line, when xFrom and yFrom are non-zero

    Revision: 2530
    Author: [email protected]
    Date: 2008-07-18 15:44:40 -0700 (Fri, 18 Jul 2008)
    Log Message:
    Fix incorrect drawing of line, when xFrom and yFrom are non-zero
    Reviewed by Ryan
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Line.as

    Revision: 2530
    Author: [email protected]
    Date: 2008-07-18 15:44:40 -0700 (Fri, 18 Jul 2008)
    Log Message:
    Fix incorrect drawing of line, when xFrom and yFrom are non-zero
    Reviewed by Ryan
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Line.as

  • [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

  • [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] 4746: User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners .

    Revision: 4746
    Author: [email protected]
    Date: 2009-01-29 15:36:59 -0800 (Thu, 29 Jan 2009)
    Log Message:
    User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners.
    Bugs: SDK-16147 (bug), SDK-16963 (patch)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16147
    http://bugs.adobe.com/jira/browse/SDK-16147
    http://bugs.adobe.com/jira/browse/SDK-16963
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as

  • [svn] 2643: Applied patch to fix SDK-15100 ("The 'alignSymbol' resource in the 'SharedResources' bundle should only be 'left' or 'right'" )

    Revision: 2643
    Author: [email protected]
    Date: 2008-07-28 15:31:59 -0700 (Mon, 28 Jul 2008)
    Log Message:
    Applied patch to fix SDK-15100 ("The 'alignSymbol' resource in the 'SharedResources' bundle should only be 'left' or 'right'")
    Reviewer: Ryan
    Bugs: SDK-15100, SDK-16000
    QA: No
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15100
    http://bugs.adobe.com/jira/browse/SDK-15100
    http://bugs.adobe.com/jira/browse/SDK-16000
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/SharedResources.properties

    Unfortunately, most of my advice is in the "hindsight is 20-20" category.
    First off, I would never have purchased the peripheral accessories until the 14 day return period had expired. Second, you learned the hard way what the "14 days" really means.
    Too bad you didn't do any homework, reading this and other forums and tech sites. Even word of mouth from others. That, more than anything could have steered you towards different phone choices from the get-go and I will leave that there with no further comment other than to say most of the issues you described have been discussed in this forum, ad nauseam.
    Once you got into the refurbished phone exchanges, that is where things really went haywire. What someone tells you over the phone is a sketchy proposition, and when it comes down to it, it's your word against theirs.
    I think Verizon tried to make it right, though. Remember, they don't make the phones. Don't throw the baby out with the bathwater.
    You stated yourself you were a satisfied Verizon customer before this. Had the first two phones performed as they should, you would still be a satisfied Verizon customer.
    Doubt any of that will make you any happier, but after you went through the effort of writing such a long post, I thought I'd try.

  • [svn] 3552: This patch contains multiple changes, mostly renames, outlined below:

    Revision: 3552
    Author: [email protected]
    Date: 2008-10-09 15:07:55 -0700 (Thu, 09 Oct 2008)
    Log Message:
    This patch contains multiple changes, mostly renames, outlined below:
    1.Rename properties in FxComponent: skinObject -> skin, skinZZ -> skinClass.
    2.Rename property in Skin: data -> fxComponent (this also means Skin doesn?\226?\128?\153t implement IDataRenderer anymore)
    3.Renames in DataGroup: Mostly around "skin" to "renderer" to get terminology correct
    4.Random other cleanups: For instance changing typing of "*" to "Object" in ItemsComponent and DataGroup or removing some un-used imports in Group and GroupBase.
    5.Lots of cleanup in flex4tests to deal with renaming of classes and renaming of properties
    6.Gumbo-manifest.mxml - typo...some files listed as mx.componentss.* instead of mx.components.*. This file is going away as all components are moved into the 2009 namespace, but we'll fix this for now.
    7.Defaults.css ?\226?\128?\147 FxDataComponent should be FxDataContainer.
    8.SystemManger fix: this was in the previous SystemManager but got overwritten by a bad merge. Jim?\226?\128?\153s aware of the issue, and I?\226?\128?\153m checking in the fix for it.
    QE: Yes - Joann and Steve have pre-emptively made the changes
    Doc: Yes
    Bugs: SDK-17056, SDK-17174
    Reviewer: Chet, Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17056
    http://bugs.adobe.com/jira/browse/SDK-17174
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/AddItemsTest.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/EffectsProperties.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/NewEffects.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/RemoveItemsTest.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/ScrollbarFrenzy.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/components/AnimationPropertiesForm. mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/components/CircularScrollBar.as
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/flex4test.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/CircularScrollBarSkin.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/MyVScrollBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/defaults.css
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScroller.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Skin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxApplicationSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxHScrollBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxHSliderSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxSpinnerSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxVScrollBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxVSliderSkin.mxml
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hi, Nubz!
    Yes, I just saw that, and am still chuckling.
    Maybe that will mollify the Jive gods?
    Thanks again,
    Jim

  • [svn] 4223: Some fixes for bugs found running the TC acceptance tests:

    Revision: 4223
    Author: [email protected]
    Date: 2008-12-03 11:35:03 -0800 (Wed, 03 Dec 2008)
    Log Message:
    Some fixes for bugs found running the TC acceptance tests:
    - Empty try {} throwing NPE while emitting code.
    - OP_Callproperty and OP_Callproplex may have a known type but default value.
    - Better diagnostic message for CONSTANT_TypeName and preliminary plumbing for CONSTANT_TypeName support.
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/adobe/abc/GlobalOptimizer.java

    Re: SB Audigy Series Support Pack 2.5 (08/09/2009)? Important Installation Notes
    If any drivers are already installed, you must follow these steps to ensure a proper installation of the new Support Pack.
    ) Open a Command Prompt window with Admin privileges (right click and select Run as Administrator).
    Type the following commands:
    takeown /f C:\Windows\*.cdf
    cacls C:\Windows\*.cdf /G [color="#ff0000"]Administrators:F
    Where [color="#ff0000"]Administrators may?be different if you are running a localized version of Windows or?you can simply use your login name.
    2) Unpack the previous Support Pack or Creative official release.
    3) Run \Drivers\Setup.exe and choose Driver Uninstallation, select Delete all shared Creative audio driver files. and click OK. Reboot when asked to do so.
    4) Make sure the following files were deleted, otherwise delete them manually:
    - For Windows 7 / Vista 32-bit open?C:\Windows\System32 and delete UDAAPO32.DLL and?UDAPLD32.DLL.
    - For Windows 7 / Vista 64-bit?open?[color="#ff0000"]C:\Windows\System32 and delete[color="#ff0000"] UDAAPO64.DLL and?[color="#ff0000"]UDAPLD64.DLL then? open?C:\Windows\SysWOW64 and delete UDAAPO32.DLL.

  • [svn] 3793: Alpha checkin - checking this in on behalf of Paul a fix for SDK-17698.

    Revision: 3793
    Author: [email protected]
    Date: 2008-10-21 13:25:39 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Alpha checkin - checking this in on behalf of Paul a fix for SDK-17698. Paul's change now means advanced CSS functionality is available by default and -keep no longer needs to be specified.
    QE: Yes
    Doc: No
    Checkintests: Pass
    Styles Mustella Tests: Pass
    Reviewer: Pete
    Bugs:
    SDK-17698 - [Advanced CSS] You need to compile with -keep to get Advanced CSS to work (because of direct AST generation)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17698
    http://bugs.adobe.com/jira/browse/SDK-17698
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    I removed the src/ directory and ran makepkg and it succeeded. Pacman -U kernel.pkg.tar.gz also worked. Now all that's left is rebooting and trying.
    Thanks everyone.
    OK, I guess it's not over yet. I rebooted in the new kernel, but it says it can't find /dev/sda3 (which is my / partition).
    This is my grub entry:
    title Arch Linux Gigamo
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3 ro
    initrd /boot/kernel26-gigamo.img
    Okay well, I didnt realise there was a vmlinux26-gigamo as well. Will see if that fixes it.
    Last edited by Gigamo (2008-03-12 16:53:22)

  • [svn:bz-4.0.0_fixes] 19745: Comment out sdk. version dependent main target to fix build.

    Revision: 19745
    Revision: 19745
    Author:   [email protected]
    Date:     2011-01-13 12:12:29 -0800 (Thu, 13 Jan 2011)
    Log Message:
    Comment out sdk.version dependent main target to fix build. Using main that omits ds-console build.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/build.xml

    Before compiling the architecture must be adjusted in the FFdecsa/Makefile (defaults to athlon-xp).
    The readme file in the src directory provides more details.

  • Error in Printing Crystal Report Directly to Printer using SDK Code

    Hello ,
    I am trying to print a crystal report created in SAP Crystal Reports 2008 through SDk Code using one parameter
    as (Document Number).But While running the Code the Report is not getting printed and also the system is
    not able to fetch the correct data in the report using the supplied parameter .
    I am using Visual Studio 2005 Crystal Report dll s in my code :-
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.CrystalReports
    Imports System
    Imports System.Data.SqlClient
    Imports System.IO
    For Clarification i am pasting my code below :-
                Dim oRpt As ReportDocument
                oRpt = New ReportDocument
                oRpt.Load(Path)
                With crConnectionInfo
                    .ServerName = Server
                    .DatabaseName = Database
                    .UserID = User
                    .Password = Password
                End With
                CrTables = oRpt.Database.Tables
                For Each CrTable In CrTables
                    crtableLogoninfo = CrTable.LogOnInfo
                    crtableLogoninfo.ConnectionInfo = crConnectionInfo
                    CrTable.ApplyLogOnInfo(crtableLogoninfo)
                Next
                oRpt.ParameterFields("Document Number").CurrentValues.AddValue(Parameter)
                If Printer <> "" Then
                    oRpt.PrintOptions.PrinterName = Printer
                End If
                oRpt.PrintToPrinter(Copies, False, 0, 1)
            Catch ex As Exception
                SBO_Application.MessageBox(ex.Message)
            End Try
    Please suggest me what i have to do in my code to print the report with correct data in report.
    Thanks & Regards,
    Amit

    k

  • Will the officejet 6500a plus be ready for printing when the mains supply is turned on

    I am considring the purchase of an Officejet 6500a Plus (duplex is a prime reason) it will be used in a home office environment with Win 7 operating system. I can remotely swithch on the mains supply to the printer and router. Will the printer be available to print (after start up checks) without further intervention?  eg. do i need to depress the start button on the printer?
    Many thanks in anticipation Jimbow

    The printer should come up "ready" after a minute or so and accept print jobs without any intervention on the front panel.  
    That said, it would be much better to leave the printer turned on and let the automatic power management take care of putting the printer into a low power state.  If you remove power from the printer remotely there is a risk of having the printheads not properly capped after a print job.  This can cause the printheads to dry out, causing print quality issues.  It will also result in extra ink being used when the printer power is restored as more servicing will be performed on the printhead.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • [svn:fx-trunk] 11593: Advanced CSS fix - descendant selectors should search for arbitrary ancestors including when the universal selector is used .

    Revision: 11593
    Author:   [email protected]
    Date:     2009-11-09 15:20:36 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Advanced CSS fix - descendant selectors should search for arbitrary ancestors including when the universal selector is used.
    QE notes: Please add test cases for arbitrary ancestor depth that involve using the universal * selector. Thanks for the additional testing on this patch too!
    Doc notes: N/A
    Bugs:
    SDK-23213 - descendent selectors can't catch components more than one level down
    Reviewer: Corey
    Tests run: Checkintests, test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23213
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

Maybe you are looking for

  • XML file not found

    Hello friends, I am new to JSP. I have created a small �Conf.xml� file for information and this will be used by the .class files located at WEB-INF/class. But I am always getting �FileNotFoundException�. I am using NetBeans IDE 3.6. with jakarta-tomc

  • Why my i pad screen is disabled? can't use and open!!!

    Why my ipad tell to me connect itunes? screen alway ipad is disabled??? Please who can reply me???

  • ODI-17511: No value to be set to variable

    I have a variable in refresh mode (togetfilename) to the interface after going through the loop (processed all files) then this vaiable is getting the following error I have used this link to make this loop condition http://www.odigurus.com/2011/05/m

  • No button in 11g?

    Hi, In reports 6i , we could add buttons to the report (in the layout editor).... Is this not possible in Reports 11g Thanks. N.

  • Adobe Reader wont install on my laptop

    I'm running Windows 7 on my lap top.  I tried installing Adobe Reader 9.3.3 and the installation will get to 100% and then quit.  Can anyone help me with this issue?