Disabling Format  Font flyout display

As per instructions in the FM Online manual "Customizing Frame Products", here are the steps to disable the popup Format > Fonts display menu.
1. assuming that you do not already have a customui.cfg file: create a new text file named "customui.cfg".
2. add the following line to disable the fonts flyout:
<Remove !ShowFontChoices <Menu FontMenu>>
3. if you want FM to read this file automatically when FM starts, place it in the \fminit\configui subdirectory. Note that this is the directory as specified in the maker.ini line "ConfigCustomUIFile=fminit\configui\customui.cfg"
If you want to load the customui file manually, place the file outside of the "configui" subdirectory; when FM opens use View > Menus > Modify to read the file.
4. if you already have a customui.cfg file, the "Remove" line above can probably be added to it, but for safety be sure to make a backup of the original before modifying it.

Thanks Sheila!
Nobody asked me, but I believe this information should be added to the FAQs...
Cheers & Happy Holidays,
Riley

Similar Messages

  • How to disable Format Warning when displaying JSP in Excel under MS-Office

    We have an application running in WebSphere 6.0 container, the application displays jsp data in Excel, it had no problem before MS-Office 2007 was install. However, after MS-Office 2007 is used, following format warning dialog box is always displayed:
    The file you are trying to open, ’Requests[1].xls’, is in a different format than specified by the file extension.
    Verify that the file is not corrupted and is from a trusted source before opening the file.
    The user has to click the "Yes" button before the Excel report can be successfully displayed. This is not acceptable by our production users, and I need your helps to get rid of this dialog box.
    The application uses struts. The Action class retrieves data from database and the data is forward to the result jsp
    in an data object set in an attribute of the session's Request object. The Action class also set the display info, such as the contentType,etc., in session's Response object (please see below for details).
    The result jsp retrieves data from the data object and display in Excel according to the display info provided in the
    session response object.
    To eliminate any possible problem that may be caused by the data, I have simplified the result jsp by removing original
    codes (such as data object forwarded from Action, and Tag Library, etc.), and just hardcoded few data for displaying in Excel, however, the same format warning box still always shows up.
    My Action class set display info as below:
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Expires", "0");
    response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
    response.setHeader("Pragma", "public");
    response.setHeader("content-disposition","attachment; filename=Requests.xls");
    My simplified result jsp is listed below:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <!-- <%@ taglib prefix='c' uri='http://java.sun.com/jstl/core_rt'%> -->
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <TABLE border="1">
         <TBODY>
         <TR>
         <td><p align='left'>myData1</p></td>
         <td><p align='left'>myData2</p></td>
         <td><p align='left'>myData3</p></td>
         <td><p align='left'>myData4</p></td>
         </TR>
         </TBODY>
    </TABLE>
    </BODY>
    </HTML>
    So, I reduced the result jsp to contain only few hardcoded data, but the format warning always shows up. Is it caused by inconsistency between the MS-Office 2007 browser and the JSP engine in WebSphere 6.0 Web container? Need your help to resolve this problem.
    Thanks in advance.

    That's the caveat of fooling your webbrowser and Excel with a plain HTML page along an Excel content-type and Excel extension.
    Don't do that. That's plain stupid. Provide a real binary Excel file. You can create one using Apache POI HSSF or Andy Khan's JExcelAPI. Alternatively -and more recommended in case of large reports-, just use the CSV format. It's easy to create a CSV file in 20 lines of code and Excel perfectly understands CSV formats. Don't forget to change content-type to CSV.

  • Fonts not displaying correctly in Mail & Safari since updating to 10.4.5

    On some of my downloaded email and some websites the fonts are displaying wrong! What's weird as I figured out that the font is called Brady Bunch which I don't even seem to have on my system or if I do I can't find it.
    I figured out it was Brady Bunch by copy/pasting it into TextEdit and then went to Format > Show Fonts. It doesn't seem to effect Firefox browser.
    My Apple mail (v2.0.5) preferences > Fonts & Colors > are all Helvetia. Safari (v2.0.3) Preferences > Appearance are Times 14 and Courier 12.
    It looks really unprofessional replying to an email and the text I'm replying to is in Brady Bunch.
    Can anyone help?
    Josh

    Re: Source Sans Pro not displaying in 'Design' mode
    This did the trick for me. Thanks D Dog!

  • Linking Excel to Word - Word doc updates the numbers in a table but the format (font colours) do not update

    I am using Office 2010. I have many graphs and linked tables to a master word document from Excel. The tables contain percentages and are formatted red if under -2.5%, yellow if between -2.5% and +2.5% and green if over +2.5%. The colours are correct
    in Excel but when I refresh the word document, the numbers update but the font colours do not. The purpose of linking was to save time but if the colours do not update then the link is pointless. Is there any way to ensure the colours update as well as the
    values?

    Hi,
    In regarding of the issue, I have a couple of questions:
    Do you mind telling me how do you copy/link between Excel and Word?
    Where did you store the Word and Excel file? Both of local disk or network drive, even website?
    Did you using conditional formatting to display/format percentages?
    Based on my tested, please try the following steps, it would be update all the information after the source was changed.
    Select the table/chart in Excel> Open word >Copy>Paste>Choose Link & Keep Source Formatting.(See image 1)
    If we changed the source data in Excel, then right click the table in Word> Choose update Link. (See image 2)
    Then the data, format, font and color all will be updated.
    Hope this should help you.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in
    Office programs.

  • FREE3OF9 barcode font not displaying in Firefox's new built-in PDF viewer

    I have a PHP web app that uses FPDF (v1.53) and the FREE3OF9 barcode font to dynamically generate a PDF which includes a barcode in it. The font is imported into the document using the FPDF AddFont method (http://fpdf.org/en/doc/addfont.htm). In versions of Firefox prior to 19, the PDF opened in a new tab, was displayed by the Adobe Acrobat plugin, and the barcode showed up perfectly fine.
    Now that Firefox 19.0 is using its own built-in PDF viewer, the barcode no longer displays at all -- there's just a blank spot where it should be. It continues to display fine in IE and Chrome. How I can get the font to display correctly in the newest version of Firefox?
    I understand that I can change the Action for the PDF content type to 'Use Adobe Reader' in the options, but I'd prefer to fix this so that my users don't have to change their browser settings. Or at the very least, it would be nice if they could only change the Action for PDFs originating from my site and not globally.
    Thanks.

    You can set the pdfjs.disabled pref to true on the <b>about:config</b> page to disable the build-in PDF viewer and use the Adobe Reader instead.
    *http://kb.mozillazine.org/about:config
    See also:
    *https://support.mozilla.org/kb/view-pdf-files-firefox-without-downloading-them

  • Google fonts not displaying correctly since updating to Firefox 31.0

    Since updating to Firefox 31.0, the vast majority of Google / web fonts are not displaying correctly, including icons that are being replaced with random characters. When I view the Google web fonts page, only a few display correctly, the rest just default to a sans-serif font.
    - I've tried running in safe mode with no add-ons enabled.
    - I've tried disabling all add-ons then re-enabling one by one.
    - I've checked the tickbox in the font settings for 'Allow pages to use their own fonts' is ticked
    Any help appreciated, it's got quite frustrating now.
    Thanks, Greg

    You can do a font test to see if you can identify corrupted font(s).
    *http://browserspy.dk/fonts-flash.php?detail=1
    You can try different default fonts and temporarily disable website fonts to test the selected default font.
    *Tools > Options > Content : Fonts & Colors > Advanced
    *[ ] "Allow pages to choose their own fonts, instead of my selections above"
    You can check for problems with preferences.
    You can check the <b>gfx.downloadable_fonts.enabled</b> pref on the <b>about:config</b> page and make sure that it is set to true (if necessary double-click the line to toggle its value).
    Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • PC static font not displaying correctly on Mac?

    Hi,
    I have a PC fiash file with static body text that is New Gothic font. The published swf looks great on the PC, though when testing on Mac, none of the text appears. I thought that with static text fields, the font is automatically embedded?
    Can anyone offers any suggestions as to how I can get the font to display properly on a Mac?
    Thanks,
    Dan

    Well there are probably people that know better than me. But I have a rule of not using any fonts that aren't standard fonts everywhere. (Arial, Courier New, and Times New Roman) If you don't already know, fonts are loaded on the local computer, (the user's computer) if they don't have the specific font you selected from all the fonts loaded on your computer, they won't see the work you did in the format you did it in, if at all.
    So make your titles sexy and cool and break those apart so they look exactly how you want them, but unfortunately if your project is intended for the world wide web, you have to abide by web standards to ensure the majority of users can view it and this especially applies to text.
    Hope this answers your question. I don't know if I'm telling you stuff you already know here, but like I said, others may know better.

  • Facebook news feed font is displaying all blurry when it loads, a simple highlight corrects it, I have a screenshot.

    Facebook news feed font is displaying all blurry when it loads, a simple highlight corrects it, I have a screenshot. Seems to mostly be Facebook, although this issue has occurred elsewhere...

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    Try to set the gfx.content.azure.enabled pref to false or if this didn't help disable Direct2D by setting the gfx.direct2d.disabled pref to true on the about:config page and leave hardware acceleration otherwise enabled.
    *http://kb.mozillazine.org/about:config

  • All adobe products:any trick to disable some fonts temporally ??

    there are tons of fonts overthere! .. if you install all those your machine will dramatically slow! .. each software will load all fonts each time! .. but i don't need all those all the time .. can i temporary disable some fonts??? ..let's say 2 modes .. (deep design mode - normal mode) when i enter deep design i want photosop to load all fonts .. but normally i don't need all those to be loaded each time!!!! just the basic fonts will be ok! .. i install all fonts when needed and then delete it! that works but i need something better and faster.. is there a feature or something do the trick?

    i_like_photoshop wrote:
    there are tons of fonts overthere! .. if you install all those your machine will dramatically slow! .. each software will load all fonts each time! .. but i don't need all those all the time .. can i temporary disable some fonts??? ..let's say 2 modes .. (deep design mode - normal mode) when i enter deep design i want photosop to load all fonts .. but normally i don't need all those to be loaded each time!!!! just the basic fonts will be ok! .. i install all fonts when needed and then delete it! that works but i need something better and faster.. is there a feature or something do the trick?
    Additional program called Font Manger is a software designed to solve exactly a problem like yours. Its main purpose is to reduce performance hit caused by large number of fonts installed in the system. Good font managers have features like automatically installing and uninstalling the desired fonts which can be associated with opening certain programs, files, etc. Font managers usually also have features such as organizing and previewing fonts externally.
    By the way I have exactly the opposite problem of yours as described in the other thread Noel pointed to. My computer can handle a number of fonts large enough that requires some organization in the font menu in order to be manageable but no programs offer such features.
    Out of curiosity what's the number of fonts installed in your system folder and what kind of hardware and system software you have?
    by the way: installed fonts are loaded when the system starts and stay in the memory all the time, they do not load when each program opens, but may take time for the program to read and display for the first time in the session a long list of fonts. That's why I would like some menu font organization that will not require listing and reading all fonts but only certain user defined submenu sections.

  • Copying from Oracle SQL Developer to Microsoft Word doesn't retain formatting (Font,colors etc)

    Copying from Oracle SQL Developer Worksheet doesn't retain formatting (font,color etc...)in Microsoft Word but copying from other programs such as
    visual studio, chrome browser etc works fine. This doesn't work even after changed the setting to Keep Source formatting of Options-> Copy and Paste Settings

    Hi,
    I notice that you have cross posted in Answers forum and Oracle forum. Have you tried Mr. Peter's suggestion?
    Then, I recommend we check the Word settings:
    1. Go to: Options > Advanced > Cut, Copy and Paste
    2.  Make sure that Use smart cut and paste is ticked. 
    3. Click the Settings button next to this option
    4. Make sure that Smart Style
    Behavior is checked.
    If the issue still exists, please upload a sample through One Drive, I want to test.
    Regards,
    George Zhao
    TechNet Community Support

  • Fonts not displaying correctly in Muse, working fine on upload. HELP! Working on Muse CC 2014, Mac OSX 10.9.4

    Hello!
    In Muse, my fonts are displaying incorrectly, when uploaded the fonts are correct. I am guessing this is a system issue. First time I have had this problem since making the jump to CC 2014 and it is making designing painful . I've updated everything, dumped and reinstalled the web fonts, restarted, cleared PRAM and scratched my head a bunch. I also tried to find a font cache to dump but could not locate it...any thoughts would be greatly appreciated. Thanks Musers! - Andrew

    Re: Source Sans Pro not displaying in 'Design' mode
    This did the trick for me. Thanks D Dog!

  • InDesign CS5.5 fonts not displaying correctly when applying styles

    Hi there,
    My problem is this - I've set up character and paragraph styles in a document. Yesterday everything in the document was working as expected. Today I open the file and some of the fonts are displaying incorrectly ie instead of a selection of type being bold (where a character style has been applyed) the whole paragraph is now bold and doesn't respond to having the character style removed.
    There are no error messages, the program loads, doesn't crash, did go slow but I resaved all the linked files and it moved along at it normal speed - it is quite a complicated document. Other files seem to behave, so I thought it might be a corrupt file. However when I tried to save to IDML  the process was interminable, so I cancelled it (tried this several times and with a simplified file - removed all the images).
    I've cleaned out the font caches.
    I  trashed the program preferences.
    Hope somebody out there has a idea.
    Thanks
    imac, OSX 6.8, 12 mgs ram, InDesign CS5.5 with the latest patch updated. Use Suitcasefusion for font management - have the latest version
    Message was edited by: ne18ell

    Most likely reasons for what you are seeing is the paragraph has the bold style assigned to the whole thing as a character style (maybe nested without a valid end trigger?), or the basic character attibutes of the paragraph style were changed to bold. Slightly less likely is that you managed to apply Bold to the whole paragraph as a local override (which owuld show up as a + sign next to the paragraph style name).

  • How to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi?

    I'd like to how to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi.
    Any help would be appreciated.

    NeoChang:
    You can modify the installation package using the Adobe Customization Wizard to toggle the "Display PDF in Browser" but I have not found a setting to disable JavaScript from the Wizard. I have created a script which makes the changes, but it has to be run for every user since that info is stored in the User hive of the Windows registry.
    Disable JavaScript:
    REG ADD "HKCU\SOFTWARE\Adobe\Acrobat Reader\9.0\JSPrefs" /v bEnableJS /d 0 /t REG_DWORD /f
    Disable Browser Integration:
    REG ADD "HKCU\Software\Adobe\Acrobat Reader\9.0\Originals" /v bBrowserIntegration /d 0 /t REG_DWORD /f
    Michael
    ~Simplicity of Character is a Natural Result of Profound Thought~

  • Word 2011 for Mac Book pro - I have found that my cursor disappears sometimes when I click on a toolbar function. I found out it is a bug, that the Mac loses 'focus'. I can correct it temporarily by clicking on Format - Font - Cancel. Any info?

    I have Word 2011 on a Mac Book Pro and have had problems with a dissapearing cursor - it makes editing tricky
    After googling it I found out that there is a bug where the Mac loses focus if you click away from the document - it also does this with italics according to other users.
    I had a play with it and found out that when I click on the toolbar in a document where this happens, the cursor disappears, e.g. changing font colour etc. And then, when I click on Format - Font - Cancel it returns
    I'd be interested if anyone else has a comment to add, please do
    thanks

    BTW (speaking as a Dad of 3 daughters in Grad school) if you don't already have and use a DropBox account, or some other similar online "cloud" based backup of your school documents, you should start doing so immediately. By keeping all of your important documents in the Dropbox folder on your computer, you have instant access to them from any other computer (or iPad), should you be w/o your computer while in for repairs (or if, God forbid, it is stolen). It's free for 2 GB of online storage, which is more than enough for a few years worth of Word documents, etc. (If you get other people to sign up via your email "invitation", then Dropbox gives you even more free storage space.) Every time you close a document, it is updated on the Dropbox servers (encrypted), if it is in the Dropbox folder (assuming you give it a few seconds to update before turning off your computer). Do a google search of "Cloud based storage comparisons" to compare the amount of free space each of the competing services give you.

  • Fonts wont display properly in Safari

    I have to restart my computer about twice a day to get rid of the gobbledey-gook that comes up in my browser address bar
    they look something like this --> *&^%((&$#@#
    Also anything that uses system fonts to display the characters does this. This is also happening in my mail program and in SuitcaseXI.
    I have stripped down my system fonts to the bear minimum and I have tried font cache cleaner but that doesnt work for very long. Is there a more permanent solution to this problem?

    I'm not experiencing your problems but the Standard font in Safari is set to Times 16 and Fixed-width font is set to Courier 13.
    See if that helps.

Maybe you are looking for

  • It is possible to open the front panel of a subVI more then one time at the same moment?

    I want to open a subvi´s front panel several times with each one operating independently. The subvi has a ring with several variables to choose to show in a graphic. The subvi is called from a button on the Main Front Panel. It is possible to, for in

  • Why is my connection slow all of a sudden?

    So for the past 4 days I've had really slow internet speeds. I normally have 250kbps download speed but for the past for days I've only been getting 30kbps? I've restarted my laptop. Done a virus scan... even tried fully resetting the modem, but stil

  • Deleting Applications

    I want to download some unneeded apps on my phone but they're not listed in under Options-Advanced- Applications so I read to use Desktop Manager to delete them.  Of course, I use a Mac so I don't have that option.  Is there something else I can use

  • B1DE For VS 2008

    Hi, Am Currently working with VS 2008 to Create Add-ons.. sofar i worked on VS 2005 and created ARD through B1DESetup_2005_1.3_VS2005 without any problem.. now what version i have to use to create ARD.. B1DE only available for Frameworks upto 2.0 onl

  • Important URLs for Sun ONE Studio forums

    Check out our Sun ONE Studio forums by visiting the following links: For Java Tools: http://forte.sun.com/ffj/forums/index.html For Compiler Collection: http://forte.sun.com/s1scc/forums/index.html Add your voice to these active communities, while ga