lack of the icon in the title bar

for these days, the small icon beside the photo title in the title bar above the image disappeared. before I could grab this teeny tiny icon and attach the photo to a document, such as email, dragging on. now, I have to use the function "attach."

the icon is also grayed out when changes have been made to the photo and not yet recorded.

does this sound familiar to anyone? I have not changed anything on the computer.

Well, I'm on an apple store to look at but probably of new macbook pro which has not upset photoshop at home.

Mac 10.6.8

2.66 GHz

4 GB of ram

MacBook pro

I fixed the permissions, and it seems to be ok now. I would have thought of this first.

Tags: Photoshop

Similar Questions

  • icon on the title bar

    Hello, I put an icon on the title bar image?

    Hi @aashishsaini75. Here is my code:

    import bb.cascades 1.4
    
    Page {
        id: thePage
        titleBar: TitleBar {
            kind: TitleBarKind.FreeForm
            kindProperties: FreeFormTitleBarKindProperties {
                Container {
    
                    layout: StackLayout {
                        orientation: LayoutOrientation.RightToLeft
                    }
                    rightPadding: -12
                    Label {
                        textStyle {
                            color: Color.White
                        }
                        verticalAlignment: VerticalAlignment.Center
                        layoutProperties: StackLayoutProperties {
                            spaceQuota: 1
                        }
                        accessibility.labelledBy: todoLabelId
                    }
                    ImageView {
                        id: toggleExpanded
                        property bool checked: false
                        imageSource: "asset:///[email protected]"
                        verticalAlignment: VerticalAlignment.Center
                        horizontalAlignment: HorizontalAlignment.Center
                        accessibility.labelledBy: todoLabelId
                    }
                } // Container
    
            } // FreeFormTitleBarKindProperties
        } // TitleBar
    } // Page
    

    Hope help you.

  • How to put a small icon in the title bar of the main screen

    Hi all, I'm new to the BlackBerry Forum.

    I can display a small icon in the title bar in the main Blackberry screen to warn users when my application is received something and it is reduced?

    Thanks in advance!

    Yes you can do this by using the following code.

    ApplicationIndicatorRegistry reg = ApplicationIndicatorRegistry.getInstance();                EncodedImage image = EncodedImage.getEncodedImageResource("Indicator.png");            ApplicationIcon icon = new ApplicationIcon( image );            indicator = reg.register( icon, false, true);            indicator.setIcon(icon);            indicator.setVisible(true);
    
  • How to change the font of the title bar of the JFrame icon context menu?

    Hello world.

    I want to know how to change the font of the text that appears in the context menu is native to click with the right button on the icon that is completely left in the title bar of JFrames which use the default appearance for decoration (JFrame.setDefaultLookAndFeelDecorated (true); / / uses the metal L & F, theme "Océans").

    I searched and found nothing. I thought I could use what I learned to https://forums.oracle.com/message/9221826, but I couldn't find something that worked.

    Thanks to advance.t

    After a few more messing around, I finally did! I love so much it makes me a little sad Java how it is difficult to do things like that. In any case, I found a method here to recursively change the fonts of all components in a JFileChooser, but it does not work on the JPopupMenu (now I know the name) who jumps to the top of the icon in the title bar. So I messed around with this method a few casting and was able to change the fonts of the JMenuItems:

    public static void setSubComponentFont (Component comp[], Font font) {
        for (int x = 0; x < comp.length; x++) {
            if (comp[x] instanceof Container) {
                setSubComponentFont(((Container)comp[x]).getComponents(), font);
            }
            try {
                //comp[x].setFont(font);
                if (comp[x].toString().contains("JMenu")) {
                    for (Component y : ((JMenu)comp[x]).getPopupMenu().getComponents()) {
                        if (y.toString().contains("JMenu")) {
                            y.setFont(font);
                        }
                    }
                }
            } catch (Exception ex) {}
        }
    }
    

    I was inspired by this thread of utiliser.toString () .contains ().

    I also did with nested loops, so the path to the menu items can be seen:

    for (Component a : frame.getLayeredPane().getComponents()) {
        System.out.println(a.toString());
        if (a.toString().contains("MetalTitlePane")) {
            for (Component b : ((Container)a).getComponents()) {
                System.out.println(b.toString());
                if (b.toString().contains("SystemMenuBar")) {
                    for (Component c : ((Container)b).getComponents()) {
                        System.out.println(c.toString());
                        for (Component d : ((JMenu)c).getPopupMenu().getComponents()) {
                            System.out.println(d.toString());
                            if (d.toString().contains("JMenu")) {
                                d.setFont(font);
                            }
                        }
                    }
                }
            }
        }
    }
    

    Each System.out.println () gives an indication of what should go on what follows if State, so they should be used one at a time. This does not work for the title of the JFileChooser however font. When I have time I'll either look no further away inside or ask another question.

    So, if someone else needs like I did, it's here. As a tip, System.out.println () and. toString() are your friends! That's how I learned what was contained in each object, and which path I needed to take to get to objects of interest.

    Thanks anyway!

  • Rename and place the icon on the title bar of Flash exe file problem

    How to rename the title bar in the project Flash (.exe) file and replace the flash icon with my own icon file?
    Thank you very much!

    You need a 3rd party tool Flash projector, which there are a number:
    http://www.Flashmagazine.com/1100.htm

  • The title bar has stopped working and now I can't close the page with the cross or minimize or maximize, cannot close the pages

    Toolbar is not functional cannot use the cross at the top to close and cannot minimize or maximize the pages.

    What program is this (name and version)?

    Are you sure that the title bar is not hidden because the screen is in full screen mode?  Make sure it is in normal mode (usually hit the ESC key will do that).  When you say that you "cannot minimize or maximize or close pages" is because you don't see these icons or press them, and they do not work?  You see the title bar?  Is it the same with EACH program or all instances of this particular program, or only with this page?

    If it's an open program, you can still use the toolbar at the bottom of the screen and do a right click on the prgram open and then click Close.  If it isn't there, it can also be hidden. Move your mouse to the bottom of the screen and see if the toolbar appears.  If so right click on it and select properties and uncheck Hide able toolbar and click OK to close - that way it will always show (except when it is in full screen mode).

    You can also press CTRL-ALT = DEL to bring up the Manager tasks, go to Applications and select the program that you want to close, and then click end task.

    If you have access to the Menu bar, you can usually go into file, and then click close tab or simply close.

    If you can help me with answers to my questions (assuming that what I said has not solved the problem), then I will answer you with some suggestions to solve the problem (whatever it is)-, but there are too many possibilities without knowing more about the problem.

    Thanks and good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Don't want to see the title bar, address bar, toolbar mode of operation.

    Jin

    I need to install the application on the client side.
    Here, I don't want to show him the title bar, address, bar the toolbar in operation.
    I want to, the application must be run in either full-screen. For this I created an icon on the desktop, through this user can acess application when the user clicks on that icon then user out by the log in page.
    Purposes of titles, I want Address Bar etc.
    How can I use applications using the full screen.


    Thank you

    Hello
    to launch Apex, we use a file like this hta:



    Apex

    <>
    ID = "MyApex".
    applicationName = "Apex".
    Border = 'thin '.
    borderStyle = 'normal '.
    Caption = 'yes '.
    contextMenu = 'yes '.
    Icon="C:\apex\apex.ico".
    innerBorder = 'no '.
    maximizeButton = 'yes '.
    minimizeButton = 'yes '.
    navigable = 'no '.
    Scroll = 'yes '.
    scrollFlat = 'no '.
    selection = 'yes '.
    showInTaskBar = "yes".
    singleInstance = 'no '.
    sysMenu = 'yes '.
    version = "1.0".
    windowState = 'normal' >


    Maury, name the file apex.hta and try out it.

    Gianluigi

    Edited by: gianluigi.trento the 15.09 8-Apr-2010

  • With 43 on Mac version in the title bar transparency disappeared, what happened?

    Before the upgrade to version 43, the title bar/app window was transparent to match Yosemite/El Capitan, and now it's over...

    I'm not using a theme, and I'm not in private browsing mode.

    By help on Reddit:

    This bug deleted dynamism (blur effect) in 44: https://bugzilla.mozilla.org/show_bug.cgi?id=1161565 the patch has been raised and then to 43.
    You should be able to bring back vitality by using a custom stylesheet:

    1. TitleBar {}
     -moz-appearance: -moz-mac-vibrancy-light
    

    }
    You can also get dark shine using - moz-mac-dynamism-black

    Here is a similar workaround: http://apps-reviewed.blogspot.com/2015/01/make-firefox-translucent-in-os-x.html

  • The title bar does not appear, it is not a menu option view

    I remember I once a title bar above the horizontal list of tabs, which shows the title of the currently opened tab. But it is not there now; and there is no option in the menu 'View' (which is, I think that I've seen it before) to add. What happens, and how to get the title bar back?

    You have this option on Mac in the palette to customize?

    You can enable or disable switch title bar via the "Title bar" button at the bottom left in the palette to customize window.

    Make sure that you run not Firefox mode full screen (press F11 or Fn + F11 to toggle; Mac: Command + SHIFT + F).

  • Strange (Chinese) characters displayed in the title bar

    From last 3-4 days I get some strange Chinese characters on top of the title bar or open tabs. They can not be selected by mouse and arrow sometimes (like enter key) is indicated on each tab.
    It's random, means that there is not any special condition when they appear.

    I have reset (all) Firefox, authorized cash, remove all the unknown, having no other than adobe pdf (not compatible) extension.

    I checked for anything installed within the last few days, but there is nothing installed despite updates windows and Firefox (34.0)
    I use windows 8.1. Please check the screenshot for exactly the problem.

    Did you disable or uninstall the McAfee SiteAdvisor?

    The extension of McAfee SiteAdvisor has been reported to cause problems with Chinese characters (CJK) text on the tabs, so that you can disable this extension.

    See also these SUMO son:

  • How to disable tabs in the title bar for all users?

    I want to disable tabs in the title bar for all users, because the air ugly http://i57.tinypic.com/33nkm77.png
    I type in C:\Program Files\Mozilla Firefox\defaults\pref\local-settings.js
    Pref ("browser.tabs.drawInTitlebar", false);
    It does not work, but other options in this file works fine.
    Setting with: config works very well, but only for users perceive.

    Thank you all. Problem solved. I'd like to edit 2 files:

    C:\Program Files\Mozilla Firefox\defaults\pref\local-settings.js
    Pref ("general.config.obscure_value", 0);
    Pref ("general.config.filename", "mozilla.cfg");

    C:\Program Files\Mozilla Firefox\mozilla.cfg
    //
    lockPref ("browser.tabs.drawInTitlebar", false);

  • How to restore the title bar? Title of the page displays only the tabs - this is not good enough

    I'm used to be able to see the title of the page in the title bar. Firefox has removed this feature, and now I have to mouse over the tab to display the title of the page. It is another example of extracting the characteristics that people use for reasons that I don't understand. So far, I had to install two 'add ons' to restore the common features on previous versions - and always on IE and Chrome.

    1. Right-click on a zone empty of the tab bar and select Customize.
    2. Click the button on the title bar in the lower left corner.
    3. Click the Customize output button when finished.
  • I'm visually impaired, and due to changes in UI v29, I see is no longer the menu bar where it is hidden in the title bar. How can I move it back to where it belongs?

    I have two computers at home and their improved to 29 of Firefox not knowing it contained UI heavy Exchange. I use the menu, bar and it is now superimposed on the title bar, where due to a visual disability, I can no longer see. Both systems have contrasting colors lit (white on a black background - forget Aero and trick themes), and Firefox is configured to use the system colors.

    Prior to version 29, the menu bar has white text on a black background. now it's on a background of colorful and almost completely invisible to me. The expansion is via the Windows Magnifier and Magnifier added to some Microsoft mouse top of range.

    As you can see on a brand new Virgin of installation of Firefox, no addons, no pre-existing profile, version 29 puts the menu bar on the taskbar. And Firefox, set up as I have, on a configured system with contrasting colors (black in my case) enabled, Firefox is unthemeable.

    But no matter, I Solver this myself. I started in XP and not update Firefox to find a new addon named "Classic theme restaurant" Who did the trick. This mark as resolved. But...

    I wish (not just Firefox) developers who want to fancy to the top of their interfaces would think how it would affect people with visual impairments. We use computers too.

  • get tabs in the title bar (osx)

    Hello

    On a windows 8 PC, I can activate the tabs in the title bar.
    I can't find a way to do this on OSX mountain lion. (New installation of Firefox).
    I googled around nothing helps.

    Any help is appreciated!

    Thank you

    It is not possible on Mac.

    You can only have the tab on top and possibly switch to full screen.

    I don't know if it is possible to have the toolbars and the bar visible tabs all the time mode full screen.

    On Windows and Linux, the toolbar of Navigation and tab bar appear if you move the pointer to the top and you can right-click the empty area of the tab bar to open the context menu of the toolbar to remove the check mark next to 'Hide the toolbar'.

  • disappears from the title bar of Firefox

    The title bar, minimize and close the window disappears.
    I found help, but it does not work for very long.


Maybe you are looking for