Photomerge Panorama is greyed-out/ disabled?!

I just installed PSE 8 on my Mac and everything went smoothly.  Having already played around with the trial version, I was excited to try the Photomerge Panorama function.  Unfortunately, as it did with my trial version, when I went to File > New, all the Photomerge options come up, but the only option that is greyed-out and unable to be selected is the Photomerge Panorama!  Has this happened to anyone?  Advice, please...

Hi Zachary,
Please make confirm that whether you are working in 'Guided Edit Mode' or 'Full Edit Mode'. If you are working in 'Guided Edit Mode' then Panorama feature won't be activated. It will be enabled in 'Full Edit'.
You can check the mode by looking at the right top corner of Phoshop Elements Editor. The orange tab will be showing the edit mode. If 'Full Edit mode' is selected and then also you are seeing the same problem, please get back to me. Otherwise just change the mode from Guided to Full, Panorama option will start to work. Please reply me that this solution worked for you or not....

Similar Messages

  • Photomerge Panorama still grey

    PSE11 Photomerge Panorama remains greyed out even though I am specifically in Expert Mode. Any ideas?

    I'm on a Mac and found following in ....\Scripts\stack scripts only\
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/CreateImageStack.jsx
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/Geometry.jsx
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Automatic_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Collage_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Cylindrical_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Interactive_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Perspective_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Reposition_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/P_AutoAlign_Spherical_87x38.png
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/PMBlendingProgress.exv
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/PMDialog.exv
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/PolyClip.jsx
    file://localhost/Applications/Adobe%20Photoshop%20Elements%2011/Support%20Files/Presets/sc ripts/stack%20scripts%20only/Terminology.jsx

  • How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?

    How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?
    I’m creating a form where the user has three options to make a payment.
    1. charge to my credit card
    2. charge associated costs to bank account
    3. By cheque or money order
    My Problem is, under each option, there are required fields that has to be filled out. So if the user picks the first option, charge to my credit card, they would fill out the required fields (credit card number, expiration date etc.). But when they click submit button to submit the form, it won’t let them, because there are required fields under the second option. Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it. So what I'm trying to do is this: If the user selects the radio button for option 1, the other two options are greyed out/disabled. And if the user holds down the shift key and clicks radio button for option one again, it unchecks the radio button and the other two options are available again. Is there a way to grey out or disable the two other payment options when the other one is picked. I’m assuming I will have to use javascript, but what would the coding be and which field do I write it under?
    Thanks in advance guys

    You will have to use custom JavaScript to access the various properties of the field object.
    The radio button group has a value. When no button is selected that value is "Off". When an individual button has been selected the value for the group will be the option or export value for that individual button.
    Once you have determined the button selected, then you will know the form fields that need to be made required. You use JavaScript to access those fields and change the "read only" property to false, and set the "required" property to true. For the fields associated with the other options, those fields should be reset, made read only, and have the "required" property set to false.
    Disabling (graying-out) Form Fields
    >> Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it.
    Radio button in a PDF do not work that way. Only check boxes can be unchecked by clicking on one that has been checked.
    If you plan the coding for the Mouse UP action to test for all possible options and code for each of those options you should have what you want.
    If you want actual code you need to provide a lot more details.
    It is even possible to perform some credit card and bank routing number validations with JavaScript and some check digit formulas.

  • ALV Report row grey-out (disable) dynamically -- REUSE ALV!!!

    Hello All,
    Well again a quick question...
    Am using REUSE ALV method to display the ALV report.
    Dynamically by selecting a row in the list (using the checkbox) and by pressing a button on application tool bar, the selected row should be greyed-out(disabled), that is it should not be anymore editable!
    How is it possible?
    Any kind of inputs regarding this will be damn damn helpful.
    Thanks in advance!
    Cheers, Sundar.

    Hi,
    The above solution 1 will be only applicable if using OO ALV!
    above solution 2 will disable the entire column, and then again i need to call the "REUSE ALV"... which i don't want to.. as it opens another screen above the same screen and i have to close it twice!
    I know it is possible to grey out the selected row using OO ALV... i want to know if it is possible in REUSE ALV???
    Keep shooting please....
    Thanks!
    Regards,
    Sundar

  • REUSE ALV -- To make a row grey out (disable/non-editable) dynamically!!!

    Hello All,
    Well again a quick question...
    Am using REUSE ALV method to display the ALV report. There are few fields which i've made editable while building the field catalog!
    Now by, Dynamically by selecting a row in the list (using the checkbox) and by pressing a button on application tool bar, the selected row should be greyed-out(disabled), that is it should not be anymore editable!
    How is it possible?
    Any kind of inputs regarding this will be damn damn helpful.
    Thanks in advance!
    Cheers, Sundar.

    Hi,
    The above solution 1 will be only applicable if using OO ALV!
    above solution 2 will disable the entire column, and then again i need to call the "REUSE ALV"... which i don't want to.. as it opens another screen above the same screen and i have to close it twice!
    I know it is possible to grey out the selected row using OO ALV... i want to know if it is possible in REUSE ALV???
    Keep shooting please....
    Thanks!
    Regards,
    Sundar

  • Grey out(disable) a row in ALV grid

    Hi,
    I want to know how to grey out(disable) row wise in ALV grid display.
    i..e.. Few rows in ALV grid display shoud be editable and few rows non editable based on certain condition.
    How do we do that....Please help.
    Thanks in advance.

    Hi,
    Since fieldcatalog is used to modify coloum and not the row, the fieldcatalog would not solve the problem.
    Thankyou.

  • PSE 6 Mac - Panorama Option Greyed Out

    In PSE 6.0 for Mac the option for Photo-merge to Panorama is grayed out.  I've read a few other posts in various forums, so I know it is not my computer problem.  I've not read a logical or definitive fix for it.
    I have an iMac with the latest OSX, as well as Lightroom 2.3.
    Any suggestions/fixes?
    Thanks,
    Steven

    Hi Barbara,
    Thanks for the personal reply.  You might remember that I'm a recent 
    convert to the Mac (you helped me with the switch).  As far as I know, 
    it must be an admin account.  I set up the iMac for myself only, and 
    run everything else, Lightroom, etc., without switching any accounts 
    or other settings.  Basically, it runs from the same applications 
    folder as everything else; although, I put a folder on the dock which 
    holds my various photo app related software.
    I never tried to run it before.  I went to Yankee Stadium yesterday 
    and took a series of shots in anticipation of it becoming a panorama.  
    I used my rarely used P&S the Canon G3.  I had some difficulty setting 
    up the software for the iMac to communicate with the P&S, but once 
    that was done I got all of the JPEGS into LR.  I could also transfer 
    them into PSE6 for editing.  I just can't run the Photomerge Panorama.
    I could reinstall PSE6 from the original disk, if you think that makes 
    sense.
    Thanks,
    Steven

  • TS3899 Custom Domain of Gmail account(google app for business) greyed out(disabled) in iOS7 mail for no reason.

    Dear guys,
    I have a free/standard version of google app for business with @simmonstaiwan.com.tw as our domain. One of our user's email account one day suddenly cannot access her email account that was already setup in iOS 7 mail app. Only her company gmail acct grey out, her other personal email accounts are working just fine.
    First, I thought it was her iPhone5's issue. Therefore I tried to remove the email account and re-added it back. No work. So I thought maybe it's the custome domain gmail account issue. So, I added her email account to my iPhone4s with iOS7 with correct account name and password. Still not working, the account added successful and is enable, but I just cannot click into or onto that account and see any emails. That account name just greyed out for no reason.
    So, I grab an iPad with iOS6 on it and added that account onto the machine. It worked!! Looks like that email account(gmail) only worked on iOS6 device but not iOS7. May I know maybe what really caused this to occur?
    Any comments or suggestions or thoughts are very welcome and will be helpful for me to debug.
    Best Regards,
    Jay Lin

    You set it up, and you failed to distinguish between the SMTP servers or assign the correct one to your copy of Mail (it doesn't actually know which is which, you need to inform it)
    Open Mail>Preferences>Accounts (NOT Mail>Accounts) and go down to the SMTP server list, choose the correct server for each account then check the box that says 'Use Only This Server' for each account.
    This is not automatic, you get to choose and if you don't then this will result.
    Remove the non functional ones.

  • My mic is greyed out/ disabled/ not working

    Hello everyone,
    I'm not able to record a sound in Sound Forge 8. I've a Realtek HD sound card. I'm able to record a song from sound recorder that comes with Win XP.
    This is crazy. There doesn't seem to be any wrong with the settings in the sound properties except that the mic is greyed out.
    I'm not able to figure out the problem. I've re-installed the software/ sound driver as well but in vain.
    Could anyone please guide me on this? I've to record some stuffs for my work.
    Many thanks.
    Cheers!
    Screenshot:

    This is a 'feature' of the Realtek Sound Chip. Only the master record slider can be adjusted.

  • Hide/Remove/Grey Out/Disable Edit Button on Deleted Shopping Carts

    Dear forum contributors,
    Is there any way to make the Edit button unavailable/greyed out for deleted carts? The button is available at the Purchasing screen but nothing can actually be edited in a deleted carts and the business wants it greyed out (unavailable) or to be totally removed when a deleted cart line is highlighted (links to screenshots)
    http://i42.tinypic.com/30kt1eg.jpg
    http://i40.tinypic.com/e1etkh.jpg
    Thanks,
    Oscar.

    Hi,
    Deleted SC's are not an available selection in the dropdown in POWL criteria personalization. Is this a custom addition to the POWL?
    Regards,
    Jason

  • Elements photomerge panorama greyed out

    I'm using Win 7, Elements 9 trying to make a panorama.  I click FILE, NEW, but then Photomerge Panorama is greyed out.  How do I make a panorama out of two photos?  I've tried loading the two photos first, but no luck.

    Do you have the quick edit open? You cannot use panorama with it open.
    Open the full edit and try again., it should work then
    Colin

  • Elements 12 without Photomerge Panorama on MAC?

    After installing Elements 12 on the MAC (10.8.5) the menu for Photomerge Panorama is greyed out, so Photomerge Panorama cannot be started. Any other Photomerge function is available and can be used.
    Is the panorama one of the missing function on MACs?
    Import and Exoirt from the File menu are also greyed out.
    Thanks in advance.

    Switch to Expert Mode.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Missing photomerge panorama on PSE8 on Mac

    I seem to be missing the photomerge panorama. When I choose File->New the option for panorama is greyed out and not selectable. It is also not available on the Edit Guided option.  The other photomerge programs are okay (group shot, faces, scene cleaner, exposure.)  I have PSE 8 with Mac OS X 10.6.2.  I have already tried reinstalling the software.  Any suggestions?

    Hi,
    I was looking for a fix for the same problem (photomerge panorama is greyed out) in windows (Vista), and saw this post. I am using PSE6. One user in the forum said that he downloaded the trial version of PSE8, and that fixed his problem. I tried that, with no success. (I was able to use photomerge panorama on the trial version, but it didn't help with PSE6) Any ideas?
    Thanks,
    Rick L

  • Sort option in Repetitive Area on AR Invoice PLD is disabled / greyed out

    Hi Experts,
    I have an issue whereby in my PLD the sort option under Print Layout Design Manager -> Repetitive Area -> Sort is greyed out / disabled in the AR Invoice PLD. Does anyone know why this might be? I've not seen this before and I can't find any notes relating to specifically to this issue in an AR Invoice PLD.
    2007A PL06 Hot Fix 01.
    Many thanks for any help,
    Caroline

    Hello Khushwant,
    In SAP when your business Process is Sales Order --> Delivery --> AR Invoice
    SAP would print the Batch Numbers along with the Delivery document.
    But your Business Process is Sales Order --> AR Invoice
    SAP would print the Batch Numbers along with the Invoice document.
    Whichever document releaves inventory, SAP will Open the Batch selection screen when adding that document and the Batch Report will be printed on a seperate sheet along with that document.
    The functionality change in SBO 2007, is that the Batch number print on the Delivery / Invoice document itself instead of on a seperate Page as in 2005.
    Could you please explain your Business Process in relation to what I have mentioned earlier.
    Printing the Batch Number as part of the Invoice document itself in SBO 2005 is going to be a tough task.
    Let me know if where and how you want to print this information.
    Regards
    Suda

  • Disable MENU list (grey-out one of Menu List)

    Hi Experts,
    I want to disable disable/grey-out one of the Menu-list
    Ex:
    'Document' is a Menu
    'Display' 'Change' & 'Exit' are 3 lists in 'Document' Menu
    And I need to grey-out  'Change'
    Thanks in Advance.

    Hi Manoj,
    I think EXCLUDING addition with SET PF_STATUS is used in pushbuttons for toolbar.
    Please tell me how to grey-out/disable an ITEM from MENU LIST.
    Ex.
    FILE is menu
    -NEW
    -OPEN
    -SAVE are 3 items in FILE menu
    and I want to grey-out OPEN item.
    Regards,

Maybe you are looking for

  • Open dialog box issue

    When invoking the "open" command on AI or any of the CS3 app for that matter, on its window I get my 3 drives, network (wife's system) and MY OWN computer's name on the sidebar. What I mean is that Marcos' G5 appears too, when clicked it shows to the

  • HT1414 how can i transfer my apps from itunes of my computer to my iphone 3gs??

    how can i transfer my apps from itunes of my computer to my iphone 3gs??

  • BUG?  ViewObject contains more than one Row with equal Key objects

    JDeveloper 10.1.2.1 build 1913 JClient app aView ----bView --------cView ------------dView BEFORE: cView's detail row set contains two dViewRowImpl rows, as expected: row 0: key = 100 row 1: key = 101 ACTION: An attribute, X, in dView is modified by

  • Calendar Problem

    Having sync problem with google calendars I deleted the Caldav account. But I got an error message saying that the process could not be completed. The result is that some calendars were not removed and even worse I do have some events without calenda

  • When adobe will provide a good touch user interface for lightroom?

    We are in 2013 and any new windows 8 is for touch users. Even working in a desktop mode, a photographer can have a surface pro computer and won't be able to use lightroom without a mouse. Any plans to bring bigger icons on lightroom? Thanks in advanc