[svn:fx-trunk] 7153: When measuring go large and revert back to Math. ceil rather than Math.round when measuring to try to avoid a scrollRect.

Revision: 7153
Author:   [email protected]
Date:     2009-05-20 13:56:47 -0700 (Wed, 20 May 2009)
Log Message:
When measuring go large and revert back to Math.ceil rather than Math.round when measuring to try to avoid a scrollRect.  We saw this come into play with Corey's TextInput performance test.  Since TextInput components are only 1 line high, if we're low even by a fraction of a pixel in our guesstimate of the line height a scrollRect comes into play.
QA Notes:
Doc Notes:
Bugs:
Reviewers: Corey
Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as

Hi John,
Sorry to tell but tab completion is still failing on my Windows XP/Indesign CS5 (caught by Indesign).
I just saw your remark on coloring text, here is an example pulled out from Peter's book "ScriptUI for dummies":
var w = new Window ("dialog");
var s = w.add ("statictext", undefined, "Static");
var e = w.add ("edittext", undefined, "Edit");
var b = w.add ("button", undefined, "Button");
// The window's backround
w.graphics.backgroundColor = w.graphics.newBrush (w.graphics.BrushType.SOLID_COLOR, [0.5, 0.0, 0.0]);
// Font and its colour for the first item, statictext
s.graphics.font = ScriptUI.newFont ("Helvetica", "Bold", 30);
s.graphics.foregroundColor = s.graphics.newPen (w.graphics.PenType.SOLID_COLOR, [0.7, 0.7, 0.7], 1);
// Font and colours for the second item, edittext
e.graphics.font = ScriptUI.newFont ("Letter Gothic Std", "Bold", 30);
e.graphics.foregroundColor = e.graphics.newPen (e.graphics.PenType.SOLID_COLOR, [1, 0, 0], 1);
e.graphics.backgroundColor = e.graphics.newBrush (e.graphics.BrushType.SOLID_COLOR, [0.5, 0.5, 0.5]);
// Font for the tird control, a button. Can't set colours in buttons
b.graphics.font = ScriptUI.newFont ("Minion Pro", "Italic", 30);
w.show ();
Loic

Similar Messages

  • When I switch back to an ongoing application, from the switcher, it reverts to its own 'homepage' rather than the stay at the state/stage I left it at. How can I force applications to maintain the current state?

    iPhone 4S with the latest updates 8.1.3 (12B466) installed.
    When I switch back to an ongoing application, from the switcher, it reverts to its own 'homepage' rather than the stay at the state/stage I left it at.
    How can I force applications to maintain the current state?
    I am in the process of getting enough screenshots to demonstrate further.

    ios7 keeps refreshing apps after switching
    solcwd

  • [svn] 612: Updated milestones.html to mention creation of tags/3.0.0.477 ( rather than tags/3.0.0, which has been deleted)

    Revision: 612
    Author: [email protected]
    Date: 2008-02-21 17:34:50 -0800 (Thu, 21 Feb 2008)
    Log Message:
    Updated milestones.html to mention creation of tags/3.0.0.477 (rather than tags/3.0.0, which has been deleted)
    Modified Paths:
    flex/sdk/milestones.html

    Thank you for this.
    I have been messing around with this last few days, and i really love the feature to pinpoint the validation errors on map.
    I has always been so annoying to try pinpoint these errors using some other GIS software while doing your sql.
    I have stumbled to few bugs:
    1. In "Validate geometry column" dialog checking option "Use DimInfo" actually still uses value entered in tolerance text box.
    I found this because in my language settings , is the decimal operators
    2. In "Validate geometry column" dialog textboxs showing sql, doesn't always show everything from long lines of text (clipping text from right)
    3. In "Validate geometry column" dialog the "Create Update SQL" has few bugs:
    - if you have selected multiple rows from results and check the "Use Selected Geometries" the generated IN-clause in SQL with have same rowid (rowid for first selected result) for all entries
    Also the other generated IN clause in WHERE-clause is missing separator if you select more than one corrective function
    4. "Validate geometry column" dialog stays annoyingly top most when using "Create Update SQL" dialog

  • [svn:fx-trunk] 12542: When adding a mask to the display list need to validate it and all its children .

    Revision: 12542
    Revision: 12542
    Author:   [email protected]
    Date:     2009-12-04 10:38:32 -0800 (Fri, 04 Dec 2009)
    Log Message:
    When adding a mask to the display list need to validate it and all its children.  Previously the children were not validated and their display list was updated before properties were committed or measure was done.  RichText was not set up to handle this.
    QE notes:
    Doc notes:
    Bugs: SDK-24511
    Reviewer:  Evtim, Deepa
    Tests run: checkintests, fxg, primitives, Group
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24511
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/MaskUtil.as

    AFAIK, the only way to do this is to write a system modifcation.
    The BADI is executed only once at startup of the session, so that makes it merely static. (A strange point in time, I discussed it with SAP and they just shook their heads)
    I had the same problem with some other F4-Helps and it was a big hazzle. From my experience, no straight answer.

  • [svn:fx-trunk] 10211: Fix measurement using TLFTextField in RSLs

    Revision: 10211
    Author:   [email protected]
    Date:     2009-09-12 17:56:04 -0700 (Sat, 12 Sep 2009)
    Log Message:
    Fix measurement using TLFTextField in RSLs
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-22653
    Reviewer: Gordon
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/modules/fonts was run, but all tests seem to be excluded
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22653
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/TextFieldFactory.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.

  • [svn:fx-trunk] 12878: When sub-components don' t have a tabIndex and when VideoPlayer instance does, assigned tabIndex to each inner-component to ensure that they appear in the correct tab order with other components on the stage .

    Revision: 12878
    Revision: 12878
    Author:   [email protected]
    Date:     2009-12-11 19:07:40 -0800 (Fri, 11 Dec 2009)
    Log Message:
    When sub-components don't have a tabIndex and when VideoPlayer instance does, assigned tabIndex to each inner-component to ensure that they appear in the correct tab order with other components on the stage.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/VideoPlayerAccImpl.as

    Michael,
    "Michael Caughey" <[email protected]> wrote in message news:413f0af6$1@mail...
    If I'm doing something wrong what is it? Obviously there is something
    different about how I configured my environment a year ago.What happens if you bring down ms02?
    Regards,
    Slava Imeshev

  • [svn:fx-trunk] 8563: When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.

    Revision: 8563
    Author:   [email protected]
    Date:     2009-07-14 14:47:50 -0700 (Tue, 14 Jul 2009)
    Log Message:
    When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Carol to review
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • [svn:fx-trunk] 12007: When the Internet Explorer browser window is obscured Stage. width and Stage.height never return the proper sizes until/ unless the IE window is unobscured long enough for the player to feel it needs to render initially .

    Revision: 12007
    Revision: 12007
    Author:   [email protected]
    Date:     2009-11-19 12:45:27 -0800 (Thu, 19 Nov 2009)
    Log Message:
    When the Internet Explorer browser window is obscured Stage.width and Stage.height never return the proper sizes until/unless the IE window is unobscured long enough for the player to feel it needs to render initially.  This was preventing our preloader from completing, since we were waiting for a non-0 Stage size.  Took a slightly different approach to solving the bug for which the original logic was added to work around.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24191
    Reviewer: Alex, Evtim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/non-0
        http://bugs.adobe.com/jira/browse/SDK-24191
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as

    Revision: 12007
    Revision: 12007
    Author:   [email protected]
    Date:     2009-11-19 12:45:27 -0800 (Thu, 19 Nov 2009)
    Log Message:
    When the Internet Explorer browser window is obscured Stage.width and Stage.height never return the proper sizes until/unless the IE window is unobscured long enough for the player to feel it needs to render initially.  This was preventing our preloader from completing, since we were waiting for a non-0 Stage size.  Took a slightly different approach to solving the bug for which the original logic was added to work around.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24191
    Reviewer: Alex, Evtim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/non-0
        http://bugs.adobe.com/jira/browse/SDK-24191
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as

  • [svn:fx-trunk] 13293: When making the halo - mx namespace changes we missed the following edits in revision 12635.

    Revision: 13293
    Revision: 13293
    Author:   [email protected]
    Date:     2010-01-05 17:07:48 -0800 (Tue, 05 Jan 2010)
    Log Message:
    When making the halo -> mx namespace changes we missed the following edits in revision 12635. The mxml-manifest.xml describes the contents of the legacy Flex 3 MXML 2006 namespace and the presence of this file is required by Flash Builder. The mx-manifest.xml describes the contents of the MX Component Library namespace. From MXML 2009 onwards it does not include the built-in ActionScript types (those are language elements in the MXML 2009 language namespace).
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24568 - Remove obsolete library://ns.adobe.com/flex/halo mapping from frameworks flex-config.xml and air-config.xml
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24568
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/mx-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/webapps/webtier/WEB-INF/flex/flex-config.xml

  • [svn:fx-trunk] 7073: When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.

    Revision: 7073
    Author:   [email protected]
    Date:     2009-05-19 08:27:59 -0700 (Tue, 19 May 2009)
    Log Message:
    When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.
    QA Notes:
    Doc Notes:
    Bugs: SDK-19717
    Reviewers: Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19717
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

    Revision: 7073
    Author:   [email protected]
    Date:     2009-05-19 08:27:59 -0700 (Tue, 19 May 2009)
    Log Message:
    When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.
    QA Notes:
    Doc Notes:
    Bugs: SDK-19717
    Reviewers: Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19717
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

  • [svn:fx-trunk] 12817: TextField measurement bug fix

    Revision: 12817
    Revision: 12817
    Author:   [email protected]
    Date:     2009-12-10 16:19:53 -0800 (Thu, 10 Dec 2009)
    Log Message:
    TextField measurement bug fix
    SDK-24560 - Scaling errors in UIFTETextField and UITextField
    Fixed the measuredHeight and measuredWidth getters in UIFTETextField and UITextField
    QE notes: None
    Doc notes: None
    Bugs: SDK-24560
    Reviewer: Chet
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24560
        http://bugs.adobe.com/jira/browse/SDK-24560
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UIFTETextField.as

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

  • [svn:fx-trunk] 9180: When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected .

    Revision: 9180
    Author:   [email protected]
    Date:     2009-08-07 15:11:43 -0700 (Fri, 07 Aug 2009)
    Log Message:
    When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected.
    add the event listener earlier so it is ready if we get validated inside addPopUp
    QE Notes: versioning/baselines/mp_alert_mask_compatible.png needs updating.  I think the current baseline is incorrect.
    Doc Notes: None
    Bugs: SDK-22819
    Reviewer: darrell
    tests: checkintests mustella/components/alert
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22819
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as

    Hi or2tx2002, 
    We're really sorry to learn of all the equipment issues you've experienced in the last year. In order to discuss your replacement options, I ask that you please PM me with your wireless number, a contact number and a good time to reach you. I will be happy to reach out to you and bring resolution to this matter. 
    Thank you and I look forward to hearing from you soon. Make it a great day! 

  • [svn:fx-trunk] 11789: When a UIMovieClip resizes, it does so through scaling.

    Revision: 11789
    Revision: 11789
    Author:   [email protected]
    Date:     2009-11-13 11:38:40 -0800 (Fri, 13 Nov 2009)
    Log Message:
    When a UIMovieClip resizes, it does so through scaling. Before UIMC was keeping track of this on it's own.  Now that AdvancedLayoutFeatures support this through scaleX/scaleY, UIMC can now rely on this behavior.  This also helps fix some Effects bugs which rely on this to figure out the difference in transformations that get applied and contribute to the "width" and "height" properties and ones that don't.
    QE notes: Can re-include the 3 FCK tests and regen the bitmaps
    Doc notes: -
    Bugs: SDK-23754, SDK-23779
    Reviewer: Evtim
    Tests run: checkintest, mustella FCK
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23754
        http://bugs.adobe.com/jira/browse/SDK-23779
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/ContainerMovieClip.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/FlexContentHolder.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/utilities/src/MyFlexContentHolder.as

    ok, I just managed to find this bug report:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4909116
    Apparently it's "not a bug, it's a feature" :-S

  • [svn:bz-trunk] 8162: When host name is localhost, make sure it is resolved to the IP before doing host comparisons.

    Revision: 8162
    Author:   [email protected]
    Date:     2009-06-24 06:53:11 -0700 (Wed, 24 Jun 2009)
    Log Message:
    When host name is localhost, make sure it is resolved to the IP before doing host comparisons.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.jav a

    I can't connect to my ISP using PPoE either using Firmware 7.3.2. I had to downgrade to 7.3.1 to connect to the PPoE.

  • [svn:fx-trunk] 13304: When updating to TLF 584 forgot to add the new rsl and remove the old one.

    Revision: 13304
    Revision: 13304
    Author:   [email protected]
    Date:     2010-01-06 07:59:22 -0800 (Wed, 06 Jan 2010)
    Log Message:
    When updating to TLF 584 forgot to add the new rsl and remove the old one.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Added Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.584.swf
    Removed Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.571.swf

    iTunes needs QuickTime to work.
    I think you will be all set if you install QuickTime standalone, not regular
    http://www.apple.com/quicktime/download/standalone.html
    Download the isntall file to your hard drive - don't install it over the internet.
    If you are running anything Norton, turn that completely off before installing.

Maybe you are looking for

  • Incorrect Battery Time

    I recently started having a problem with my battery time display. The battery still lasts about two hours on a full charge, however, the time and percentage displayed are very wrong. As of right now, it says I have 11:39 remaining or 93%. In reality,

  • E61 Excel and word file do not open no more

    Dear all, I owned a e61 for 8 months, but from 1 month I could not open any more my word and excel files. The phone is working, internet is okay, I can still open pdf file. Could someone help please. Tweky

  • How can i publish in SOAMANAGER

    Hey folks, one issue, we have the problem to publish our Support Packages (Software Compoment), that we have installed in our ECC 6.0 System. The SAP PI System don't find our Compoment in the Systemlandscape and therefore we heard that we must publis

  • Unable to find usb device

    Hi, I have installed the Solaris x86 on guest operating system through vmware. when booting getting the below error: Warning: /pci@0,0/pci1sad,1976@7,2(uhci0):no SOF interrupts have been received this USB uhci host controlleris unusable. and after lo

  • What are the mapfiles for and when should I use them?

    Hi, what are the map files for and why/when should I use them? /usr/lib/ld/map.noexstk usr/lib/ld/map.noexbss /usr/lib/ld/map.noexdata /usr/lib/ld/map.pagealign