CS5 UI bug under "windows classic" theme

I've noticed this on CS4 as well, but hoped it was fixed under CS5 - turns out not: the photoshop CS5 user interface seems to not understand the concept of "different themes" under windows vista/server 2008 when using the classic windows theme. It will try desperately to hide the fact that it's actually skinning a normal window, and so I get a lot of malrender lines, and two sets of min/max/close buttons in the upper right (the "real window" ones, and the skinned photoshop ones).
Screenshot:
http://pomax.nihongoresources.com/downloads/CS5-UI-messup.jpg

Could be, but unless you're part of the programming team responsible for the UI and know exactly why it's doing what it's doing, I would pitch in that even if MS doesn't seem to get around to fixing it, that never prevents a good dev team from working around the problem.
It would be relatively simple to add a setting to the program which, when the user selects it in the UI preferences, forces a secondary UI redraw every time dialogs are popped up or removed. This might "slow down" things, but blitting a small part of the screen from buffer is probably one of the least expensive operations when it comes to what Photoshop—and presumably all the other applications—routinely does (if they weren't, 30FPS full screen software decoded video would not exist =)
Of course I should point out the immense importance of the "if the user selects it" bit there, since Adobe has a long history of going with something different without offering the user a way to say "no, I prefer it the way it worked before". There was nothing wrong with the UI experience on windows up to CS4, so the switchover to a skinned UI that couldn't be told to not actually skin was rather annoying. I had hoped the CS5 team would revert that change so that Photoshop would, to quote John Nack, "[...] do the Right Thing automatically, as its default behavior". A bit disappointed that didn't happen, so we'll have to see whether all the new functionality can weigh up to a constantly corrupting UI.
Corrupting in a relatively irrelevant part of the screen, sure, and it doesn't impair functionality either, but damn is it annoying to look at =)

Similar Messages

  • Skype Performance Bug under Windows 8 x64 / endles...

    Dear Developers,
    please get rid of an annoying bug under Windows 8 x64 - this bug exists since several versions and still not fixed.
    Summary:
    After a while - maybe associated with energy saving options - a thread in Skype is getting more and more CPU time, causes by a thread always starts with ntdll!RtlGetCurrentPeb+0xf (see att.) <- what does this thread actually?
    Results:
    Heavy CPU usage, slowly Skype response - missing Messages. Only Skype restarts helps.
    I will do more investigation if needed. Let me know.
    Update:
    The thread uninterruptedly reads from
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\*
    Appears to a not catched endless loop?
    Attachments:
    2.PNG ‏19 KB
    3.PNG ‏89 KB

    rsbrux wrote:
    My Thinkpad originally came with Windows 7 Pro, but I have changed to Windows 8 in order to resolve problems with VSS.  OOB, both Windows 7 and Windows 8 gave me a "Desktop graphics performance" rating of 5.7.  Under Windows 7, upgrading to the latest Lenovo driver improved this to 6.1, leaving my HDD (at 5.9) as the limiting factor in performance.  Under Windows 8, however, replacing the Windows driver with the latest Lenovo driver has reduced "Desktop graphics performance" to 5.6!  What gives?
    P.S. I just discovered a Power Options advanced power setting "Intel Graphics Power Plan", which was set to "Maximum Battery Life" for both battery and plugged in.  I changed it to "Maximum Performance" when plugged in, but the Windows experience Index (WEI) for "Desktop graphics performance" remains a mer 5.8.
    After you changed the setting to "Maximum Performance" , did you run the WEI test again?

  • Photoshop CS5 setup failed under windows 8.1 64bits, both are in french

    Je cherche à réinstaller adobe photoshop CS5 sous windows 8.1, mais le système se bloque à la fin de la procédure d'installation, ni la version 32bits, ni la version 64bits n'arrivent à s'installer correctement.
    Pouvez-vous m'indiquer une procédure pour réinstaller photoshop CS5.
    Cordialement

    Jmdlama I am sorry but your post is not translatable. 
    I would recommend reviewing your PDApp.log for errors.  You can find details on how to review your log at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors which you discover.

  • Cannot change JToggleButton background color when Windows XP theme is used

    I wanted to change the background of a JToggleButton when it's pressed. I tried a few things, such as
    UIManager.put("ToggleButton.select", Color.RED);
    setting button's background, button's UI.
    but nothing worked.
    so I tried changing desktop theme from Windows XP to Windows Classic, then i was able to set button's background.
    The following is a simple test program, by switching theme, the toggleButton looks differently.
    Does anyone know how I can change JToggle button's background color under Windows XP theme?
    Thank you in advance!
    import javax.swing.*;
    import java.awt.*;
    public class ToggleTest {
        public static void createGUI(){
            JToggleButton button = new JToggleButton("Test");
            button.setBackground(Color.BLUE);
            JFrame testFrame = new JFrame("Test Frame");
            testFrame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            testFrame.getContentPane().setLayout(new FlowLayout(FlowLayout.CENTER));
            testFrame.getContentPane().add(button);
            testFrame.pack();
            testFrame.setVisible(true);
        public static void main(String[] args){
            try{
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                //UIManager.put("ToggleButton.select", Color.RED);
            catch(Exception ex){
                ex.printStackTrace();
            SwingUtilities.invokeLater(new Runnable(){
                public void run(){
                    createGUI();
    }

    class myToggleBtn extends JToggleButton {
      String s;
      public myToggleBtn(String str, Boolean sel) {
        super(str, sel);
        s = str;
      public void paintComponent(Graphics g) {
        super.paintComponent(g);
        if (this.isSelected()) {
             int w = getWidth();
             int h = getHeight();
             g.setColor(Color.green); //selected color
             g.fillRect(0, 0, w, h);
             g.setColor(Color.darkGray); //selected foreground color
             g.drawString(s, (w - g.getFontMetrics().stringWidth(s))/2 + 1, (h + g.getFontMetrics().getAscent())/2 - 1);
    }

  • Does cs5 gpu work better under windows 7 then xp ?

    Hi
    i noticed that photoshop cs5 video card gpu works better under windows 7 32bit then xp 32bit (gpu come off but i enabled and restart photoshop cs5)
    i did notice a better performance of xp sp3 then xp sp2, maybe i'm wrong
    it's my guess or is real ?
    i used the same ati drivers
    by the way are there ati drivers that works better for photoshop cs5 then others?
    thanks
    cheers

    I've tried all different settings.  In the end, and this is PURELY SUBJECTIVE, I think as good results just by leaving them on the out-of-box defaults as with any other setting.  My Photoshop CS5 64 bit is currently set up as follows, and my system is stable:
    I normally increase my History levels, as you can see above, since I have a lot of RAM and I like to be able to go a long way back in time to what I had before a bunch of work - e.g., to double check to ensure I haven't lost info.
    The one other setting in that set that I DO use - with GREAT care - is that occasionally I set the Cache Levels down to 1, which (with OpenGL turned off) allows me to see layer compositing on the screen done in the full bit depth of the document (e.g., 16 bits/channel).  This matters when I work on astroimages, which can involve severe pushing of the data (e.g., really steep curves).
    I run my OpenGL settings in Advanced mode, which seems to work fine, though again I've never really noticed a performance difference between Normal and Advanced.
    -Noel

  • Photoshop CS5 (under Windows 7) crashes when I try to print

    Hi,
    I am running 64-bit Photoshop CS5 Extended upgraded to current version (12.0.4).
    When I try to print, every single time, I get the following error immediately:
         > Adobe Photoshop CS5 has stopped working
              Windows is checking for a solution to the problem
    and then shortly after
         > Adobe Photoshop CS5 has stopped working
              A problem caused the program to stop working correctly.
              Windows will close the program and notify you if a solution is available.
    Quite infuriating. My printer works fine. I can print photos to it from Lightroom no problem (which, in this occasion, I had to do - saved from PS, imported to LR, then printed... very efficient!!).
    I note there are other posts on this but they seem to be mostly Mac and also many seem to cure by upgrading to 12.0.4.
    I am a relatively light user (keen amateur not professional) so I don't use PS regularly. However this also means it is pretty much an out-of-the-box install since I don't tinker with it either. It's so long since I last used it I can't remember if I had this problem last time - I vaguely recall having had it sometimes but not others. Doesn't seem to matter whether the file I opened is a JPG or a PSD (the only two I have tried).
    Any help out there?
    Thanks
    Alastair

    So if we have say, 10 or so printers with 10 different drivers and every application works with every printer, including Photoshop.
    And we apply an update to Photoshop.
    And now Photoshop crashes everytime we print regardless of what printer we pick, but a previous version of Photoshop is still able to print.
    Do all the printer drivers suddenly have bugs . . . or could it possibly be the common denominator, i.e Photoshop, that has the bug?
    Everyone who is having this issue of Photoshop crashing when you try to print after a change/update.
    Try this:
    DO NOT MERELY ATTEMPT TO PRINT EXISTING FILES.
    Start a fresh document and attempt to print that.
    If you can print any file created AFTER the change/update but cannot print any files created BEFORE the change/update, this indicates that Photoshop is retaining file attributes that are not compatible with printing after the change/update.
    How can these attributes be replaced with compatible attributes? Changing the default printer as mentioned above may do the trick.

  • I have a library in CC, how do I open it in CS5. Under Window I don't see any 'library'

    I just installed CC. I need to open a library in CS5. I don't see 'library' under window menu.

    Sure. Please can you explain how I can do that.
    From the CC library there are the .ai files, that I need to download. On assets.adobe.com/assets/libraries  in the small drp dwn icon all I see is 'collaborate, rename, leave library'
    and when I open illustrator CS5, I have no way to open these files

  • Sync difference (bug?) in the case of admin and user under Windows XP x64. Sudden loss of bookmarks.

    I have just found a problem (a bug?) when syncing my Firefox 11.0 on home desktop under Windows XPx64. Under administrator profile everything is OK. But under the user profile a HUGE amount of bookmarks is lost somewhat suddenly. Just a month ago everything was in the perfect state under the user profile as well.
    No problems for portable devices (Android and iPad) and office notebook (WinXP, admin profile) detected.
    I would appreciate any hints or help on this since I don't do routine work under admin rights on my home desktop.

    Well, resetting sync can solve this problem. Though certain parts of local history on this computer may be lost.

  • Win 7 Desk Top theme stuck on Windows Classic

    Somehow my desktop got stuck in Windows Classic. I am unable to change it to any Aero theme.
    Trouble shooter indicated that my video card is unable to support Aero themes. My lap top was manufactured with Win 7 and it has worked fine until a couple days ago.
    I have ran multiple spyware, malware, and rootkit programs to clean PUP's that might have hijacked the OS. Desktop worked fine initially, now it has reverted back to Win Classic.
    Any ideas how to fix this with out a complete reformatting?
    Thanks

    Hi,
    Often the reason why your Windows 7 theme could be stuck on classic is that your PC is configured to be optimized for better performance.
    I also would like to share the following possible reasons with you:
    a. Desktop Window Manager is disabled
    b. Video card doesn’t support required display settings
    c. Color depth is too low
    d. Transparency is disabled
    e. Mirror drivers don’t support Aero effects
    f. Current power settings don’t support Aero desktop effects
    g. Themes service isn’t running
    h. Aero effects not supported on this Windows edition
    i. Desktop Window Manager Sessions Manager service isn’t running
    mystifeid's suggest is worthy to try. In addition, you may run the aero troubleshooter to check the issue:
    Open the Aero troubleshooter:
    http://windows.microsoft.com/en-IN/windows7/open-the-aero-troubleshooter
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Bug: white rectangle in corner of frame under windows

    First, I know I should post a bug report, but I cannot supply source code for this problem as I can only replicate using our whole product (proprietary source).
    Under Windows only (never Linux), when using 1.4.0, I sometimes get a white rectangle appearing in the top-left corner that obscures my menus and any toolbar buttons under it. It appears intermittently and does not go away when the application is minimized/maximized. This only happens in Window and has only started since we switched to 1.4.0 (did not happen in 1.3.1).
    Has anyone else seen this? I cannot find any bugs on it in the bug parade.

    I think I have had a similar problem... In my case, it had to do with dragging a panel around in my window, and I was able to resolve it somehow

  • On websites which open pop-under windows, Firefox 4 seems to be opening these over the current window instead of under. Is this a bug or an intentional feature?

    I have noticed a problem on FF4 when browsing sites that open pop-under windows on a user action. With all other browsers (including FF3) these open underneath the main window, but on Firefox 4 they open over the top - acting as pop-ups and not pop-unders.
    While pop-unders are annoying, it is even more annoying to have them keep appearing as pop-ups instead.
    I have run some tests and the following code successfully opens a pop-under on all browsers except Firefox 4.
    It appears that window.focus() is not correctly bringing the current window to the top.
    Example code:
    var w = window.open('http://www.mydomain.com/', 'mywin', 'width=400,height=300,toolbar=1,menubar=1,resizable=1,scrollbars=1');
    if(w){
    w.blur();
    window.focus();
    }

    This is normal. Firefox 4 has disabled the default "window flip".
    - go to adress about:config
    - accept and search dom.disable_window_flip set to false;
    And popunder, blur/focus javascript function will be back ;)

  • The down arrow of the msctls_updown32 control can fail to display under certain conditions using certain Windows Desktop themes

    I have a very odd issue with the msctls_updow32 control. Depending on the type of window or window heirarchy, when I click the up arrow with the autobuddy being an edit control, the down arrow disappears off the down button. I have to move the mouse back
    over the down button to get it to display. At first I figured it was something in my OnCtlColor code. But I found that the updown control is never passed to OnCtlColor. I get the window class of each input and it never shows up. Nor does it's window handle
    get passed in. Turning off OnCtlColor code and going default doesn't help. What I have found that helps is to turn off WIndows 7 Aero desktop and turn on Windows Classic desktop (Windows 7 Basic has the issue too). I also found that applying a skin to my app
    avoids the issue. Using spy I finally found what appears to be a connection to EM_SETSEL. When that message is sent and processed, the arrow has disappeared. I finally gave up and created my own subclass of a CEdit control (MFC) and called SubclassDlgItem.
    Then I implemented WindowProc and trapped the EM_SETSEL. Then I had to call UpdateWindow on the spin control and finally get the rectangle of the edit (buddy) and spin control and use that in a call to the parent (dialog) window's RedrawWindow.
     So there appears to be an issue with the updown control paired with an edit control that shows up depending on what desktop theme I am using. And to top it off, the window heirarchy seems to matter too (or perhaps the styles of the parent make a difference
    as I found the issue doesn't show up on every window that may contain such a configuration). Consider this a heads up regarding the issue! One other note, changing to any of the "High contrast" Windows 7 desktops also avoids the issue. So Aero and
    Basic seem to be the key.
    R.D. Holland

    Fails on Win 8.1 too. As with Win 7, changing the desktop display to one of the high contrast ones avoids the problem. My work-around is below. I have a video showing the problem. It also shows the display being changed to high contrast and how the problem
    goes away. If only I could figure out how to use this web page to upload the zip file containing the video ...
    LRESULT Myedit::WindowProc( UINT message, WPARAM wParam, LPARAM lParam )
    LRESULT lr = CEdit::WindowProc( message, wParam, lParam );
    if( message == EM_SETSEL )
    CDialog* pParent = (CDialog*) GetParent();
    if( pParent )
    CSpinButtonCtrl* pSpin = (CSpinButtonCtrl*)pParent->GetDlgItem(IDC_SMALL_PARTS_SPIN);
    if (pSpin)
    CRect rectSpin;
    pSpin->GetWindowRect( &rectSpin );
    CRect rectEdit;
    GetWindowRect( &rectEdit );
    CRect both;
    both.UnionRect( &rectSpin, &rectEdit );
    pParent->ScreenToClient( &both );
    //pParent->InvalidateRect( &both );
    //pParent->Invalidate();
    //pSpin->Invalidate();
    pSpin->UpdateWindow();// skip this and the problem remains.
    pParent->RedrawWindow(&both);// skip this and the problem remains.
    return lr;
    R.D. Holland

  • Can I transfer my CS5 files from my Windows 7 computer to my Mac Yosemite computer and have them work with CS6 for Mac?

    I am using Dreamweaver CS5 on a Windows 7 laptop.  I would like to change to Dreamweaver CS6 on my Mac running Yosemite.  Can I transfer my CS5 files from the  Windows computer to the Mac and will CS6 be able to work those files on the Mac?  I do not need nor want a subscription account.  Just the stand-alone program for occasional tweeks to my web site.  at www.longwayhome.com.
    It is a realtively simple web site that requires only simple editing from time to time.
    Ed Dover

    Yes, your files in CS5 are just .html, .css, .php and .js files, there's nothing that makes them "CS5 versions" of those file types.
    You can do it a couple different ways, but the easiest would be to copy the folder being used as the root directory (and all of it's contents) from one machine to the other, then on the new machine, simply set up a new site definition, using that newly copied folder as the local root.
    If you want, you can export your site settings (FTP and whatnot) on the old machine...
    Go to Site > Manage Site> click the site you want > Export
    Copy the resulting .ste file along with the local root folder to the new machine
    On the new machine go to Site > Manage Sites > import to bring in the .ste
    Relink that new site to the newly copied root folder

  • Is CS5.5 ok to run under window 8?

    Dear Sir / Madam
    I will buy new computer with OS window 8 Pro (64bit).
    So my existing CS5.5 is running under window XP in my old computer
    Could you please advise about questions as below:
    1. How to transfer CS5.5 to new computer with OS window 8 Pro (64bit)?
    2. How to solve this error from running Adobe Illustrator CS5.1?
    I am looking forward to your reply
    Andrew

    If you do not own discs for CS5.5, you can download CS5.5 trials versions to your new computer from the web site page linked below and then use your current serial number to activate it.  You need to follow the Very Important Instructions to do that properly
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    You are allowed to maintain two machines with activated installations of Adobe software as long as they are not both using the same software at the same time.  If you prefer to remove the software from the older machine you should deactivate it first (under the Help  options) before uninstalling.

  • I uninstalled Norton 360 under windows xp and now I'm getting this problem that firefox will no longer load pages. IE and Outlook still work and I can access the internet with them, I can ping any website I like successfully but Firefox won't load any pa

    I uninstalled Norton 360 under windows xp and now I'm getting this problem that firefox will no longer load pages. IE and Outlook still work and I can access the internet with them, I can ping any website I like successfully but Firefox won't load any pages ... N
    == This happened ==
    Every time Firefox opened
    == I uninstalled Norton 360 ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Media Center PC 4.0; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    I found a fix for this, not only firefox but several other networking programs were broken as well (Outlook and IE were ok for some reason) so I reasoned that the Norton uninstall was incomplete somehow - I had done it from the add/remove programs in the control panel. Sure enough that's not enough to release Norton's tentacles in your system, there's an uninstall tool on their website (a whole set of them actually) that managed to carve it out completely and after a restart everything was back to normal. My machines will definitely be Norton-free from now on ... N

Maybe you are looking for

  • Why won't iMessages send any of my photos? (iPhone 5, iOS 7.1)

    Hello! I'm facing a little problem with iMessage. Each time I try to send a photo from my Camera Roll to someone on my contacts list using iMessage, it would say that the photo is "Delivered;" however, after 10-15 seconds, a red exclamation point wil

  • UK Iphone4 with US itunes account

    Hi - please can anyone advise on whether there will be any issues with me syncing my (UK) iphone 4 with my US itunes account?

  • Installing Leopard on older Mac

    I have a MBP with a 2.4 ghz SR cpu/4 gb ram and a 160 gb 7200rpm hard drive that I bought about 14 months ago and it came with Tiger and now runs 10.4.11 I would like to install Leopard but I am wondering if doing so will hurt its performance in any

  • IPad Air auto downloads music that plays through wifi

    Hey Gang,   So, first off, I do NOT have auto-downloads on for music, ONLY for updates. I had a couple of playlists downloaded of music, but the iPad kept telling me I was running out of space when I didn't add anything, but it seemed to notify me wh

  • IPhoto '11 deleting photos after rotating

    I've set up my iMac running Lion with a shared iPhoto library on a disk image as described by Apple so that both my wife and I can access and edit our photos (we have seperate user accounts) When logged in under her user when you rotate a photo it de