Check Spelling greyed out

Check Spelling is greyed out on my Text menu. No idea why.
Any suggestions?
Cheers.

I'm having the same problem. I can't see any pattern to the
files without spell checker and those that have it. This is really
pretty important as I depend on a good spell checker. I checked the
problem files with my Dreamweaver MX and no problem. Its just an
issue with CS3.

Similar Messages

  • Why did auto update stop working - check box greyed out!

    I suddenly realized it had been months since I had seen an update at home, but was getting them regularly on my office machine. Checking help about I found I was running 3.0.6, I tried to click the check for updates and it was greyed out. Checking options/advanced/updates I found the box was checked but greyed out.
    I had turned off checking for updates in my wife's account as she has no privilege and is not computer literate. I run my account without privileges but provide admin password when requested.
    My solution obviously was to download the current version (3.6.11) and no longer are any boxes greyed out.
    Question is - have I set up Netscape in a way that will result in the problem reoccurring?

    None taken. Firefox is built off what used to be the Netscape browser; common parentage.
    You might need to login to an admin account to update Firefox with Win7, but that's purely conjecture. 3.0.6 is so old that I wouldn't worry about it anymore; see if 3.6.11 updates automatically or from the Check for Updates menu item once 3.6.12 is released.

  • Acrobat Pro 9 -  Subset in TouchUp Text Tool is checked and greyed out.

    Acrobat Professional version 9.1
    The Subset option in TouchUp Text Tool is checked and greyed out.
    How can this be unchecked.
    Trying to embed full fontset.
    Fonts are Arial, Arial Bold.
    [email protected]

    Hello Petros,
    I figured out how to make this work, at least on my computer.  Hold CTRL key and hit ENTER.  This leaves the space.  Hope this works for you.
    Phillip

  • "Copy files on import" checked and greyed out in elements organizer 12

    Elements organizer 12. Importing from hard-disk. Want to import without copying files, but the box "copy files on import" is checked and greyed out.
    Remains so even when selecting a fresh jpg file. (Import with copying is not a good option: eventually more than 50.000 pictures and videos are to be imported -
    I would have to delete my main media file structure in favor of adobes internal storage. Major hassle right at the start of using adobe's software..).
    What can I do ?
    (I found the same question several times on the internet, but no useable answer).

      If you are also using iPhoto; Elements will make copies to your hard drive to prevent corruption of the photo Library. The choice is Organizer or iPhoto to manage your images or you can use iPhoto together with the Elements Editor; in which case you need to set Elements as your external editor within the iPhoto settings.
     

  • Deploy to single managed server checked and greyed out while performing upgrade to EPM 11.1.2.4

    Hi Gurus,
    We are trying to upgrade EPM from 11.1.2.2 to EPM 11.1.2.4 and have applied the maintenance release successfully.
    Issue:
    When we are trying to configure EPM 11.1.2.4 and are providing the same Shared Service database details, at the summary screen, we are not able to uncheck the option "Deploy to Single Managed server" which is checked and is greyed out.
    We have tried the following:
    1. We updated the HSS_COMPONENT_PROPERTY_VALUE table  and updated the PROPERTY_NAME "isCompact" to false.
    2. Modified the config.xml file located at EPMSystem/config and epmsystem1/config to remove the property for compactState.
    We are still having the issue where we are not able to uncheck the option for Compact Deployment. Any help would be appreciated.
    Thanks in advance.

    As it is a maintenance release and it deployed as a single managed server then you will not be able to change the deployment type when applying the maintenance release.
    There is a procedure to change a deployment type from compact to single managed server that I created as an internal document.
    you may want to give it a go but you would need to test this first as this was an in house test that I carried out.
    Hyperion Planning - Version 11.1.2.2.300 and later
    Information in this document applies to any platform.
    Goal
    The scenario:
    EPM system 11.1.2.3 was configured and deployed as a single managed server compact deployment so that only one JVM was used for all products EPMServer0.
    Later on, due to performance issues, the decision was made to go for using a JVM for each product and get rid of the compact deployment.
    The administrator went ahead and redeployed the application servers individually into their own JVM.
    However everytime the webserver is reconfigured, the weblogicCluster entry in the OHS file mod_wl_ohs has 2 servers, one for EPMSserver running on port 9000 and another server running on the product default port (as if it was being load balanced)
    The aim:
    It is clear that initial compact deployment has not been cleared from the EPM environment and the aim in this exercise is to clear the registry and the file system so that the compact deployment is removed fromthe EPMenvironment and we are left with the desired configuration Single JVM deployment for earch web application.
    Solution
    Caution:
    Make sure that you take a backup of the following:
    - TheFoundation Services database schema backup
    - Take a backup of the following folders:
    \Oracle\Middleware\user_projects\FOUNDATION1\httpConfig\ohs\config\OHS\ohs_component
    \Oracle\Middleware\user_projects\domains\EPMSystem\servers
    \Oracle\Middleware\user_projects\domains\EPMSystem\config\fmwconfig\servers
    Disclaimer:
    This was tested in House and it worked for this specific environment and it may not work for your environment. So the suggestion is to test first in a development environment and make sure that you take the appropriate backups in case it does not go according to plan.
    Use at your own discretion.
    Procedure:
    1- Run the epmsys_registry to generate the Registry report
    2- Search through the report for the word applicationServerDeployment with a corresponding value of configured and take the ObjectID number down for any entry of applicationServerDeployment that has a value of Configured
    i.e:
    Instance Tasks Configuration (INSTANCE_TASKS_CONFIGURATION)
    Object ID:   e4b3a86a82c26941S32ef81a1455fe48473S7adf
    3- use the object ID of each entry you have taken down throughout the Registry HTML Report to manually set it back to Pending using the following procedure:
                    Start a command prompt and set the working directory to
                     \Oracle\Middleware\user_projects\epmsystem1\bin
                    run the command:
                     epmsys_registry.bat updateproperty #e4b3a86a82c26941S32ef81a1455fe48473S7adf/@applicationServerDeployment=Pending
                    Repeat this command for each ObjectID that has its applicationServerDeployment
                     property set to Configured
    4- rerun the epmsys_registry.bat to generate the Registry HTML report and search for applicationServerDeployment in the newly generated report to make sure that they are all set to Pending and there none missed (very Important).
    5- Search the registry HTML report this time for EPMServer0 which is the default serverName given to the single managed server deployment (there will be multiple entries)
    Take note of the first ObjectID entry in the section header: for example
    WORKSPACE_WEBAPP (WORKSPACE_WEBAPP)
    Object ID:   e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    - Start a command prompt and set the working directory to
                     \Oracle\Middleware\user_projects\epmsystem1\bin
    - run the command:
                     epmsys_registry.bat view #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    -Note the Parents ID in the output:
    For example:
    Parent 1
    NAME -  WORKSPACE_LWA
    ID -  e4b3a86a82c26941S32ef81a1455fe48473S7bd0
    TYPE -  LOGICAL_WEB_APP
    Parent 2
    NAME -  HOST:BACHVMPS3TR
    ID -  e4b3a86a82c26941S32ef81a1455fe48473S7ffe
    TYPE -  HOST
    - Note the single child ID:
    For Example:
    Child 1
    NAME -  WebLogic 10
    ID -  e4b3a86a82c26941S32ef81a1455fe48473S7fd6
    TYPE -  APP_SERVER
    Now run the following command to remove the Link between Parent and child:
    epmsys_registry removelink #parentObjectID #childObjectID
    In this example that would translate to:
    To remove the single child1 link to the WORKSPACE_WEBAPP (#e4b3a86a82c26941S32ef81a1455fe48473S7bd3 ):
    epmsys_registry removelink #e4b3a86a82c26941S32ef81a1455fe48473S7bd3 #e4b3a86a82c26941S32ef81a1455fe48473S7fd6
    And do the following To remove the link between WORKSPACE_WEBAPP (#e4b3a86a82c26941S32ef81a1455fe48473S7bd3 ) and Parent1 and Parent2:
    epmsys_registry removelink #e4b3a86a82c26941S32ef81a1455fe48473S7bd0
    #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    epmsys_registry removelink #e4b3a86a82c26941S32ef81a1455fe48473S7ffe
    #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    - Now that the link has been removed, delete the WORKSPACE_WEBAPP component using its ObjectID :
    epmsys_registry deletecomponent #parentObjectID
    In this example:
    epmsys_registry deletecomponent #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    - Delete also the Parent representing the WORKSPACE_LWA
    epmsys_registry deletecomponent #e4b3a86a82c26941S32ef81a1455fe48473S7bd0
    Note:So we have now deleted the WEBAPP and LWA for workspace.
    6- Repeat steps in section No 5 for every WEBAPP with EPMServer0
    7- Start the Weblogic admin console and login
    Then go to the left panel and Expand Environment -> Server
    Click on Lock & Edit -> Select EPMServer0 -> click on Delete and confirm
    Activate Changes and Log off
    8- Stop the weblogic admin console server
    9- Go to the following location and delete the folder EPMServer0:
    \Oracle\Middleware\user_projects\domains\EPMSystem\servers
    Delete also EPMServer0 from the following location:
    \Oracle\Middleware\user_projects\domains\EPMSystem\config\fmwconfig\servers
    10- Start a command prompt and delete the Windows service that was created for EPMServer0 (if using Microsoft Windows Operating System):
    Right click on the service 'OracleHyperion EPM Server - Java Web Application (epmssystem1)' and get its service name i.e: HyS9EPMServer_FOUNDATION1
    Run the following command: sc delete HyS9EPMServer_FOUNDATION1
    11- Launch the EPMSystem configurator and redeploy the web application server to their own JVM
    12- Go to the following location \Oracle\Middleware\user_projects\FOUNDATION1\httpConfig\ohs\config\OHS\ohs_component and rename the file mod_wl_ohs.conf to mod_wl_ohs.conf.old.
    13- Copy the unconfigured mod_wl_ohs.conf file from the location C:\Oracle\Middleware\ohs\ohs\conf to the location \Oracle\Middleware\user_projects\FOUNDATION1\httpConfig\ohs\config\OHS\ohs_component
    14- Run the EPM System Configurator again and configure the WebServer to reconfigure the OHS configuration file mod_wl_ohs.conf.
    Once done then open the mod_wl_ohs.conf file and make sure that there are no servers configured with Port 9000.
    15- Start the services and test the workspace

  • Match checked songs greyed out

    Hello,
    When I connect my iPod in the preferences the option to match only checked songs is greyed out. Does anyone know why. I'm running Windows XP.
    Thanks in advance.
    Pete

    Do you have "Manually manage songs and videos" checked by any chance. If you are managing the iPod manually, the "Sync only checked items" box will be disabled by default. You can't manage your iPod manually and also have it auto-sync content, they are completely opposite methods of adding content. Only the iPod shuffle has any combination of manual and auto loading.

  • Firefox V8.00 incompatibility with zonealarm site check button greyed out

    I recently upgraded to firefox V8.00 now my Zone Alarm community tool bar site check button is greyed out.
    When will firefox be updated to use this option again.
    Regards pulteny.

    Hi, you need to ask Zone Alarm when their product will be compatible with Firefox. It is their responsibility to update Zone Alarm.

  • Reader X " display PDF in browser" is checked but greyed out

    Hello
       I have a user who wanted to print double sided by default when opening a PDF on a web page. I found that by downloading the PDF, not printing from a browser, the user can print double- sided. But when I go in preferences the option to uncheck " display PDF in Browser" is greyed out? I'm tried running reader as admin, logging out and logging in as admin, restarting the PC, running all updates. I was going to edit the registry next but wanted to see if anyone had been having this problem? THee is no Acrobat on this Dell laptop, only Reader X. It is a Windows 7 PC, fairly new. Any help would be appreciated.

    Please update to the latest version of Adobe Reader i.e. 10.1.2 and enable the double sided printing as in the below figure:
    Hope this helps.
    Ankit

  • TS4268 My iMessage is "greyed" out, meaning I cannot sent messages from my phone number, only my email

    My iMessages won't sent from my phone number , they go from my email . It shows my phone number as a option but I am unable to choose it as it is greyed out ... I dot know how to fix this to be able to send iMessages normally.

    Hey Audreykr,
    Thanks for the question. I understand your phone number is not checked and greyed out in Settings > Messages > Send & Receive. It sounds like iMessage may have not activated correctly. You can attempt to toggle iMessage off, and back on. If your issue is still not resolve, see this article:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Thanks,
    Matt M.

  • Not updating, last was 2009, prefernce update boc checked, but grayed out so can't fix it, how to do it?

    I want to sync my firefox browsers between computers Current version on my iMac hasn't updated since 2009 ???? When I try to get it to update, the Firefox box in advanced window is checked but greyed out so I can't do anything to adjust it. How do I upgrade to most recent firefox version without losing all my passwords, etc. why has the box been checked but I'm locked out of it,

    Echoing Kurt, since you're a newcomer to the Mac, see these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips,
    Switching to Mac Superguide, and
    Switching to the Mac: The Missing Manual, Lion Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • Remove previous versions of Reader greyed out in Adobe Customization Wizard 9

    Hi everyone.  I'm trying to make an SMS pushable custom MSI with the Adobe Customization Wizard 9, to roll out Acrobat Reader 9 to all my PCs.  The big reason i wanted to use the ACW9 was so I could force it to uninstall all the old versions of Reader on my computers, which i have a lot of different versions of 7 and 8 out there.  When I go to  the screen in ACW9, the option to remove previous versions of Reader is greyed out and unchecked, and the rmeove previous versions of Acrobat is greyed out and checked (which is what i dont want to do).  Any ideas how to get this to work right?  I have both older versions of Reader and Acrobat Pro on my computer i'm using to build it, so it isn't that.

    It doesn't seem Adobe really cares about supporting IT personnel. Thanks for a tool that doesn't work properly and you provide no support for.
    What I've found is that it will remove previous Acrobat reader versions! So it's not harmless when that option is checked and greyed out.

  • Wifi Greyed Out -IOS6

    What a nighmare, upgraded ios 5.1.1 on iphone 4s to ios6 last night and that it. Wifi is gone, the button is greyed out, cannot move it on poisition.
    Tried everything - clear network settings, turn on/off other stuff like cellular data, restore to factory defaults, restore from backup and what not.
    This is sick, cannot trust these guys anymore on any new products/updates. I am going back to their store and done with their products.

    Anxious won't help, you are right. Something odd though is that later today when I checked, the greyed out inert button WORKED!, and  my network later APPEARED and worked FINE for a few minutes. Life went on, and the next time I noticed the wi fi net work was gone, and back to the dead grey wi fi button. ??

  • Can you grey out/lock a certain part of a form you created after a check box has been selected?

    In Acrobat Pro 9 can I set up the form that I created to allow customers to select a check box and after they have selected the check box, the form will grey out/lock all of the information that they don't need to fill out and keep the rest of the information that needs to be filled out open?

    You can do this through scripting (if you are a JavaScripter). Check out this article by Thom Parker on Conditional Execution: http://acrobatusers.com/tutorials/conditional-execution
    Also, check out his website: http://www.pdfscripting.com

  • IPod appears on Desktop - enable disk use checked, greyed-out

    Each of my daughters has a video iPod--
    The "white" one - about 11 months old, now appears on the desktop when connected. iTunes opens, but the choice "enable disk use" is greyed-out, i.e. I cannot un-check this, and each time the iPod icon appears on the desktop.
    The "black" iPod-- just a few days old, but essentially the same video iPod-- it does NOT appear on the desktop, and the "enable disk use" writing is NOT greyed-out, i.e. we could "check" this if we wanted.
    How to get the "white" iPod to no longer appear on the desktop? I have tried resetting it, but that doesn't seem to change anything.
    Also-- is there a reason why this appears on the desktop, and is that a limiting factor for any reason-- or a problem? Really just trying to understand this!
    Thanks for any comments.
    Steve
    Wednesday 30 May 2007

    If the iPod is set to sync manually, the enable disk use checkbox will always be on, as iTunes doesn't know when you will be done transferring content to the iPod and ready to unplug it. The iPod will appear on a Mac's desktop while iTunes is syncing it or waiting for you to transfer content to it, or when disk use is explicitly enabled and the iPod is plugged in to the computer.
    (21931)

  • I downloaded new os for my daughter's ipod touch.  I remember during setup after that I checked off my husband's email account and now she is receiving his texts.  How do I fix this.  The "icloud"/ "messages" buttons are both greyed out under settings

    I downloaded new os for my daughter's ipod touch.  I remember during setup after that I checked off my husband's email account and now she is receiving his texts.  How do I fix this.  The "icloud"/ "messages" buttons are both greyed out under settings

    Forgotten RESTRICTIONS Passcode
    - Restore from a backup that was make before you added the Restrictions passcode. If you restore from a backup made with the Restrictions passcode the Restrictions passcode is also restored.
    - Restore to factory settings/new iPod.
    - If you are up to file manipulation see:
    How to reset forgotten Restrictions...: Apple Support Communities

Maybe you are looking for

  • I am trying to upload the purchase order long text in mm01 using BAPI

    Hi All, I am trying to upload Purchase Order Long text (which is in chinese Language) and Language field with  ZH(chinese) in MM01 using BAPI_MATERIAL_SAVEDATA. It is uploading properly, But in the Language field it is showing Z1(Customer reserve) in

  • Getting Duplicate data Records error while loading the Master data.

    Hi All, We are getting Duplicate data Records error while loading the Profit centre Master data. Master data contains time dependent attributes. the load is direct update. So i made it red and tried to reloaded from PSA even though it is throwing sam

  • Why FaceTime is not working in UAE

    How can I use it there? Is there anyway to install it Or it has to do with the network functionality and no work arounds can be done

  • JTextField and Strings

    I have a problem with using a JTextField in an IF statement. What im trying to achieve is that when the variable "TOLASuser" (JTextField) has a blank text (null) the IF statement then goes on to tell the user through a JTextArea that a null entry is

  • Drilldown option in Visual Composer Dashboard

    Hi I had a VC model based on BW Query and Output is Table view How can i  Drilldown option in the model... Like a Button "Division" ...initial display will be summurized at Sales Org level...once the Division button is selected.....the results should