My 3D menu is always greyed out?

I cannot create a 3D object as the menu is always greyed out, please help?

Nobody can tell you anything without system information or details like what your performance prefs say. We don't even know what version of PS you mean.
Mylenium

Similar Messages

  • The Restore Previous Session is always greyed out in my Firefox.

    I have do not have any possibility to restore my previous session in my Firefox as the option under the History menu is always greyed out.
    I am using Firefox 33.1.1 on OS X Yosemite (10.10.1).

    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • CP5 - import function is always greyed out

    Hi all,
    the function that lets you import frames and captions from other projects (in the "File" menu) is always greyed out. I can open parallel projects and do a copy & paste, but I never had problems using this feature in previous releases. Maybe I am overlooking something basic?
    Edit: Please excuse, maybe I have confused something from begin with - the help system is not available on my computer because I have no online-connection. Maybe this feature is not available at all any more in CP5? The menu entry was named something like "Import frames and captions" (I use a non-english UI).

    Hi Robert,
    The option to import slides or entire CP-project is not available anymore, because you have now the possibility to open multiple files at once (Multi Document Interface) which makes the copy/pase much easier.
    The Option to import Captions will only be available when you have exported those captions first of all, perhaps for translation goals. Then you will be able to re-import the same file and the changed text in the captions will be applied.
    Lilybiri

  • On the "old" Firefox I could copy a section of a web page and tranfer it elsewhere. The new Firefox has an edit option but it always greyed out and unusable. Why can't Icopy a part of a web page??

    I try to copy a UPS shipping tracking ID code so I can transfer it to the UPS tracking web site--but the edit option on the Firefox is always greyed out and will not respond when selected--doesn't work. Therefore I have to copy the code on a piece of paper and then go to the UPS web site and type in the code. It was a lot easier when I could copy the code and transfer it to the UPS page>

    That Edit menu in the Firefox menu button should have three icons (Cut, Copy, Paste) that are enabled if there is text selected or something is on the clipboard. The arrow at the right of the Edit item will open the Edit menu.
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.

  • All "timeline" menu options are greyed out in my copy of

    All "timeline" menu options appear greyed out in my version of Dreamweaver 8. I've tried deleting the cache file and the configuration folder, but without success. There was originaslly some reference to a Javascript error message reference timeline(), since when I've ensured my Java was updated. Any ideas please?

    For some reason, the Link > Framemaker document option was also greyed out when I created the project.  I had been having trouble with the .xpj file not being created by RH11 and reinstalled TCS5/RH11.  Then I created the project and was able to find and open the .xpj file.  Like I said, I found then that the  Link > Framemaker document option was greyed out and could only import the FM book.
    I recreated another project and see that the Link >   Framemaker document option is greyed out.  I can only use Link > Word document, which is of no use to me.  Any suggestions would be welcome!

  • Hi. After I have loaded a picture into Photoshop some of the menu tools are greyed out and I cannot use the keyboard short cut, for instance I cannot use Ctrl   T to enter free transform mode. Also the toolbar is so small I cannot see the icons without ge

    Hi. After loading a picture into Photoshop some of the menu tools are greyed out and I cannot use the keyboard short cuts, for instance I cannot use Ctrl + T for free transform, how do I resolve this problem. In addition the tool Icons are so small I have to get close to the screen to see them, is there anyway the Icons can be made bigger without reducing the resolution of the screen.
    Thanks
    Derek

    Are you working on a background layer? If so, Ctrl + T will not work. Press Alt and double-click your background layer to convert to a normal layer (or right-click BG layer and select Layer from Background) and try again.
    If you're working in Photoshop CC 2014 you can go to Preferences > Experimental Features and tick "Scale UI 200% for high-density displays" to make your buttons and icons larger.

  • How to Enable a Push Button In The Form That Is Always Greyed Out?

    Greetings All,
    I am trying to enable an existing "Return" Push Button(PB) which is always greyed out whenever the form is called in either an update or review mode. After some research, I found that this PB's functional property is "Enabled" (i.e. the enabled value = 'Yes'), and it is coded programatically set 'Off' in 30 places and 'On' in 2 places in the form that I inherit from my predecessor by using the following code:
    SET_ITEM_ON_OR_OFF('BLK_UPDATE.PB_RETURN', <XXXXX>);
    Where <XXXXX> could be either TRUE or FALSE. I've been spending a lot of time in trying to enable this "Return" PB (without modifying the existing programming code) by adding the 'SET_ITEM_ON_OR_OFF' built-in command to set the PB on in WHEN-BUTTON-PRESSED TRIGGER for the PB_RETURN and WHEN-NEW-FORM-INSTANCE Trigger, but all tries in vain. Could you please help me with the following question?
    What is the easiest way to enable a PB that is set programmatically?
    Is there something else I should know to enable a PB, in addition to what I have already mentioned above?
    Thanks in advance,
    Jinlan
    --

    Thanks all for your information and help. I included the following code, as suggested by Manu, in WHEN-MOUSE-DOWN TRIGGER for the PB_RETURN and WHEN-NEW-FORM-INSTANCE TRIGGER:
    SET_ITEM_PROPERTY ('BLK_UPDATE.PB_RETURN_WORK_REQ', ENABLED, PROPERTY_TRUE);
    and I made sure there was no " SET_ITEM_ON_OR_OFF('BLK_UPDATE.PB_RETURN_WORK_REQ', FALSE);" statements after the above code, but, the "Return" PB is still in grey; in other words, it is still not accessible when my form is called.
    Perhaps, I need to place the above SET_ITEM_PROPERTY code in a different trigger other than the triggers mentioned above, uh? Any thoughts on this?
    Manu,
    You are absolutely right that the "SET_ITEM_ON_OR_OFF" is an ih-house written procedure which is defined/stored in the Attached Libraries. (I should have checked before making the "built-in" assumption. Thanks for catching and clarifying this.) Please help me with the following questions:
    How do I view the procedure in the Attached Libraries???
    Thanks in advance,
    Jinlan
    --

  • Edit menu Copy function greyed out MSword 2011, v14.1.0 (after I updated to OS X 10.9.5; 4GB 1067 MHz, Processor 2.53 GHz, Intell Core i5)

    Edit menu Copy function greyed out MSword 2011, v14.1.0 (after I updated to OS X 10.9.5; 4GB 1067 MHz, Processor 2.53 GHz, Intell Core i5)
    The copy function under the edit menu is gone (greyed out) and the short-cut, "command + c" doesn't word. I can only copy by using the copy button on the formatting toolbar, which is slow & annoying. All after I ungraded to Maverick. I've tried several different solutions. Any suggestions? I've tried several solutions, but nothing has worked so far...

    Try posting in the Microsoft forum
    http://answers.microsoft.com/en-us/mac?auth=1

  • In Certificate Manager, when I try to confirm an exception, the make permanent box is always greyed out.

    In Firefox 7.0.1, Mac OSX 10.6.8.
    I accidentally deleted some security certificates. I can get a temporary certificate OK in Certificate Manager, and Confirm Security Exception then works, but the 'Permanently store this exception' box remains greyed out, so I have to go through the procedure every time.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • Hello, help me convert pdf to word doc. please.. I have account... menu box is greyed out

    Hello, help me convert pdf to word doc. please.. I have account... menu box is greyed o

    Hi Cowandmoon,
    From within Adobe Reader, could you try opening Adobe Reader XI and choosing Edit > Preferences (Windows) or Adobe Reader > Preferences (Mac), then select 'Adobe Online Services' from the left-hand side.  Click 'Sign Out...', then sign back in with your Adobe ID and password.
    After this is completed, try choosing the Tools pane again from within Reader to see if you can access your subscription.
    Please let us know how it goes!
    Thanks,
    David

  • IWeb window won't load - and all menu options are greyed-out

    I've used iWeb before (with a web site set-up), but I tried to open it today and the iweb screen would not open. The program menubar loads, but almost everything,including New Page and New Site are greyed out.
    I checked my ME account and it is active and working.
    Not sure what the problem is here - any ideas?

    Hi, I had the same problem!
    After one evening of pulling my hair out, I tried the following:
    1. Located the 'domain' file (or package). In my case at /*user/Library/Application Support/iWeb.
    2. moved the domain file to the desktop (or somewhere else)
    3. Started iWeb. I got the warning that iWeb needed a domain file in order to operate, and I confirmed that I wanted the program to create a new one for me.
    4. iWeb started as normal, but with no contents. I closed iWeb.
    5. I ctrl-clicked the original domain file on my desktop, and selected 'show package contents'.
    6. I ctrl-clicked the new, empty domain file in the Application Support/iWeb directory, and selected 'show package contents'.
    7. I deleted everything in the new, empty domain package file.
    8. And finally copied the contents from the old (seemingly corrupt) package file into the new one.
    9. Hooooray! iWeb started with the old contents intact!

  • When I open a new tab, there is always greyed out thumbs of previous webpages on it. Ver 13.0

    I just updated FF to v.13.0 and now whenever I open a new tab, I see greyed out thumbs of previous pages I was on instead of a blank screen.
    Also, when I browse some sites and click on a link, sometimes I will get a Foxit Reader error message dialog box that I have to click cancel on several times to get rid of it. This happens when I'm NOT running Foxit Reader.

    There is an icon with 9 little squares in the top right corner of the about:newtab page that disables or enables the new tab page (toggles pref browser.newtabpage.enabled).

  • When I select "Paste" from the right click menu, it's greyed out...

    Anytime I right click and try to use "Paste", it's greyed out and unavailable.
    Update: 12/10/10: 0245 GMT- Issue resolved. Extention "Instaclick" caused this problem. 100% repeatable, multiple reports on authors review section.

    Update: 12/10/10: 0245 GMT- Issue resolved. Extention "Instaclick" caused this problem. 100% repeatable, multiple reports on authors review section.

  • Mercury playback is always greyed out in Quadro FX 4800 + GTX 260

    Hi guys,
    As the title mentioned above, I have two cards installed on Win 7 64-bits. The Quadro FX 4800 is for main video card, and the GTX 260 is for the Physx only. I tried to manully assign the Physx to FX 4800 but it didn't work. Could you guys please advise me what should I do? Thanks in advance.
    Best regards,
    Margirbee

    If you have the Nvidia 258.xx or higher Nvidia drivers, then there is a CUDA GPU listing under manage 3D settings. There is a global selection and individual application setting for that. The default setting for that is all GPU's. Select that under the Global and uncheck the 260 GPU. That should fix the problem.
    Eric
    ADK

  • Back button forward button, refresh and cancel button all do not work they are always grey out and the drop down history by forward arrow doesn't work either

    when I go to another website the back button to the home button never works. the home button works. I can't do any or the above mentioned features

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

Maybe you are looking for

  • Home Sharing no longer works in 10.1

    There seems to be a few posts about this but nothing that answers the issue. I had Home Sharing working with 10.0 with my iPhone, iPad and Apple TV v2. Since the update the sharing no longer works and I can't connect any of the devices to iTunes 10.1

  • Why does my photoshop say it needs to close whenever I open any file using bridge?

    I use my photoshop daily and have about 50000 images on my computer so very much need the bridge to be able to view them all and select the ones I want. for the past few days I have been getting "photoshop has encountered an error and needs to close"

  • Error in STO while creating Deliveries.

    Hi, When we run VL10B in background few error messages are produced " Material staging date replaced by current date" and its error message. STO contains around 100 line items, but error is produced for some line items only. I tried to find it out wh

  • Two columns list

    Hello! I'm trying to make a wordtraining program for my homework. I'm therfore searching for a componet wich I can have two columns, one for the swedish words, and one for the english. In VB.NET is it a componet called ListView, but I can't find any

  • Insert Using SELECT & Sub-SELECT

    Hi All, I am trying to insert records into a table using SELECT statement. The SELECT statement has a Sub-SELECT statement as follows: INSERT INTO table1(c1,c2,c3,c4,c5) SELECT c1,c2, (SELECT MAX(C3)+a1.c3 FROM table1 WHERE c1 = var1 AND c2 = a1.c2 G