[svn:fx-trunk] 11448: Making a small ItemRenderer change so that we don' t dispatch an unused, contentBackgroundColorChanged event anymore when the itemIndex gets set.

Revision: 11448
Author:   [email protected]
Date:     2009-11-04 17:06:22 -0800 (Wed, 04 Nov 2009)
Log Message:
Making a small ItemRenderer change so that we don't dispatch an unused, contentBackgroundColorChanged event anymore when the itemIndex gets set.
QE notes: -
Doc notes: -
Bugs: -
Reviewer: Deepa
Tests run: checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer .as

Revision: 11448
Author:   [email protected]
Date:     2009-11-04 17:06:22 -0800 (Wed, 04 Nov 2009)
Log Message:
Making a small ItemRenderer change so that we don't dispatch an unused, contentBackgroundColorChanged event anymore when the itemIndex gets set.
QE notes: -
Doc notes: -
Bugs: -
Reviewer: Deepa
Tests run: checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer .as

Similar Messages

  • [svn:osmf:] 14007: Partial fix for FM-383: ProxyElement needs to dispatch traitRemove/ traitAdd event pairs when the proxy adds or removes a trait that also exists on the proxied element .

    Revision: 14007
    Revision: 14007
    Author:   [email protected]
    Date:     2010-02-05 11:54:43 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Partial fix for FM-383:  ProxyElement needs to dispatch traitRemove/traitAdd event pairs when the proxy adds or removes a trait that also exists on the proxied element.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-383
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMF/org/osmf/proxies/ProxyElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/proxies/TestProxyElementAsDynamicProxy.as

  • [svn:bz-trunk] 8731: Bug: BLZ-251 - Destination.stop() and Service.stop() don't seem to do anything

    Revision: 8731
    Author:   [email protected]
    Date:     2009-07-22 07:08:20 -0700 (Wed, 22 Jul 2009)
    Log Message:
    Bug: BLZ-251 - Destination.stop() and Service.stop() don't seem to do anything
    QA: Yes
    Doc: No
    Details: Reintroduced the change 7370 that fixed this problem but broke the LCDS Edge server; there will be another check-in in the LCDS branch to make sure this fix doesn't break the Edge server again.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-251
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

    Hi Ingrid
    Thanks a lot for the response.
    That parameter is right now set to "0".
    But on reading the documentation for that parameter, it says you should change it only if SAP recommends you to do so.
    We checked in our other systems as well and all that is set to "0" as well.
    Will that be Ok to change the parameter to a different value?
    If yes, what is the value to be used?
    Thanks a lot

  • [svn:fx-trunk] 10312: Generate style information for AS files that subclass a class with a loader .

    Revision: 10312
    Author:   [email protected]
    Date:     2009-09-16 11:57:30 -0700 (Wed, 16 Sep 2009)
    Log Message:
    Generate style information for AS files that subclass a class with a loader.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-16177
    Reviewer: Paul
    Tests run: checkintests
    Is noteworthy for integration: no.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-16177
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Hello, this is an evergreen. Just call setPickOnBounds(false) on the CustomHexagon.
    An issue tracking this problem is open here: https://javafx-jira.kenai.com/browse/RT-17024

  • [svn:fx-trunk] 14986: Merge mirroring tool tip change 14985 from 4. x to trunk.

    Revision: 14986
    Revision: 14986
    Author:   [email protected]
    Date:     2010-03-24 09:47:07 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Merge mirroring tool tip change 14985 from 4.x to trunk.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as
        flex/sdk/trunk/tools/dependencychecker/frameworkSwcExceptionsList.txt
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 10877: Fix a small syntax error in Path bounds calculations that could result in wrong bounds for edge cases involving MoveSegments .

    Revision: 10877
    Author:   [email protected]
    Date:     2009-10-05 15:23:37 -0700 (Mon, 05 Oct 2009)
    Log Message:
    Fix a small syntax error in Path bounds calculations that could result in wrong bounds for edge cases involving MoveSegments.
    Thanks go to Min for noticing the bug!
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as

    orangekay wrote:
    That is absolutely unreadable.
    I agree completely. How about also providing a link to a set of input files so that we could actually run the code ourselves? Otherwise, there is no chance to debug the source code, it is just a mess.
    You might have better luck with an older version of the file. To quote the comments:
    // Modified on March 31, 2005. Initialized maxchange in nonlinvoltra() as
    // INFTY. Replaced crnmbr() by a similar, but faster routine interior().
    // Many thanks to Stuart Anderson for pointing out this shortcut.
    I suspect that the "interior" function is just plain incorrect. It doesn't matter if it runs on some other OS. Something about it is wrong and the code is so cryptic that it can't be deciphered.

  • [svn:fx-trunk] 8507: Making measureHeightOfItemsUptoMaxHeight consistent with the way we create rows in the datagrid .

    Revision: 8507
    Author:   [email protected]
    Date:     2009-07-10 10:13:11 -0700 (Fri, 10 Jul 2009)
    Log Message:
    Making measureHeightOfItemsUptoMaxHeight consistent with the way we create rows in the datagrid. MakeRow ensures reported row height is round to the nearest integer, measureHeightOfItemsUptoMaxHeight is now consistent.  Fixes a long standing PrintDataGrid issue.
    Bugs: SDK-20237.
    QE Notes: None
    Doc Notes: None
    Reviewer: Glenn/Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20237
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as

    Well, you could do the following:
    1) Create a stored procedure that assembles the data into a rowset with rows and fields like the format you want.
    2) Create stored procedures that handle insert, update, and delete.
    3) Create an entity object definition with all transient attributes. Make the attributes match the elements of one row.
    4) Override doDML() in the entity object class to call your procedures (the doc explains how to do this). You might also need to do a bit of research and figure out if you need to override some other method so you can report rows with transient attribute changes only as needing posting. (getPostState(), maybe?)
    5) Create a view object definition with entity-derived attributes based on your EO attributes.
    6) Override the appropriate methods to call your data assembly procedure rather than execute a query (this is also in the doc).
    Still kind of kludgy, but it keeps your business components pretty clean, especially if you use framework classes to do most of the work for you. (I have a partial example of how to do that here.) Of course, it keeps your business components clean by moving the real work to the DB, but some people find that more maintainable that a kazillion business components.
    Hope this helps,
    Avrom

  • [svn:fx-trunk] 12063: Making these scripts a bit more Mac and NIX friendy.

    Revision: 12063
    Revision: 12063
    Author:   [email protected]
    Date:     2009-11-20 13:39:38 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Making these scripts a bit more Mac and NIX friendy.  Since they were marked as native, and because we build with a Windows box, they were being deployed as incompatible with OSX.
    QE notes:  None
    Doc notes: None
    Bugs: SDK-24132
    Reviewer: Jim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24132
    Modified Paths:
        flex/sdk/trunk/bin/font2swf
        flex/sdk/trunk/bin/swcdepends
    Property Changed:
        flex/sdk/trunk/bin/aasdoc
        flex/sdk/trunk/bin/acompc
        flex/sdk/trunk/bin/amxmlc
        flex/sdk/trunk/bin/asc
        flex/sdk/trunk/bin/asdoc
        flex/sdk/trunk/bin/compc
        flex/sdk/trunk/bin/copylocale
        flex/sdk/trunk/bin/digest
        flex/sdk/trunk/bin/fcsh
        flex/sdk/trunk/bin/fdb
        flex/sdk/trunk/bin/font2swf
        flex/sdk/trunk/bin/mxmlc
        flex/sdk/trunk/bin/optimizer
        flex/sdk/trunk/bin/swcdepends
        flex/sdk/trunk/bin/swfdump

    Revision: 12063
    Revision: 12063
    Author:   [email protected]
    Date:     2009-11-20 13:39:38 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Making these scripts a bit more Mac and NIX friendy.  Since they were marked as native, and because we build with a Windows box, they were being deployed as incompatible with OSX.
    QE notes:  None
    Doc notes: None
    Bugs: SDK-24132
    Reviewer: Jim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24132
    Modified Paths:
        flex/sdk/trunk/bin/font2swf
        flex/sdk/trunk/bin/swcdepends
    Property Changed:
        flex/sdk/trunk/bin/aasdoc
        flex/sdk/trunk/bin/acompc
        flex/sdk/trunk/bin/amxmlc
        flex/sdk/trunk/bin/asc
        flex/sdk/trunk/bin/asdoc
        flex/sdk/trunk/bin/compc
        flex/sdk/trunk/bin/copylocale
        flex/sdk/trunk/bin/digest
        flex/sdk/trunk/bin/fcsh
        flex/sdk/trunk/bin/fdb
        flex/sdk/trunk/bin/font2swf
        flex/sdk/trunk/bin/mxmlc
        flex/sdk/trunk/bin/optimizer
        flex/sdk/trunk/bin/swcdepends
        flex/sdk/trunk/bin/swfdump

  • [svn:fx-trunk] 13453: Updating mergeinfo with 3. x revs that have already been merged.

    Revision: 13453
    Revision: 13453
    Author:   [email protected]
    Date:     2010-01-12 10:47:04 -0800 (Tue, 12 Jan 2010)
    Log Message:
    Updating mergeinfo with 3.x revs that have already been merged.  This is for svn merge tracking purposes only
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: no
    Tests run: no
    Is noteworthy for integration: no
    Property Changed:
        flex/sdk/trunk/

    T61-Elwood wrote:
    Laptops of all Brands using Nvidia GPUsmade  from 2007-2008  are faulty.
    You wont get good Nvidia ones on Ebay/forumes anywhere.
    I'd beg to differ on both accounts.
    *61 series nVidia-based ThinkPads from late January through July of 2008 are a 50/50 shot, since the old chips were mixed with the new ones. Any machine built in August and later can be deemed "safe".
    As for the forums (I don't do feebay) there are people who sell genuine, properly-tested planars. However, these do not come at bargain basement prices, and with a good reason if I may add.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • [svn:fx-trunk] 6993: * Fixed a duplicate Bindable metadata bug that showed up with

    Revision: 6993
    Author:   [email protected]
    Date:     2009-05-16 23:57:42 -0700 (Sat, 16 May 2009)
    Log Message:
    Fixed a duplicate Bindable metadata bug that showed up with
      describeType().
    tests Passed: checkintests
    Needs QA: YES, just confirm the bug fix, please.
    Needs DOC: NO
    Bug fixes: SDK-21133
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
      BindableSecondPassEvaluator.java
        Modified moveMetaDataToNewDefinition() to no longer insert the new
        Bindable metadata into the definition's statement list, because
        prepMetaDataNode() already handles this.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableSecondPassEva luator.java

    I just noticed that for some reason the project is using an old path to my SVN repository. I recreated it and reimported the project but for some reason Xcode didn't realize that. I'm betting there's some little file somewhere that's causing my problem.

  • [svn:bz-trunk] 20695: Tomcat 7 Valve/ LoginCommand changes due to the ValveBase API and Realm API change.

    Revision: 20695
    Revision: 20695
    Author:   [email protected]
    Date:     2011-03-08 13:32:45 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Tomcat 7 Valve/LoginCommand changes due to the ValveBase API and Realm API change.
    rename valve name as Tomcat7Valve
    will need to merge the build.xml after the build machine can fork a JDK 1.6 build
    Checkintests pass
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
    Added Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/Tomcat7Valve.java
    Removed Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve708.java

  • [svn:fx-trunk] 10201: Removing special case Container opaqueBackground logic that was added recently as it is no longer required .

    Revision: 10201
    Author:   [email protected]
    Date:     2009-09-12 13:23:35 -0700 (Sat, 12 Sep 2009)
    Log Message:
    Removing special case Container opaqueBackground logic that was added recently as it is no longer required.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23129
    Reviewer: Glenn
    Tests run: V_H_Box, Canvas mustella tests.
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23129
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:bz-trunk] 15533: Back out some local changes to tomcat-users. xml and tomcat-users.xml. install I inadvertently checked in when upgrading ActiveMQ on BlazeDS/trunk .

    Revision: 15533
    Revision: 15533
    Author:   [email protected]
    Date:     2010-04-17 04:20:11 -0700 (Sat, 17 Apr 2010)
    Log Message:
    Back out some local changes to tomcat-users.xml and tomcat-users.xml.install I inadvertently checked in when upgrading ActiveMQ on BlazeDS/trunk.
    Modified Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/tomcat-users.xml
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/tomcat-users.xml.install

    i will not read all that!!!! Format it! Lots of useless information commented.
    java.net.SocketException: java.net.ConnectException: Connection timed out: connect
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
    Tells me you have a connection error on Mysql. Quick search show me this:
    <Resource name="jdbc/passport" auth="Container"
    type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver"
    url="jdbc:mysql://258.1.54.134:3306/xmnext_passport"
    username="dda" password="zhoussda" maxActive="20" maxIdle="10"
    maxWait="-1"/>
    Can you connect to the server using thos setting with a mysql client in the server?

  • [svn:fx-trunk] 7879: WindowedApplication/Window P-ARB changes.

    Revision: 7879
    Author:   [email protected]
    Date:     2009-06-16 07:08:15 -0700 (Tue, 16 Jun 2009)
    Log Message:
    WindowedApplication/Window P-ARB changes.
    WindowedApplication/Window
    ?\226?\128?\162             Rename resizeAffordance to resizeAffordanceWidth
    ?\226?\128?\162             Change resizeAffordanceWidth from a property to a style
    ?\226?\128?\162             Remove showGripper property
    ?\226?\128?\162             Remove showTitleBar property
    ?\226?\128?\162             Make override functions @private
    ?\226?\128?\162             SkinState metadata: rename normalActive to normalAndInactive
    ?\226?\128?\162             SkinState metadata: rename disabledInactive to disabledAndInactive
    TitleBar
    ?\226?\128?\162             SkinState metadata: rename maximized to normalAndMaximized
    ?\226?\128?\162             SkinState metadata: rename disabledMaximized to disabledAndMaximized
    QE Notes: Expect testing failures do to the changes.
    Doc Notes: none.
    Bugs: none
    Reviewer: Glenn
    tests: checkintests
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/defaults.css
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/FlexChromeSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/MacTitleBarSkin.mxm l
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/TitleBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/WindowedApplication Skin.mxml

    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:bz-trunk] 18830: Checking in a few minor tweaks that I had locally, no real functionality change.

    Revision: 18830
    Revision: 18830
    Author:   [email protected]
    Date:     2010-11-29 07:07:50 -0800 (Mon, 29 Nov 2010)
    Log Message:
    Checking in a few minor tweaks that I had locally, no real functionality change.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/FlexContext.java
        blazeds/trunk/modules/core/src/flex/messaging/security/LoginManager.java

    I've never used any of the E Series and have often wondered how they stack up compared to their N Series counterpart !
    I can say from the freeware Symbian 60 side of things - precious few (useful !) applications exist. It's one of the reasons why I've downloaded Nokia's own freeware development environment (as I'd also like to get back into programming), but unfortunately I never get round to kicking a project off !
    Regards,
    Edward

Maybe you are looking for

  • Hiding the "Submit Form" button in Reader

    I am referring to the "Submit Form" button that is part of the application (just to the right of the Highlight Fields button) rather than one that appears on the PDF document itself. This is for a PDF form for a company with many branches. I want to

  • Finder windows do not update their content for ARD

    Server (to which I am connected): MacMini (Late 2012) 10.8.3, Computers (with whom I am connected): MBP 2008 10.8.3, iMac 2011 10.8.3. After connecting I open any Finder window and try to select files with the mouse (or Command-A). The window is not

  • Unable to connect to SAPNet message server

    Hi, after starting the SAProuter, i have to check if i am able to connect to SAPNet message server. Here is the message delivered after configuring technical parameters: Unable to connect to SAPNet message server Is the problem coming from the saprou

  • Ethernet ip address changes in sleep mode

    Sleep mode changes ethernet ip address - cannot connect to internet.

  • Time for a VZW executive to step up and explain!

    I received my Droid X on 7/16 and was excited after returning my Incredible for call quality issues. But since then I have found serious problems and have arranged to return the defective handset and am waiting for a replacement. I keep up with the f