RH7: Project showing only Times New Roman in drop-down list of fonts

Hello

I have problems with a project which has been very well a few weeks ago. For now, the only option in the drop-down list selection of fonts is "Times New Roman"... a nice font, but we write our documentation in Arial, so it takes a little that for the moment we can't select any font for our documents, only TNR.

I'm not very experienced with HR, but I checked the style sheet (seems to be linked properly and the content is the same as style sheets to projects that have no problems), the models seem ok too... I'm puzzled.

Other things happening (apparently at random):

-new themes are created without associated style sheet

-new topics have TNR 12 as default font size (our models wear 9 Arial)

-old open subjects without a style sheet; Add in the HTML code required for the style sheet doesn't seem to help.

All this happened on my colleague PC, I can't replicate them on mine. Whatever it is, on our two PC the only display of fonts is TNR.

This can be important: projects have been added recently to Robo SourceControl. Can it be linked to that?

I'd appreciate any help, especially since we have a big release coming next week and all documentation must be in top form by then

I have reproduced this problem by deleting the file rhfontset.apj in a test project (and the removal of the DPC). Theoretically, you should just be able to copy the file from one of the samples project.

Tags: Adobe

Similar Questions

  • How can I change the automatic country setting that is displayed in the payment gateway billing address? There is only one country in the drop-down list, not my current country

    How can I change the automatic country setting that is displayed in the payment gateway billing address? There is only one country in the drop-down list, not my current country

    A few changes/Verify account https://forums.adobe.com/thread/1465499 links that can help

    -html http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id.

  • Downloaded brushes do not showing on right click in the drop-down list

    I recently reinstalled Photoshop cs5.1 and ran into a problem. My brushes installed is not appear on my right click in the drop-down list. I took old brooms and copied the folder to the new location. When I use these brushes there was once a large drop-down list when I right click anywhere on the canvas. It shows now that the brushes from base, but here's the thing that I can load and see them through the screening Manager, but they are not on my drop-down list, like they were before I reinstalled it.

    I noticed something weird, so this can help the solution I've noticed that some Photoshop files are saved on my second hard drive, but I don't know if this is the cause.

    The reason why I have reinstalled my acceleration is GPU did not work and had to reinstall to fix this. If any other information is needed, I'd be happy to share. It's just a hack my workflow time as I have to load my own brush singlely and if I load them all that I have to go through every single brush to find what I need.

    Thank you!

    I found a solution to my problem, it can help others! I run Windows 7 64-bit has two separate applications files when it is installed. I did a search of windows to one of the names of the available brushes on my right click list. The research showed me where were the brushes. (Example: I searched in windows: DP brushes) Aparently photoshop normally installs like a "32-bit" program at this location, C:\Program Files\Adobe\Adobe PhotoShop CS5.1\Adobe Photoshop CS5.1 (64 Bit) \Presets\Brushes that's where I copied my new brushes to and it showed again. Hope this helps someone who was in my situation!

  • New bug in drop-down list in 0.9.2?

    Hi guys,.

    could someone confirm this new bug:

    I create a menu drop-down again:

    iceCoDD1 = new DropDown();
    iceCoDD1.rowHeight = 40;
    iceCoDD1.rowCount = 8;
    ...
    iceCoDD1.dataProvider = new DataProvider(CoTypes);
    addChild(iceCoDD1);
    

    But I don't want this drop-down list to be editable at any time, so I used the following commands in 0.9.1 to toggle the menu drop-down:

    iceCoDD1.enabled = true;
    
    iceCoDD1.enabled = false;
    

    Disabling still works, but re-locking does not work. It has no effect. The element remains Gray and unclickable.

    Is this a bug or expected behaviour?

    The second thing 'strange', that I noticed about qnx, drop-down menus, which was already present in 0.9.1 is positioning (z-index). The open menu is displayed behind all elements that were added after the drop-down list (addChild). I currently use this ugly workaround (at the end of my GUI function):

    ...
    setChildIndex(iceCoDD2, numChildren-1);
    setChildIndex(iceCoDD1, numChildren-1);
    

    biggerCC,

    RE: the problem with the menu drop-down appears behind all other components defined after him:

    Why did you write this code snippet (below)?  could not just do addChild (iceCoDD1) as the last statement in your function so that the drop down menu is before all other elements?

    just to be clear, I don't oppose not what you did - I have the same problem with the fall down, and I'm just trying to understand why you coded this...

    setChildIndex(iceCoDD2, numChildren-1);setChildIndex(iceCoDD1, numChildren-1);
    
  • How to use a function switch box to the reference that is used several times in the previous drop-down list options?

    I use JavaScript coding in LiveCycle and development of dependent drop-down areas, but I find it difficult to write correct code. See the example below. I'm trying to use a multiple box function that refers to an option that is listed several times in the previous pull-down menu. The problem I am running into is that when I refer to any color or Nissan and Chevy, it returns the results of the color in the "Ford" column only. I'll always see color (blue, black, green and purple) options in my second drop-down list and it seems fine, but then the third drop reference only the options and colors 'Ford '. (I don't have the code for the third menu list drop-down).

    I want the client to choose Chevy or Nissan and have her drop downs (based on the color they chose)-dependent, but I can't seem to make this work.

    I hope it is clear enough (probably as mud...). I would appreciate help!

    Form1. #subform [0]. #subform [1]. cboModels::exit - (JavaScript, client)

    cboColor.clearItems ();

    {Switch (this.) RawValue)}

    case "Ford":

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    case 'Chevy ':

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    case "Nissan":

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    }

    Form1. #subform [0]. #subform [1]. cboColor::exit - (JavaScript, client)

    cboPrice.clearItems ();

    {Switch (this.) RawValue)}

    case "Ford":

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    case 'Chevy ':

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    case "Nissan":

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    }

    You can use '\n' for newline in a string, so

    "Option 1, \nOption 2, \nOption 3;

    Put each on its own line.

    Bruce

  • Show/hide fields based on the drop-down list

    Hello

    I'm trying to show/hide subforms with a drop-down list selection. I found a lot of information on the subject and ended up with what my script:

     form1.Page1.Division::exit - (JavaScript, client)
    
    switch (Page1.Division.rawValue)
    {
       case "1":
       SubformZZI.presence = "visible";
       SubformZZR.presence = "hidden";   
          break;
     
       case "2":
       SubformZZI.presence = "hidden";
       SubformZZR.presence = "visible";       
          break;
    }
    
    

    However, it does nothing when a selection is made in the drop-down list. I have the "SubformZZI" initially defined as 'Visible' and the 'SubformZZR', originally defined as "hidden".

    Any suggestions?

    Kind regards

    ZeroZone

    Check if the form is saved in dynamic form. File-> save as and choose dynamic for the type of shape...

    Other that that, you should check if you have given the values for the selection of the drop-down list as '1' and '2' in the tab of the control's binding.

    Thank you

    Srini

  • How to remove entries or register a new in the drop-down list of the Anyconnect client?

    I have a user who uses Anyconnect for quite awhile now, and we have activated the ASA profiles a few times over the past year.

    My client seems very well, but maybe also because I have a new laptop without the previous hidden settings.

    The problem: old entries in the 'box' connection to still appear and if I type a new entry it will connect but not save it as a connection profile.

    If I start from scratch by uninstalling the client, ranging on the external right site (vpn.mydomain.com), it will automatically install the customer very well yet.  But the client install still just shows the old entries and not the correct (what should the list as vpn.mydomain.com).

    I deleted the entries in personal profile under c:\users\username\appdata\local\Cisco and that to remove an entry, but the other is still there and I can't find where on the system, it is stored.

    However, the great thing is that it does not save the correct entry of vpn.mydomain.com in the list of connections, so the user must either enter it and click on connect manually or if they have to go to the website https://vpn.mydomain.com and connect via the site itself.

    Any ideas on how to get this fixed so that his client only shows the correct host in the customer?

    On Windows, see C:\ProgramData\Cisco\Cisco AnyConnect guarantee mobility Client\Profile. profile entries must complete this directory.

    New connections should add profiles or you can construct one manually using the following simple model, replacing it with your values where I typed xxxx:

    http://schemas.xmlsoap.org/encoding/">."

    xxx

    xxx.xxx.xxx.xxx

    SSL

    There are many more entries in option, but it's a bone at naked one.

  • show/hide fields based on the drop-down list of choices

    I have a field from the drop-down list with three choices. Based on the selection, I need a specific text form field to appear and the others to stay hidden. (Or if it makes the code cleaner, the resulting field could be a drop-down list, too, with the selected choice.) I don't know Java well enough to extrapolate the code from the examples online and it fit my forms. I can provide an example of form. Thanks in advance for your help.

    There are ways to run this.  the easiest for you would be to add this script to the event (calculation of the Properties tab) to calculate the field that must be hidden.  Take notes, all "/ /" is some tips for you to understand the code.  You will need to put this script in all the areas you want to replicate the behavior, change the value depending on what you want to accomplish.  the word 'event' means myself to make you understand.

    If (this.getField("dropdown").value == 'put value here') {//replace "drop down" with the name of the drops}

    Event.Target.Display = display.visible;

    }

    else {}

    Event.Target.Display = display.hidden;

    }

    This works if you have a small amount of fields.  If you manage to have a large number of similar fields, let me know because there are other, faster ways.

  • cannot detect if it is has only 1 item in the drop-down list box?

    I have an array of strings to put them in the drop-down list box, a drop-down list box. I will select an item in the drop-down list box drop-down list and press the button 'delete '. It removes the item from the drop-down list box. but when I come to the last drop-down list box, im unable to remove offshore because it does not get pass this line...

    myEntries.selectedItem.label is myArray [i]

    Why do myEntries.selectedItem.label is not detected in the last element?

    Entries.addEventListener (Event.CHANGE, EntriesChange)

                   }

              }

    "" var str_entries:String = "";

    //set default

    function EntriesChange(e:Event):void {}

    for (var i = 0; i < myArray.length; i ++)

                   {

    { if (myEntries.selectedItem.label == {myArray [i].)}

    str_entries = myArray [i];

    trace ("str_entries =" + str_entries)

                        }

                   }

              }

    You can not able to delete the index 0th, the code below, did the trick:

    delbtn.addEventListener (MouseEvent.CLICK, delfn);
    function delfn(e:MouseEvent):void {}
    var str:String=String(Entries.selectedItem.label).toLowerCase();
    for (var i = 0; i)<>
    var str1:String=String(myArray[i]).toLowerCase();
    If (str == str1) {}
    Entries.removeItem (Entries.selectedItem);
    If (Entries.length == 0) Entries.removeAll ();
    str_entries = myArray [i];
    }
    }
    }

  • Show/hide video Clips with a drop-down list box. Help!

    Hi all

    I was hoping someone here could point me in the right direction with this.

    I have a combo box that loads data from an xml file I want to use to toggle the visibility of various clips on the stage.

    I should do in ActionScript (can I?) or should it be done in the components Inspector, or can it still be done this way.

    Thanks - snake

    The code below, there are three movieclips involved, with names of "mc1", "mc2" and "mc3" instance assigned to them as data value of each item of the combobox. The combobox control has an instance name of "cbox". In this case, given that the combobox control is the first item selected by default, the first movieclip, mc1, appears. If you study the code, you will come if all goes well to understand it enough for this model to your specific needs.

  • Download the news of a drop-down list for a field of text box

    Its that simple! That's all I need to know! The code to add to the information in a drop-down list (_cb) to a text field. I need to know wear put on the script IE in the action on the _cb layer. Your all!

    on the timeline that contains your combobox with instance name _cb that you can use:

  • Landing Page fonts in Internet Explorer default Times New Roman?

    Is anyone else noticing that the police on landing pages is failing to Times New Roman? I placed the Arial font and it works fine in Chrome and Firefox, but in IE it keeps defaulting to Times New Roman. I can change this by going to the source code of each text box and setting the font family, but it becomes monotonous. Has anyone found another solution?

    Hi Krista,

    I don't know how you are using the editor, but it seems that you can be by selecting your text and change the font size using the tools. When you do so, a tag is added to your section of text. When this is done, you select your size, but you do not specify the police. The tag that results is as follows: . Because the 'face' is not defined, default IE to the default font of the browser. So, you have a few options.

    1. When you set the size of your font in the editor, set the font as well.

    2 Add this to your CSS code snippet between the tags - font {font family: arial ;}}

    Please let me know if this solves the problem for you!

    Best,

    Brad

  • Show drop-down list field hide selection in another drop-down list box

    Hello I need to create two drop-down fields on a dynamic PDF in LiveCycle. The first field contains three choices. When a user selects an item in the drop-down list first I would like to a new field of drop-down list has been shown. For each item in the first drop-down list appears a new field drop-down list with unique values. If the user chooses blue drop-down list of blue shades indicate in this menu drop-down will be various shades of blue to choose for. If the Red is chosen, Shades of Red dropdown with appearance and if yellow is displayed the same occurs. Also if the user must go back and change their selection in the first drop-down list, they can do the same. Any suggestions?

    Thank you in advance.

    There are 2 ways you could do this. The first is just to have the 3 drop-down lists for the second box to separate and do them all hidden. The output of the first dropdown event would then have the code that would make it the second box become visible, something like (in formcalc):

    If ($ == 1) then

    dropdownRed.presence = "visible".

    dropdownBlue.presence = "hidden".

    dropdownYellow.presence = "hidden".

    ElseIf ($ == 2) then

    dropdownRed.presence = "hidden".

    dropdownBlue.presence = "visible".

    dropdownYellow.presence = "hidden".

    ElseIf ($ == 3) then

    dropdownRed.presence = "hidden".

    dropdownBlue.presence = "hidden".

    dropdownYellow.presence = "visible".

    endif

    The other option is just to have a dropdown that dynamically changes its options based on the results of the first box. So in the second box preOpen event you might have something like (in formcalc):

    If (dropdown1 == 1) then

    $. clearItems()

    $.setItems ("light red, dark red")

    ElseIf (dropdown1 == 2) then

    $. clearItems()

    $.setItems ("sky blue, dark blue")

    ElseIf (dropdown1 == 3) then

    $. clearItems()

    $.setItems ("light yellow, dark yellow")

    endif

  • Why all my fonts changed to Times New Roman?

    Hello

    I had to work temporarily from another PC that my original CD is being developed. I have placed all my files on an external hard drive. When I open my files on the new PC, all the Captivate projects fonts have been replaced by Times New Roman.

    Why is this? and how can I get my project as it is!

    Thanks in advance!

    Sabrina

    Sabrina,

    My experience is that the fonts are not included in the .cpx file.

    If you open a Captivate module the fonts used are those that you specify - unless the font is not installed on the computer. If Captivate cannot find the font installed it seems to pass to a system font.

    Unfortunately if work you on the module and save it with Times new Roman showing your original font selections will be lost.

    So, first install all the fonts that you use on your module on the temporary PC.

    Then, open the module original Captivate and change it.

  • OfficeJet Pro 8610: Times New Roman fonts will print on HP Officejet Pro 8610

    My new HP Officejet Pro 8610 not print documents, spreadsheets or test pages to printer containing the font Times New Roman (of any size).  It does not have a job in the print queue.  In Excel, I get the error message "Generic_2_Q294552".

    My configuration: computer a HP Pavilion Elite NY809AV-ABA e9119t; running Windows 7 Enterprise SP1; HP Laserjet 5 L, HP 1310 PCS and HP D4360 all print do it very well.

    My new printer: HP Officejet Pro 8610, FDP1CN1502AR firmware revision, connected via a USB cable.  [Also connected via a cable to cable modem ethernet.]

    What I've done so far to help out the last 3 days: reinstalled printer (3 times), the most recent today with a published installer today. restarted the printer; restarted the computer after every significant change; updated the firmware in the printer; tried two different USB cables; tried to print fonts in Microsoft Word 7, Microsoft Excel 7 and directly from the font file; Reinstall the fonts Times New Roman of backup; visited the forums and tried all the solutions I have for any similar problem; tried the winprint, hpzppw71 and hpzpplhn print processors with RAW and NT EMF 1,008 formats data types; found and fixed all the problems I have found with all hardware and software, as well as to the latest updated version of the software.

    Finally, I seem to have problem solved for me.

    First of all, a few comments, just for the record:

    -in the affected user accounts, "Print Test Page" fails in the printer properties, but HP printer & Scanner doctor said that everything is okay, and printing test page without any problems

    -newly created user accouts working fine

    In the end, I recognized that my user accounts have a default TEMP variable: I redirect to the HARD drive to avoid piercing main SSD drive for temporary files. Setting permissions on this directory to the user everyone "Full control" (not only 'Edit'!) does the job: printer starts to print correctly. Phew!

    I hope that this helps you, Tom and others get this problem!

Maybe you are looking for