All fonts disappearing from menu?

Has anyone else observed this irritating behaviour? 
After a variable amount of running time all the fonts in my font menu become "white-on-white" and thus effectively disappear.  The same applies to the variants (bold, regular, italic, etc.).
The fonts are still there -- if you click on one the menu disappears and the font shows up in the proper place and the text is the correct font.  Of course that doesn't help much if you can't remember which font is represented by the blank space you are clicking on.
The only way I've found to remedy this problem is to quit and restart InDesign.
Does anyone have an explanation or a solution?
InDesign CS5 v. 7.0.4

see Replace Your Preferences

Similar Messages

  • View disappeared from menu bar in word and i don't know how to get back

    I clicked the wrong button and view disappeared from menu bar in word and I can't get it back.  I've tried to reinstate it from system preferences and I've tried everything in the help menu. Please help

    Hi Karen,
    Work through this and you should be able to get it back: http://support.microsoft.com/kb/2026220

  • I just opened my mail on icloud and all messages disappeared from the last year! I have one email left in my inbox which is the most recent. I moved to icloud 2 weeks ago and it has been working fine until now. How can I retrieve old messages? Thank you.

    i just opened my mail on icloud and all messages disappeared from the last year! I have one email left in my inbox which is the most recent. I moved to icloud 2 weeks ago and it has been working fine until now. How can I retrieve old messages? Thank you.

    I guess you could try but I don't believe Apple can help with activation lock issues.  They may, however, be able to determine if the Apple ID belongs to one of you and reset the password for you if you can prove your identity.
    You might want to try calling Apple by going to https://expresslane.apple.com; click 'More Products and Services, then 'Apple ID'.  In the next page select 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'.  Perhaps they can help determine if it's your ID and reset the password for you (and they probably have more expertise in doing this than the Apple store).

  • Calendar schedule blank. All appts disappeared from 3g iphone calendar synced to yahoo. After Yahoo corrected error message on their website and I re-synced my iphone, calendar reappears but will not allow edit from iphone. I can't find settings to change

    Calendar schedule blank. All appts disappeared from 3g iphone calendar synced to yahoo. After Yahoo corrected error message on their website and I re-synced my iphone, calendar reappears but will not allow edit from iphone. I can't find settings within Yahoo or within my iphone to alter editing options.
    How can I get access to edit and delete the Yahoo calendar from my iphone? I never schedule anything from the Yahoo webpage. All my appointments and reminders are scheduled from the iphone.
    iOS 4.2.1 (8C148a)

    My Yahoo email account worked just fine on my iPhone 4S  for the last 2 months. Then this morning I started receiving the apple.imap.mail,yahoo error.  I tried all of the steps above in solving the yahoo email issue including numerous hard re-sets and deletions of my yahoo account settings without any success. So I gave up trying to use the default Yahoo setup option.  I added my Yahoo account back as an "other" type email account and then had the option to choose to set it up as a "POP" account instead of an IMAP type. I then just used the server settings recommended from Yahoo Help for a Yahoo Plus Email POP (or just google yahoo plus email pop settings). This works and I am back in business.
    I'm not sure if this will work for yahoo mail classic accounts.
    Frustrating that this issue seems to have been going on for quite awhile and Apple still as not made any acknowledgement of this issue or proposed a fix for those of us that can not resolve the issue with a reset.

  • All podcasts disappear from iPhone whenever I sync with iTunes

    I have a very annoying issue whenever I sync my iPhone with iTunes.
    I download all podcasts on the iPhone directly, never in iTunes. But I still want to sync music etc. with iTunes.
    I have not checked the checkbox for sync of Podcasts in the Podcasts tab, but everytime I sync the iPhone, all podcasts on the iPhone are removed. Why is this? This is not very consistent with how the rest of sync works, I have also left sync for Applications unchecked, and this does not result in all apps disappearing from the iPhone.
    Has anyone else experience this?
    Btw, I am using iTunes on WinXP, at work...

    Hi,
    Try resetting your Sync Services. See here to reset your sync services.
    Let us know how it goes.
    Best wishes
    John M

  • Just installed OSX Mavericks.Bluetooth disappeared from menu bar and system preferences. I have a magic mouse and my IMac no long recognizes it as such, nor can I scroll with it. What's wrong?

    Just installed OSX Mavericks. Bluetooth disappeared from menu bar and system preferences panel. I use a Magic Mouse but my iMac no longer recognizes it as such, and I can no longer use it to scroll screen. What happened?

    Since Mavricks installed: My Spotlight icon disappears from the menu bar, but the space stays there. If I click on the blank space where the
    spotlight icon is supposed to be - the spotlight menu opens. So, for me, the icon is there, it works except that it is invisible at times. IF I do a re-start it is there. If I let the computer set, sleep or other wise stay on for days, the icon will hide and re-appear at random.

  • Icon airport disappeared from menu bar,only see grey space

    icon airport disappeared from menu bar,only see grey space

    Open your System Preferences and go to the "Network" pane. Enable "Show Wi-Fi status in Menu Bar".

  • Sophos disappears from menu

    sophos disappears from menu, only stays up alittle while ,also disappears after updating, even changing thru user groups for startup

    Unless you're required to install Sophos by an organization, I suggest you remove it according to the developer's instructions. It serves no real purpose and is likely to cause instability and poor performance.

  • Recordsets disappear from menu when adding mysql_query ("SET NAMES 'utf8'"); below the connection in php

    I hope someone can help with this. I'm trying to create a
    dynamic site using dreamweaver CS3, with php5 and mysql5 in the
    background but I'm having difficulty with recordsets disappearing
    from the server behaviour menu when tweaking the code to allow set
    characters or set names for utf8.
    For a while, I've been having a problem getting my
    dynamically generated master list pages (eg lists of jobs) to
    display international characters like an accented french e (and
    other languages) and for these to display correctly when viewed in
    phpmyadmin also. So, I've placed headers at the top of the page for
    utf8 and created the content metatag for utf8 in the page code.
    Where needed I've added ENT_QUOTES utf etc for htmlentities and
    added accept-charset utf-8 in the <form> action area.
    (one thing I haven't done in the form action area is add
    <enctype="multipart/form-data">, but I'm not sure if this
    will make any difference)
    In the backend, the innoDB database is collated and built
    using utf8_unicode_ci. I'm on a shared host -so can't directly
    access php.ini or adjust the connection settings through
    phpmyadmin. But I can write .htaccess files (currently with the
    defaultcharset set to utf8 also).
    At this point - all list pages display the correct characters
    when retrieved from the database - indicating that the headers are
    working. But - in phpmyadmin the letters are garbled, and garbled
    on return on update forms (content management). I solved this by
    adding the &#xxxx; equivalents in insert and update forms to
    display the text correctly on the list pages - but again it's not
    convenient to see all of this in phpmyadmin, as I'd like to be able
    to read it there as it should be, and to dispense with the need to
    add &#xxxx references on the insert and update forms.
    So...a bit of searching, and I read that in order for the
    international characters to display in phpmyadmin correctly, I
    needed to amend my php page code so that for all instances where I
    see the connection to the database, before the SELECT, INSERT and
    DELETE queries, I need to add either mysql_set_charset('utf8',
    $connection) or use three lines of code referencing mysql_query SET
    NAMES, SET CHARACTER SET and SET COLLATION_CONNECTION for utf8.
    I did that, and it removed all of my recordsets in the
    sidebar menu! Not too good. I'm left with a task of rebuilding
    pages now.
    So I placed the mysql_set_charset line in the connection.php
    file in the DW Connections folder below the connection there
    instead. [I didn't precede the mysql etc line with a $ sign - I
    wonder if that's the issue?]
    With this change I could use the Insert forms to add the
    international characters directly into the database and see through
    phpmyadmin that all was hunky dory. But then the problems came with
    first loads of the master list page.
    So, I can get international characters into the database now
    (which is a step in the right direction for me), using an insert
    form on the website, but I still can't get the international
    characters to display on the returned page on first loading eg on a
    list of jobs. Note that the detail pages display fine when clicking
    the master links, and when I return from the detail page back to
    the master list - the characters are ok. They just don't seem to
    display when the master page loads for the first time which is
    really perplexing me.
    I suspect that I need to add the mysql_set_charset line below
    the $connection and before the selects, inserts etc at all
    instances on the webpage, but this just removes the recordset from
    the menu, so this doesn't seem to be a good option.
    Can anyone point me in the right direction as I'm been stuck
    on this for ages. It may be something simple like adding $ in front
    of the mysql_query, but then again maybe not.
    I've tried other forums - but people seem to be content with
    viewing but not offering assistance. I don't believe that what I'm
    doing here hasn't been done before....all I want is for my pages to
    display international characters and for these to display correctly
    in phpmyadmin so that when I insert, update and delete records
    using webforms I don't have to resort to using &#xxx inserts.
    Help please!

    .oO(08Green)
    > So...a bit of searching, and I read that in order for
    the international
    >characters to display in phpmyadmin correctly, I needed
    to amend my php page
    >code so that for all instances where I see the connection
    to the database,
    >before the SELECT, INSERT and DELETE queries, I need to
    add either
    >mysql_set_charset('utf8', $connection) or use three lines
    of code referencing
    >mysql_query SET NAMES, SET CHARACTER SET and SET
    COLLATION_CONNECTION for utf8.
    Usually you only need to send a SET NAMES 'utf8' right after
    the
    connection to the DB has been established. That way all data
    that is
    transferred between the DB and your script will be handled as
    UTF-8.
    > I did that, and it removed all of my recordsets in the
    sidebar menu! Not too
    >good. I'm left with a task of rebuilding pages now.
    >
    > So I placed the mysql_set_charset line in the
    connection.php file in the DW
    >Connections folder below the connection there instead. [I
    didn't precede the
    >mysql etc line with a $ sign - I wonder if that's the
    issue?]
    I've never used mysql_set_charset().
    Here in my applications it always works like this:
    * the default charset in my InnoDB tables is ISO-8859-1, I
    only use
    UTF-8 in the columns that really need it (text data, but not
    INT or
    DATE columns)
    * SET NAMES 'utf8' at the beginning
    * all files (HTML and PHP) are encoded as UTF-8 without BOM
    * all pages delivered as UTF-8 (my pages are
    script-generated, so I use
    an appropriate header() call to define the content-type and
    encoding)
    That's it. Oh, and I don't use phpMyAdmin ...
    > With this change I could use the Insert forms to add the
    international
    >characters directly into the database and see through
    phpmyadmin that all was
    >hunky dory. But then the problems came with first loads
    of the master list
    >page.
    In the first part of your posting it sounded as if it worked
    almost
    correctly, before you tried to fix the broken phpMyAdmin
    appearance.
    Is that correct?
    > So, I can get international characters into the database
    now (which is a step
    >in the right direction for me), using an insert form on
    the website, but I
    >still can't get the international characters to display
    on the returned page on
    >first loading eg on a list of jobs.
    They did display correctly first, didn't they? So it seems
    that you
    broke your script just in order to fix some PMA problem.
    Revert that.
    Make your script work for normal input/output from/to a
    website first
    and don't worry about PMA for now.
    What do you need PMA for BTW? It may have many other issues
    as well and
    should only be used if really necessary or if you're not
    familiar with
    the command line interface. The only thing that we are using
    it is to
    get a dump from a remote DB, where I don't have shell access
    to call
    mysqldump directly (yes, I could also write a little PHP
    script for
    that, it's already somewhere on my TODO). But here on my
    local system I
    always use the MySQL command prompt if I have to directly
    work on some
    tables or to import the dump from remote.
    Anyway, if you need PMA, your might try their group or forum.
    I'm sure
    there's an FAQ as well. Maybe it's just a configuration
    issue.
    > I've tried other forums - but people seem to be content
    with viewing but not
    >offering assistance. I don't believe that what I'm doing
    here hasn't been done
    >before....all I want is for my pages to display
    international characters and
    >for these to display correctly in phpmyadmin so that when
    I insert, update and
    >delete records using webforms I don't have to resort to
    using &#xxx inserts.
    The bug here is PMA itself. ;-)
    Micha

  • Search Disappears from Menu (after expanding Mini Player)

    Hi there I'm on Android 4.3 mobile using Spotify version 3.1.0.1113.  The Search option disappears from the main top left menu every time I use the app. I have narrowed it down to happening right after expanding the mini-player from the bottom of the screen.  I can open the app and use it normally, but once I click the new mini-player (the new version that allows swiping to change songs) to bring up the main player screen, Search will disappear from the top left menu, leaving just Browse/Activity/Radio/etc.  I can bring back Search by closing the app and reopening it.  I have tried other 3.1 versions, including Betas, and this always happens. Any ideas? Thanks  

    After you search for the artist, *Ctrl click* the arrow after the artist name to see all items by that artist in yoru library, then play and open the mini player.
    Better yet, instead of search, simply turn on the browser (iTunes menu View -> Column browser) then select the Artist to see everything by that artist.

  • All photos disappeared from the corkboard of Iphoto, and when I try to put the new faces there,it does not register anything.The names appear under the photos,but the board remains empty.

    All the faces disappeared from the cork board in my Iphoto.When I add a name to a photo it appears there,but nothing appears on the board,there is just the message,how to start.I had alrady lot of faces there and they suddenly all disappeared.I have no idea what to do, or how to start putting up the faces on the board

    What version of iPhoto? Assuming 09 or later...
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Airport icon disappeared from menu bar

    For one of my two Users, the Airport icon disappeared from the menu bar. Now I cannot turn Airport on or off. Internet Connect only shows the internal modem. Restarting the computer did not solve the problem.
    It has worked well until yesterday, all of a sudden the icon was gone. Airport Admin does work, and it restarts the base station when I change something (I changed the password just to test this). So the hardware is working.
    If I log on as a different user, the icon is there, and everything works as normal. It therefore seems to be a set-up problem at one of the users.
    I would appreciate any help on this one.
    Thanks in advance,
    Maarten

    Maarten,
    Welcome to Apple Discussions!
    Go to Apple -> System Preferences -> Network. Select the AirPort Entry from the list of Network Devices, and click the "Configure..." button.
    If not already there, navigate to the "AirPort" tab, and check the "Show AirPort status in menu bar" checkbox at the bottom of the window.
    This should put it back up there.
    Let me know if you need more help.
    Brian

  • "Share" word has disappeared from menu bar - can't burn DVD

    I know I burned a DVD in the distant past by clicking on "Share - burn DVD" in the menu bar but the word "Share" seems to have disappeared from my menu bar. I upgraded from iPhoto 5 to 6 (I think). What happened to the "Share" word and how do I get it back? If I reinstall from my original discs, won't I get the iPhoto 5 version?? Will my recent photos disappear?? Thanks for any help.

    When you're in iPhoto go to the iPhoto menu in the upper left hand corner of the menu bar and select About iPhoto. That will give you the version of iPhoto you have.
    If you tried to run an iPhoto 6 updater on iPHoto 5 that may be the reason you're having trouble with iPhoto. Check the version and post back.
    If you have iPhoto 6 then go to the View->Show in Tool Bar menu option and see if what you want is checked or unchecked. Those items will show up in the bottom tool bar.
    Do you Twango?

  • How Do I Make My Name Disappear From Menu Bar?

    I use Mavericks OS X 10.9.3.  How do I make my name disappear from the Menu Bar?

    Or select to show the icon instead of your name in case you want to keep the ability to use FUS while gaining precious menu bar space.

  • All emails disappeared from inbox

    i was checking mail and requested a spam mail to be delivered and once received all inbox messages disappeared. There was like 700 mail not opened and now can not retrieve them

    Back up all data.
    Select the named mailbox in the mailbox list, then select
    Mailbox ▹ Rebuild
    from the menu bar.

Maybe you are looking for

  • Need to connect an Apple Display with an ADC plug to a Mac Mini with a DVI port

    I have an older Mac Mini (I'd guess at least 4-5 years old, but I have a terrible memory), and I want to connect a Cinema HD Display with an ADC connector plug. Unfortunately, my Mini only has a DVI port, and I cannot find an Apple adapter, or any ad

  • TPS Annual Return

    Hi, While executing TPS report hrgpbs_tps, we are getting a GREEN error The personnel numnber xxxx will be excluded from TPS Annual return as it is not recordable under TP regulations at any time during the return year. however dont seem to find any

  • Developing Business Services with ADF BC

    Hello all, I was following the tutorial at http://www.oracle.com/technology/obe/obe1013jdev/10131/bslayer/bslayer.htm#t2s5, which is Developing Business Services with ADF Business Components AND i was wondering if i could add a custom validation that

  • Best Way to Backup and Work With Huge Photo Library and Several Locations

    My friend has several hundred GB of photos using ACDC on a PC. He just bought a mac mini to make many iphoto books. He works out of 3 locations and carries several external hard drives to work on his iphoto books. He is interested in working on iphot

  • 11i E-Business suite with 11gr2

    Hi In my organization we have recently upgraded one of the 11i (11.5.10.2) E-business suite database from 10.2.0.3 to 11.1.0.7 on solaris (64-bit). Currently we are looking to upgrade the new 11gR1 to 11gR2 EBS database on solaris and confused about