[svn] 2862: Change a comment on SkinnableComponent.as

Revision: 2862
Author: [email protected]
Date: 2008-08-15 18:18:35 -0700 (Fri, 15 Aug 2008)
Log Message:
Change a comment on SkinnableComponent.as
Fixed an issue on UIComponent where initially setting the state of a component would slow down runtime performance by quite a lot (proportional to how many total components are on the screen). This affected Halo as well, but it affects Gumbo a lot because the default state of a component usually needs to be set. For the case of 2000 Gumbo buttons, this speeds up creation time by about 50%.
QE: Yes
Doc: No
Bugs: -
Reviewer: Glenn and Corey
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/SkinnableComponent.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

Thank You for reporting this issue.
As part of the rollup update, I see the KB2845626 which is related to a password change issue with cached credential: http://support.microsoft.com/kb/2845626
By uninstalling the KB, you need to be aware about the potential password change issue with the cached credentials that was reported.
Usually, it is recommended to do testing of new updates to identify potential issues and decide if you need to go with them in the production environment or not.
What is good is that you highlighted the problem with the identified KB. I hope that this will be escalated soon to MS developers.
This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Get Active Directory User Last Logon
Create an Active Directory test domain similar to the production one
Management of test accounts in an Active Directory production domain - Part I
Management of test accounts in an Active Directory production domain - Part II
Management of test accounts in an Active Directory production domain - Part III
Reset Active Directory user password

Similar Messages

  • [svn] 4394: Adding last changes and comments on behalf of Kaushal for his radial and linear gradient transform calculations .

    Revision: 4394
    Author: [email protected]
    Date: 2009-01-05 13:13:51 -0800 (Mon, 05 Jan 2009)
    Log Message:
    Adding last changes and comments on behalf of Kaushal for his radial and linear gradient transform calculations.
    QE: Not yet.
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/AbstractFXGGraphics.java
    flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/TypeHelper.java

    After posting I and lots of research I realized that I need to dive into
    PaperVision 3D as way to get where I need to go.
    However, if anyone has a solution to adding text to this code which rotates with the cube - let me know.
    Thanks

  • [svn:osmf:] 17815: Update comments based on PARB feedbacks and corresponding API changes.

    Revision: 17815
    Revision: 17815
    Author:   [email protected]
    Date:     2010-09-22 23:19:05 -0700 (Wed, 22 Sep 2010)
    Log Message:
    Update comments based on PARB feedbacks and corresponding API changes.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as

    A good solution. Liked it very much. Can you please make it a technet blog for others.
    [email protected]

  • Office for Mac 2011: Tips for speeding up Word when using tracked changes and comments?

    I run a fresh installation of Office for Mac 2011 (v. 14.4.1) on a brand new Macbook Pro 13" Retina 2.4GHz with 16GB RAM running 10.9.2. The Office package is fully up-to-date.
    I mainly use Word and find that it is extremely slow when I track changes. Documents need not be particularly large - even in a 30-page document after a few pages of tracks typing becomes a pain, in particular in comment bubbles where the text shows up letter-by-letter and only finish several seconds after I've stopped typing. Other programs run at the same time do not suffer from this horrible lag.
    I have searched and seen that this is not uncommon so it appears that Microsoft's coders are not particularly well versed in coding for Mac.
    My question is if other users have found ways to improve the situation, for instance by trashing plists or something like that? This is really driving me crazy
    Many TIA
    Philip

    You might try looking/posting here.
    Microsoft Support – Office for Mac
    Microsoft Support – Office for Mac (2)

  • Why can't change the comment text Colour in version 11.0.10?

    Why can't I change the colour of the text "the comment fuction" in version 11.0.10, but I can do so in the older version 11.0.09?
    Please fix this, thanks!

    What exactly means "can't"; what happens when you try?
    What is your operating system?

  • Export docx track changes and comments

    Mavericks latest and Pages latest
    Export .docx file and the recipient reports that:
    comments do not transfer over
    tracked changes do not appear in text only as an indication of change box at start of each line
    colour assigned to author (green) in Pages has changed to orange when file is opened in Word
    Can anyone help with a workaround
    I have temporarily tried exporting as a .doc file in the hope that the problems are with a versions of Word rather than with Pages - awaiting a response
    Thanks for help

    Hi John,
    Please come back and check if Stefan's reply was helpful. Please let us know if you need further assistance.
    Thanks,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • [svn] 609: Changed the svn:mime-type of the SDK's milestones.html file.

    Revision: 609
    Author: [email protected]
    Date: 2008-02-21 14:47:48 -0800 (Thu, 21 Feb 2008)
    Log Message:
    Changed the svn:mime-type of the SDK's milestones.html file.
    Property Changed:
    flex/sdk/milestones.html

    the web xml mime type setting are for static files served by the server...
    if you print a file directly to the output of the servlet, you must set the mime type, so DO write :
    response.setContentType( "application/vnd.ms-excel" );
    IE "works fine" because it also uses the file extension to decide the mime type... but in the absolute, it's a wrong behaviour

  • [svn] 2791: Changes based on Skinning Architecture spec.

    Revision: 2791
    Author: [email protected]
    Date: 2008-08-08 16:17:58 -0700 (Fri, 08 Aug 2008)
    Log Message:
    Changes based on Skinning Architecture spec. In SkinnableComponent, made _skinObject getter/setter private (rather than protected). Also cleaned up some documentation in there. Renamed attachBehaviors()/removeBehaviors() to skinLoaded()/unloadingSkin(). Out of this rename, I had to touch a few other files and found a few small bugs, like forgetting to call super.unloadingSkin(), forgetting to remove event listeners, and putting code in skinLoaded()/unloadingSkin() rather than partAdded()/partRemoved().
    QE: Yes
    Doc: No
    Bugs: -
    Reviewer: Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/Button.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/ToggleButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/TrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/SkinnableComponent.as

    Revision: 2791
    Author: [email protected]
    Date: 2008-08-08 16:17:58 -0700 (Fri, 08 Aug 2008)
    Log Message:
    Changes based on Skinning Architecture spec. In SkinnableComponent, made _skinObject getter/setter private (rather than protected). Also cleaned up some documentation in there. Renamed attachBehaviors()/removeBehaviors() to skinLoaded()/unloadingSkin(). Out of this rename, I had to touch a few other files and found a few small bugs, like forgetting to call super.unloadingSkin(), forgetting to remove event listeners, and putting code in skinLoaded()/unloadingSkin() rather than partAdded()/partRemoved().
    QE: Yes
    Doc: No
    Bugs: -
    Reviewer: Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/Button.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/ToggleButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/TrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/SkinnableComponent.as

  • [svn:fx-trunk] 10065: Comment out code causing an RTE in SWFLoader.

    Revision: 10065
    Author:   [email protected]
    Date:     2009-09-08 13:14:26 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Comment out code causing an RTE in SWFLoader. Will fix as part of per-module styles feature development.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-23081
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23081
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Hello, first post here..
    I maintain a java based lobby for an opensource RTS
    engine called spring at http://taspring.clan-sy.com
    You can find my lobbys source code at:
    https://taspring.clan-sy.com/svn/spring/trunk/AFLobby/
    Of note being the unitsync.dll/so library used to
    handle mods and maps. Implementing this library in
    pure java is not an option.
    I've dealt with quite a few JNi errors dealing with
    the linux users but we got through them all and it
    all worked great.
    I released a windows installer, and most users can
    run it fine with no issues with JNI, but 2 users seem
    to have problems, despite correctly installing
    everything.Does the JNI code use perl?
    This error message shows several hits on Google for perl related stuff.

  • How to change  PDF comments time in utc time zone*

    Currently the eReview PDF time stamp uses the system time for its timestamp.
    If there are two reviewers for a eReview packet, one in some X location and other in Phoenix and the reviewer in "X" reviews the packet first on a particular day evening and reviewer in Phoenix reviews the packet in their same day morning then the timestamp shows that Review in Phoenix is done first and "X" is done later.
    The same is the case for comments from authors and the reviewers if both are different location.
    So I think this time stamp looks inconsistent and does not give the desired information.
    so its taking system by default,how to change it from system time to UTC time zone
    Thanks&Regards
    Sam rome

    you could use the elapsed time function and hook it up to a case structure so that every .1 seconds you write your data to a file.
    hope this helps:
    Harold Timmis
    [email protected]
    Orlando,Fl
    *Kudos always welcome
    Attachments:
    WriteToFileLVM.vi ‏65 KB

  • [svn:osmf:] 14907: Adding comments, removing test URL.

    Revision: 14907
    Revision: 14907
    Author:   [email protected]
    Date:     2010-03-22 05:50:23 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Adding comments, removing test URL.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/html-template/index.template.html
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as

    Thanks for the architecture comments. I'm interested in this topic because ALARM brought me to arch (although I've replaced the raspberry pi with an Intel-based machine now).
    Well, I'm afraid of starting some kind of flame war by suggesting this officially as a lowly arch noob. I'll leave it up to the people who might profit by something like this (i.e. ALARM – or maybe they don't care and are fine with the current solution, in which case the change is not required at all). For the record, I like the glob solution. It's more flexible than just 'all' and it's easier to memorize the difference between 'any' and '*' compared to 'any' and 'all'.
    It turned out the "adding users" topic is not an issue, because I realized I can simply set "User=nobody / Group=audio" in the systemd unit file to get rid of root privileges while keeping the permission to play audio without logging in. I also set up a minimal Arch VM to test if gnome-icon-theme can be dropped. I found no problems without that package, so I think I'm now ready to upload the modified PKGBUILD (and related files) to the AUR.
    I'll flag this topic as solved. Feel free to add more comments though. Thanks everyone

  • Dynamic Stamp Reviewer Name Changes upon Comment Download from Shared Review

    When reviewers publish their dynamic stamp to an active Shared Review and I join the review, it downloads their comments (including the dynamic stamp) but when it downloads to my copy, the name on the stamp changes from their profile name to my profile name. If I double-click on the stamp, the reviewer's name shows up on the comment pop-up yet my profile name remains on the stamp image.
    I've dug around in the forum and have found no information about this problem. Does anyone out there have a fix for this or have you seen this problem as well?
    It happens whether the review is initiated and stored in a network server directory, or using a SharePoint workspace.
    No matter who has initiated the review, the renamed stamp appears in other participants' review copies. This was not happening at all before (we have been using Shared Review since 2012).
    It just started happening and it is occurring to others at our company as well. Initiating from different versions of Acrobat (ranging from Acrobat 9 to Acrobat 10) results in the same problem.
    Some reviewers' names are showing correctly and some are replaced with the user's name. See below.
    Below you can see the first approved stamp name (and time stamp) is different than the pop-up.
    The second is the same as the reviewer.

    I don't have the answer but I've seen the same thing, only with it twist. It seems to be related to the disappearing comments that others are talking about.
    We use the dynamic stamps just as you do and for certain users, the stamps disappear when the review file is opened again, no matter who opens it. You can see then listed as having added comments as the file is opening but no stamps are showing, and they aren't listed in the comments window once the file is open.
    But we have one user who DOES see the stamps - except that they have his name instead of the user that actually stamped it! So for some users, there's no problem - they stamp the file and everyone sees it fine. For others, the stamp disappears whenever anyone except that one user opens it, and he sees his own name on them. We all use Acrobat X except this one user, who's still on Acrobat 9.
    This all started recently and the number of affected users seems to be increasing. I firmly believe that it's related to recent updates that have been sent out, though I can't prove it. Not sure why else the problem would just start happening, and not to every user.
    This is a serious problem that needs to be fixed!

  • Cannot change Outlook comment field

    Hi,
    We have deployed Office 2010 1 month ago. I changed the font in Oulook but i forgot to delete the key MarkcommentsWith. Now all my users see my name when the use a Comment. I tried to delete the key, but everytime Outlook starts it adds this key with my
    name in it.
    Key is found under HKCU\Software\Microsoft\Office\14.0\Common\Mailsettings
    Anyone a tip how to fix this.
    Thnx,
    Jolanda

    Hi JZuidhoek,
    There are two ways to remove comments: 1.) Via using GIU  2.) Via using Reg Key
    1.) Disable “Preface Comments with” option by using Via using GIU :
    File >> Options >> Mail >> Replies and Forwards >> Preface Comments with
    finally click on “OK” button. 
    2.) Via using Reg Key.
    To disable “Preface Comments with” via using Reg key, you have to delete or assign a value of
    “0” to the MarkComment (REG-DWORD) value. 
    Deleting MarkCommentsWith does not create any impact on comments till yet you do not delete the
    MarkComment (REG-DWORD).
    In conclusion, you are deleting the wrong Reg key.
    `
    Thanks
    Clark Kent

  • [svn] 1011: Change for supporting newer version of the concurrent library.

    Revision: 1011
    Author: [email protected]
    Date: 2008-03-28 16:42:52 -0700 (Fri, 28 Mar 2008)
    Log Message:
    Change for supporting newer version of the concurrent library. When you remove, you need to
    provide the return value from the schedule method, not the arg you passed in. The api is
    a litte awkward in this regard in that the return value is not a Runnable but the remove
    method expects a Runnable so this code is a little defensive to be sure no one is using
    a version of the code where the return value is not a runnable.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/util/TimeoutManager.java

    ...It was so bad my English?

  • [svn] 3638: Changing the build order of swc file update with dita xml files .

    Revision: 3638
    Author: [email protected]
    Date: 2008-10-14 16:49:56 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Changing the build order of swc file update with dita xml files.
    By default this would now happen during the checkintests target - so "ant clean main" shouldn't get affected.
    To opt out use -Dno.doc=true
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 3638
    Author: [email protected]
    Date: 2008-10-14 16:49:56 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Changing the build order of swc file update with dita xml files.
    By default this would now happen during the checkintests target - so "ant clean main" shouldn't get affected.
    To opt out use -Dno.doc=true
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

Maybe you are looking for