Star Rating bar does not appear with images imported from file

Using Elements 11, cannot get the Star Rating bar to appear under images imported from file, although the intro to the program shows this as happening automatically.
Hope this goes through, as I have also created an account, but the question does not seem to be get a post.
Help!

Have you enabled Organizer to show details? You can enable show details by checking View > Detail is not already checked

Similar Messages

  • Firefox menu bar appears- file/edit/history etc but the actual page with the search bar does not appear and is blank

    when clicking firefox icon to open the internet, all that appears are the options along the top of the page. the rest of the screen does not appear revealing the desktop picture. The firefox page with the search bar does not appear.
    http://imageshack.us/photo/my-images/214/screenshot20120303at155.png/

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • Rating scale does not appear in Pre-defined Performance Mgmt Wizard

    Hi Experts,
    I am implementing SAP Pre-defined Performance template.
    When configuring IMG entry u201CDefine Templates for Performance Managementu201D I run the wizard for Performance, and when I get to the rating the only options that are presented are SAP standard delivered values e.g. Standard Quality Scale 1-5, Standard Quality Scale 0-10, Standard Quality Scale 1-3, Standard Quality Scale 1-3.
    Now I have previously configured rating scale Team Performance with rating values
    1-below expectations
    2-meets expectations
    3-exceeds expectations
    However, this rating scale does not appear in the dropdown list to select from.
    Please can someone explain what could be missing or if they had this issue before and were able to solve this.
    Many thanks
    Oliver

    Hi joker_of_the_deck
    thank you for your quick response. Much appreciated.
    I checked transaction OOHAP_BASIC and my scale is already valid within the Value List.
    There are many other scales in our system within this value list but only the entries I mentioned previously are available in the Pre-defined performance wizard.
    Do you have any other suggestions on why the system would not allow my scale  rating to be selected from the pre-defined performance template as part of the wizard setup?
    Regards
    Oliver

  • Brand new 27" iMac scroll bar does not appear

    Scroll bar does not appear in almost any window. To make it appear, one way I make it appear is to grab the lower right hand corner and move the window size a little bit. The scroll bar appears. But when I try to then grab the scroll bar, I must stay INSIDE the window as I move my cursor toward the scroll bar.
    Sometimes swiping down on the cursor to move the page down, the scroll br will appear.
    But there is a basic problem. The scroll bar does not appear without EXTRA moves of some kind to make it appear.
    By the way, the scroll bar in the window I am in RIGHT NOW is appearing without EXTRA moves.
    An Apple Tech wen through this with me on the phone and could not resolve the problem
    This is the FIRST problem I have had in TWENTY NINE YEARS that Apple Techs could not solve for me.
    Help anyone?
    Phil Russell

    Here you go.

  • My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    Press the escape (esc) key to exit full-screen mode.

  • Navigation bar does not appear on published page, Replaced by a "bullet"

    Navigation bar does not appear on the published page, but is replaced by a "bullet".
    "Include page in Navigation menu" is checked on every page.
    Therefore unable to navigate to other pages.
    If other pages are moved to the first position, the same thing occurs - ie  unable to navigate to any other page.

    One frequent reason for that is the fact that not all the files in the Scripts folder for the site are getting uploaded.  While viewing the site bring up the Activity Window (Command+Option+A) and see if any of the files are listed as missing. If there are you'll need to upload the Scripts folder to the server.
    If you're using iWeb the only option there is to try the File ➙ Publish Entire Site menu option. 
    Or, you can publish you site to a folder on your hard drive and use a 3rd party FTP client like  Cyberduck to upload just the Scripts folder to the server.
    OT

  • Formula bar does not appear in Numers on iPad

    Formula bar does not appear in numbers in iPad 1. Tapping twice only numerical keys appear. Search net and could not find solution. Deleted and then downloaded numbers to no avail. Works fine on iPhone.

    when you double tap, you will first see the numerical keys, now look to the left of where the numbers show up, above teh numeric keypad. There are four "buttons". the number 42 is highlighted, this indicates numeric entry. the others are a clock (for date/time entry), the capital Letter T (for text entry) and an equal sign (for formula/equation entry). Tap the appropriate one to get the data entry type you require. If in formulas, you will see the four buttons collapse down to "...". to save space. just tap that button to return to the four.
    This information is available online from apples Numbers support web site, or through the Help menu under the wrench icon:
    http://help.apple.com/numbers/ipad/1.5/#tan72717cf6
    Jason

  • On certain sites, some lines have the lower half missing. Changing the font or its size does not help. The error does not appear with Iceape or Chromium.

    On some sites certain lines appear with the bottom half missing, as if obliterated. Changing the font or its size does not help. The error does not appear with Iceape or Chromium.

    I looks that the whole line doesn't fit in the container, so the bottom part is cut off. The usual cause is that a font is used that takes more vertical space, so any increase or changes from the font in what the website prescribes can cause this issue. I've seen web pages that were even affected by changing the minimum font size from none to 1 (!). If you do not have the font installed that the website specifies then Firefox will fallback to another (default) font that may have different dimensions.

  • This file does not appear to be a photoshop file error.

    Hello,
    I know this has been covered a few times already, but none of the previous threads about it were able to help my situation.
    Ok so here is what i did:
    Exported a JPEG from a timeline in FCP. Brought that JPEG into PS (i am using CS3), and changed the image size from 1920x1080 to 720x480. Then saved as a JPEG, didn't tick any boxes, just used default save as settings.
    I then brought those images into my Encore DVD Project, added them to the library, then placed one into a already made menu, and "sent to back".. so it became the new background. I did this with two menu's today. Note i have actually done this same exact process many times without problem. I then tried to build a dvd image of the project, and i got the "this file does not appear to be a photoshop file". Now it won't even let me open those menu's (plus another one, which i made a long time ago, and have even successfully built DVD's with), to edit them. I tried removing all the new JPEGS i added today, from the library, but still i get the same message.
    The menu's that i now can't open, took a very long time to make, and i need to have this DVD completed ASAP.. as it is being released world wide in a couple of weeks and i need to get it replicated. So i don't actually have time to remake these menu's. So if anyone can help me, that would be much appreciated, as i have studio exec's cracking down on me.
    Thanks in advance :-)

    Now, if one Imports the JPEG with its extension changed to PSD as a Menu, then the Menu is created, including the necessary Layers. The Menu is NOW a PSD, and when Opened in PS will reflect the Layer structure (try this at home). If one had constructed Buttons in the JPEG, they would now only be graphics on that one single Background Layer in the JPEG. They would not function as Buttons, but could be useful graphics for other things. One would then need to add real Button Layer Sets to the PSD to be able to add any navigation.
    Back in the post above, I suggested doing the Save_As to JPEG to see how things get changed. Use that in another test - Import that JPEG as a Menu. In Encore, try to Link to what had originally been Buttons in that Imported JPEG. What happens? Can you Link to them, even though you are now working with the created PSD?
    Now, add a Button, or two, from the Library. Choose Edit in Photoshop, and look at the Layer and Layer Set structure. Things have changed from the original JPEG, with only the Background Layer. You now have that Library Button's Layer Set structure.
    Good luck, and hope that this helps,
    Hunt
    Here are looks at the structure, using the Library Menu Business>Clock:
    The Menu in PSD with the Layers Palette Open
    Same Image With Layers Flattened to Save As a JPEG
    What the JPEG Looks Like As a Flattened JPEG
    The only way to Import that JPEG into Encore as a Menu would be to change the file extension to PSD, but what appear to be Buttons would NOT be Buttons, but just static pixels in the Background.
    Message was edited by: Bill Hunt - Added graphics

  • This file does not appear to be a Photoshop file - Menu won't import

    I was searching on the forums and found that some other people have had this problem, but I didn't see any solutions.
    When I try to build my DVD from Encore, I get this error "This fiel does not appear to be a Photoshop file.
    I created my menu in Photoshop CS4, imported it as a menu.  When I preview in Encore it works fine?
    The photoshop file is 8 bit color...should it be 16?  I tried that to, but it doesn't seem to change anything?
    Any help is greatly appreciated!!!

    The 2 bit image object that shows up to the right of the buttons on the highlighted state still was a little too crisp, but
    I'm going to try a little vertical blur like you said to see what happens.
    Well, the Vertical Blur will not work there. The Sub-picture Highlights cannot have any Styles, or Filters added to them. What I do to "simulate" a "glow" is to to create a second Sub-picture Highligh, in the next Layer down (in the same Button Layer Set)t, ever so slightly larger. I then set it's Transparency in Encore to be about 50%-30% of what the "original" Sub-picture Highlight's Transparency was. You can also assign another number from the Menu Color Set (this is done in PS), and then adjust that number's value in Encore to be a shade lighter of the original Sub-picture Highlight's. You will end up with maybe a 2 and a 3, and need to pick those colors from a Custom Color Set in Encore - cannot be done in PS, at least through CS3 and I do not believe in CS4 either. That might bear checking out, with someone like Jeff Bellune, or Jbowden. See this LINK for some tips, and this one for the full ARTICLE. The link to the version posted on Adobe has been lost, with the changeover in the forum. You can post and read at Muvipix.com, without a subscription, or even the free signup. Because of the wealth of Functional Content, stock music and Menus, etc., you might want to spend a bit of time poking around there.
    Though most of the article and discussion revolve around removing part of the Sub-picture Highlight, the final steps are for adding what appears to be a Blur. Remember, you only have ON, OFF, COLOR (limited to 4, including the background) and TRANSPARENCY, for each pixel in a Sub-picture Highlight. That's why you cannot have Styles, or similar. You have to create the illusion.
    Also, I created my lower third in Photoshop and saved out a .PNG file to import into Premiere.
    When I play the DVD, there seems to be some noise in the title.  Do you think that's because of how
    I saved the video out or because I used a .PNG?
    I do not know. I have never used the PNG format. Instead, I create all of my Titles (the ones that I do outside of Titler) in PS, often using AI for shapes, that will be Rasterized in the process. I do my Titles there, and then Save_As .PSD. If I wish to animate some of the Layers, I'll Import as a Sequence, if not, I Import as Footage. I always start from the image Preset to match my Project, so frame size and PAR are right to begin with. The only reason that I can think of for using PNG is the Transparency, but PSD offers that, and so much more.
    There is much that one can do with the animation of PSD Layers in PrPro. It's not as powerful, or as full-featured, as is AE, but many are surprised at how good it is.
    Best news is that you are almost there, and that things looked good on the DVD. If you have any trouble following the steps for the simulated Glow in the second Sub-picture Highlight, just let me know. It's been a whle, since I wrote that, and might need to re-visit it myself.
    Good luck,
    Hunt

  • Error Message** This file does not appear to be a photshop file

    Okay.. so I have been researching forums and have seen this message throughout, my issue seems to be slightly different. When I am in Encore CS3 and trying to create a menu, I import my background designed in photoshop, have the buttons set up correctly, test it in the preview screen and everything works correctly, the file is recognized as a psd file, and even saves as a project in encore. When I go to build my DVD I get an error saying "This file does not appear to be a photoshop file, although when I check the properties it recognizes it as a psd.. any suggestions?

    Adam,
    Not sure that I understand this message:
    And Actually yes I do have a circle in my button to play now.
    Can you enlighten me a bit. Does this mean that En has accepted the PSD, or something else.
    If something else, I would also look closely at the Layers in the PSD. While I do not recall very small Layers creating an issue in En, they have been known to do so in PrPro. This is often something like a very small logo, on a Layer by itself, with nothing but transparency around it. In PrPro, a message, similar to yours is offered up, but that is in Import, and you got it only with the Build.
    Too bad that the Check Project function is not a full pre-flight test of all Assets, like in InDesign, but it falls short, as it only checks for DVD-compliance in the navigation. I've filed Feature Request for more, but since En is built on the Sonic AuthorCore modules, I suppose that it's not as easy, as I would have hoped for.
    Good luck, and help me understand the above,
    Hunt

  • "This file does not appear to be a Photoshop file"

    Ok, I used the first edition of Encore in the past, but I just installed the version that came with Premiere CS3. I used Photoshop 6.0 to do my menus in the past, but just installed the trial of Photoshop CS3.
    Two things:
    My old menus I created in Photoshop 6.0 won't import into the new Encore.
    The new menus (I opened my old menus with CS3 and saved them out.) won't import into Encore either. In both cases, Encore says:
    "This file does not appear to be a photoshop file."
    The files are indeed all photoshop .PSD files and the Photoshop 6.0 files are actually menu files that were in the same .ncor project I used on the old Encore and opened on the new one.
    Why won't Encore read these?
    Thanks!

    Bummer,
    I hoped that I had helped.
    Let's play 20 Questions:
    The PSD files were originally created in PS 6, and you have Opened them in PS-CS3, from which they were Saved. Correct?
    Did CS3 throw any error messages?
    You state that they were Menus in Encore. Which version, and did they function perfectly there?
    I assume that when used in a previous ver. of Encore, they did function, but now you have Opened, worked on and Saved from PS-CS3. What changes were made?
    Was the Color Mode, or Bit-Depth changed, or were Alpha Channels introduced?
    Has your OS been changed?
    Will these files still Open fine in PS-CS3?
    I'm trying to find the point that they ceased to Import, as they should and find out what might have changed with them. You might want to do a bit of a timeline on the life of these files, i.e. 1.) created in PS6. 2.) used as Menus in Encore2. 3.) Opened and changed in PS-CS3 by doing X. 4.) Saved out as PSDs and attempted to Import into Encore CS3 with above error message...
    Something has to have changed, and the task is to find out what that is/was.
    Hunt

Maybe you are looking for

  • Animated GIF Fix?

    With the recent releases of KN 4.0.2, OS 10.5.2 and the Graphics update today, I was hoping that Keynote would better handle transparency in animated GIF images. I haven't seen any change but am wondering if anyone else has been able to get transpare

  • Date Wise Production Report

    Dear All, I want following column wise Production Report (From Production Order) WARE HOUSE  UOM  COMPLETED Date(1,2,3,4,5,6,......31 ) Completed Qty. total qty Basically i want Pivot (dynamic) by date SELECT T0.[Warehouse], T0.[Uom], T0.[DueDate], T

  • Itunes 10.5 download nightmare

    I am trying to download itunes 10.5 to my laptop (Windows 7) in order to use my new iphone.  I keep receiving the same error message..."There is a problem with this windows installer.  A program run as part of the set-up did not finish as expected. 

  • Cost Element wise Budgeting

    hello guru,   our client want to make the budget on cost element wise. is it possioble or not?  if possible plz guid me how to configuration to be do. Rega laxmi

  • Fade in Fade out dissolve automatically added to every cut

    After two months I finally finished editing a movie. Exported and burned it to a dvd and saved the most final version. Came back two days later to do a bit more work and while working on it, and perhaps I accidently hit something, but the timeline di