Font list has only one entry

Using Windows XP / RH8 / RSC 1.3

On a project I just noticed the police in the drop-down list has only one entry (Times New Roman), which is not the police, that the project uses.  The project is always displayed in the Arial font and this issue not currently causing me a problem, but I thought I had better solve now.  Other projects do not have this problem.

You can provide any assistance is greatly appreciated.

Kind regards

Joe

Post edited by: tojo45

You can try to remove the PDC, copy the good .apj then opening the project (still preventing RSC from getting the most recent server).

If it works, then you can check the RSC apj, paste the right thing in and come back in.  (paste then opening HR does not trigger the functions of source control so you have to do it manually.)

Tags: Adobe

Similar Questions

  • I have a Windows XP Home Edition, which shows 3 choice of OS at startup, when it has only one.

    I have a Windows XP Home desktop computer, which displays 3 choice of OS at startup, when it has only one.  I would just start on the 2nd listed, without displaying the choices, or that the only choice.  My other computers have always done. Is there a WOOD frame, or any ideas would be welcome.

    Thank you in advance,

    Roger

    Before continuing,

    Save a backup copy of the Boot.ini file

    1. Right-click my computerand then click Properties.

      -or-

      Click Start, click run, type sysdm.cpl, and then click OK.

    2. On the Advanced tab, click settings under Startup and recovery.
    3. Under System startup, click Edit. This opens the file in Notepad, ready for editing.
    4. In Notepad, click file in the menu bar and then click on record under.
    5. Right-click in an empty area of the dialog box record under , point to new on the shortcut menu, and then click folder.
    6. Type a name for the new folder, for example temp, and then press the ENTER key to create the folder named temp.
    7. Double-click the folder named temp, and then click the Save button to save a backup copy of the Boot.ini file.

    Link to the source:

    http://support.Microsoft.com/kb/289022

    How to restore a boot.ini file.

    http://www.ehow.com/how_5108524_restore-bootini-file.html

    How can I remove the choice of startup that I have more desire.

    http://ask-Leo.com/how_do_i_remove_boot_choices_that_i_no_longer_want.html

    Good luck.

  • Help! I need to connect my iPhone5s to the stereo, but it has only one usb port and whenever I connect it, it connects? Is there a setting on my phone, I need to change? Help, please

    Help! I NEED to connect my iPhone5s to the stereo, but it has only one usb port and whenever I connect it, it connects? Is there a setting I need to change on my phone? Help, please

    You will need something like that and a micro USB to USB cable

    http://www.Apple.com/shop/product/MD820AM/A/lightning-to-micro-USB-adapter

  • Adobe story - film script has only one model. Why? For example the script TV has more models.

    Adobe story - film script has only one model. Why?

    Hello

    With TV, we found that all productions has a different format and that's why we added some samples formats that have been requested. With the Film, the format is better to be in a standard format (which we are in our model of film).

    Kind regards

    Sunny

  • Creating report perpetually reserved outputs only one entry

    I try to create a report of perpetually reserved RDM.  When I check the output I get only 1 entry in the CSV file.  I know that there are many others.  I think it has to do with the assignment of the $esxcli for Get-ESXCli.  Thank you for your help.  My code is below:

    (param

    [Parameter] [string] $TargetCluster #,.

    #[management.automation.PSCredential] $RootCredentials = (Get-Credential)

    )

    # Retrieve the list of Cluster target hosts

    $ESXHosts = get-Cluster $TargetCluster | Get-VMHost | Select-Object name # | % {Connect-VIServer $_-Credential $RootCredentials |} Out-Null}

    #$ESXHosts | FT

    # Find the ScsiCanonicalName for all RDM disks attached to the virtual machines in the target cluster

    $RDMDisks = get-VM-location $TargetCluster | Get-hard drive - DiskType "RawPhysical", "RawVirtual" | Select ScsiCanonicalName

    Instance to retrieve and EsxCli # for each ESX host

    {foreach ($ESXHost to $ESXHosts)

    $esxcli = get-EsxCli-VMHost($ESXHost.Name)

    #$esxcli | FT

    # And for each disc of RDM

    {foreach ($RDMDisk to $RDMDisks)

    $RDMDisk | FT

    # Collect naa LUN ID and perpetually reserved value

    $esxcli.storage.core.device.list($RDMDisk.ScsiCanonicalName) | Select-Object device, IsPerenniallyReserved | Export-Csv - NoTypeInformation-Path "C:\Users\cBurnett\SkyDrive\vSphere CLI Scripts\Set-RDMReservations\get-rdmreservations.csv.

    }

    }

    # Cut the connection objects created for the target Cluster

    #Disconnect - VIServer *-confirm: $false | Out-Null

    You crash your CSV every time, so you will always have the last result.

    $esxcli.storage.core.device.list($RDMDisk.ScsiCanonicalName) | Select-Object device, IsPerenniallyReserved | Export-Csv - NoTypeInformation-Path "C:\Users\cBurnett\SkyDrive\vSphere CLI Scripts\Set-RDMReservations\get-rdmreservations.csv.

    Add the - Append switch and that should work I think.

  • "Data dashboard" version 2.0 list drop-down list seen only "one, two, etc.» Instead of the text Enum

    I am currently using the new data on an iPad dashboard 1. I'm coding in suite developer Labview 2012. I found that switches work very well when it is associated with a shared variable. I finally managed to get the drop-down list to control a shared variable of data type typedef/enum. This control very well within the Labview program, but on the dashboard of data drop-down list shows only the "One" "two" etc... instead of the text 'This' Enum 'As' 'Other' I can write back to the dashboard with a text conversion of the enum to the dashboard and place it in a display of string over the fall down. While this gives the operator a display of the current Typedef/enum, it is not very intuitive. They must select 'One' to view 'This' "two to display 'Than' etc...

    How can I get the dashboard of data drop-down list control to display the text of the enum instead of "one" "two" etc?

    I think the point was that your question belongs to this other forum, not the forum of LabVIEW.

    (I'll ask the moderator to move this thread i).

  • Problem with headphone selection if the table has only one row

    Hi all

    I have developed a table in which I use selection listener to perform a task when a line is selected.
    It works fine when I have more than 1 row in the table, but when I did that one line in the table, the listener of selection do not call the corresponding method in the bean.
    I understand this selection event is raised only when the line is changed, but in the case of use when only one line is there, what do I do to make the listener of selection work?

    The selection listener I wrote the code to make the line selected as current line and perform the required task.

    Please suggest a way out of this situation.

    Thanks in advance.

    Hello

    try to remove this table attr

    selectedRowKeys="#{bindings.xxx_VO1.collectionModel.selectedRow}"
    
  • (RH9) 'See also' - how to make * not * clicks when only one entry in the list?

    I have several topics (A, B and C) in which I want to place a control 'See also' that has two subjects (B and C) inside.

    In the A section, click on the control see also appears a list of "A" and "B". Click each item in the list to access the topic.

    In the B section, click on the control see also jumps directly to heading C.

    In the C section, click on the control see also go directly to section B.

    Is there a way to force the control to * always * bring up a list of subjects "see also"? For example, in section B, I would like to control to display a list containing just heading C.

    Hoping that...

    Thank you.

    Hello

    Administer a test.

    Click your related topics in WYSIWYG button and switch to HTML view.

    You should see a quantity of larg of the code presented in green, followed by a small amount of what looks like the code repeated in dark red.

    Copy the following line (including the < and="" the=""> and add the following line to each area.)

    Give it a go and see how you rate.

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • List box only one option of selection export Multiple

    Hi all

    I created my list box, helped several selections and send the interactive pdf.

    However when I pick it up and extract the data, I'll only get a selection in the csv file.

    Also I would like to automatically select all the entries in a list box. How would I do that?

    Thanks for the help. Have been roaming the Internet for an answer, I have not found what I still had.

    See you soon,.

    Larissa

    Hello

    Steve Walker is a good example of filler listboxes here: Automatic combo module

    Hope that helps,

    Niall

  • WAP4410N shows only one SSID

    I have a 4410N put in place on my network. I use 4 VLANS on my network which I use my default VLAN 1 as the VLAN 'public' that we use to give our clients WiFi for free. I would have two SSID visible from the access point, a non-secure and connected to VLAN 1, and another set with WPA2 and connected to our Office VLAN on which the various servers and resources are available. My preference is for the two SSID be visible, because it is not a problem of major security and as the only one IT, I have no time to set up each computer that uses the network with the SSID, but I will if I have to.

    I set up the 4410N with his first SSID using our public WiFi name and does not have any security on it. I went to the page VLAN and configure it to use both the default VLAN 1 VLAN, and VLANS for the first SSID. Then I I went back to the basic settings page and added a second SSID and chose "Enabled". I went to the Security page and left most things like default (Wireless insulation between SSID is enabled) and change the security settings for the Office of SSID for WPA2-Personal. Finally, I went to the page VLAN and is the VLAN 4.

    When I return to my computer or other wireless devices, I don't see the public SSID, not the office. I have on my computer (Win7 x 64) one 'Other network' option, but the intensity of the signal on this network is lower than that of the public SSID available. Also, if I try to connect using the name SSID of the office and the password I put, do not access.

    Am I totally wrong understand how multiple SSID is supposed to work? I'm trying a lot of assumptions here. Anyway, any help that can be provided would be great!

    PS I have no idea if this would affect it, but in the interest of all possible factors of the inscription, the 4410N is powered by PoE and the switch port it is connected to is set to 802. 1 q with a value of 1 to 4 according to the VLAN.

    * EDIT *.

    After the announcement, I discovered that in the status page wireless, two SSIDS are listed, but only one (the public SSID) has a listed MAC. I guess I should add a somewhere. Where do I do this, and what is a 'safe' MAC use will not conflict with what anyone?

    * EDIT *.

    Post edited by: Christon Pierce

    Hi, my name is Eric Moyers. I am a network Support Engineer in the Cisco Small Business Support Center. Please use the Forums to Post community of Cisco.

    I enclose a document that should give you the information you're looking for.

    Please let me know if you have any other questions.

    If it helps, remember to mark this thread as a response.

    Thank you

    Eric Moyers

    Support of Cisco network engineer

    SME HWC Wireless and monitoring

    CCNA, CCNA-wireless

    1-866-606-1866

  • card crypto access lists / problem if more than one entry?

    Access list for IPSec enabled traffic.

    I've been recently setting up a VPN between two sites and I came across the following problem:

    I wanted to install a VPN that only 2 posts from site A to site B, a class C network

    So I created a list of access as follows:

    access-list 101 permit IP 192.168.0.1 host 192.168.1.0 0.0.0.255

    access-list 101 permit IP 192.168.0.2 host 192.168.1.0 0.0.0.255

    When I applied the access list above to map (match address 101) encryption, I quickly realized that only the first host (192.168.0.1) was successfully encrypted beeing while the other could not. I've been geeting on ipsec debugging errors saying that traffic to 192.168.0.2 denyed by the access list.

    When I changed the access list above with the following

    access-list 101 permit IP 192.168.0.1 0.0.0.255 192.168.1.0 0.0.0.255

    two items of work could successfully encrypted through IPSec tunnel.

    To look further into it, I realized that only the first entry of the IPsec access list has been really tested for the corresponding traffic!

    Is this a normal behavior or a known Bug? No work around for this problem?

    Kind regards.

    If you have ipsec-manual crypto map in crypto ACL, you can specify that an ACE. Check 12.2 docs:

    Access lists for labelled as ipsec-manual crypto map entries are limited to a single permit entry and the following entries are ignored. In other words, the security associations established by this particular entry card crypto are only for a single data stream. To be able to support several manually created security for different types of traffic associations, define multiple crypto access lists and then apply each a separate entrance card crypto ipsec-manual. Each access list should include a statement to define which traffic to protect.

  • FoxTab 1.4.9 has stopped working again? 24 of Firefox, Flash player 12. Was I the only one?

    Foxtab empty empty screen when I open foxtab. Reinstalled Firefox 26 and downgraded to flash player from 12 to 11. Running Windows 7. Although I'd be able to find this recurring latest online fix, but after a week of waiting, I thought I should show my problem here. Maybe I'm the only one who has this problem? I've always been able to understand the cause with foxtab problems earlier, but this time, I'm puzzled. Foxtab using 1.4.9, Flash Player 12. I don't have a screenshot button on my keyboard but foxtab watch it's normal screen, some only of sites are on the screen and I can not add all web pages either.

    Hello, there is a new version available for the https://addons.mozilla.org/firefox/addon/foxtab/versions/ that apparently solves a problem with the latest version of the flash plugin.

    If the problem is still present later, please contact the developer of the addon directly via the channels of support to https://addons.mozilla.org/firefox/addon/foxtab/

  • My music player has more than one entry for a song and when I buy a song or download to the reader I'm going to finish with three entrances.

    Original title: getting copied songs and resumes somehow

    Because of the settings or something my music player has more than one entry for a song... so when I buy a song or download from my phone to the player so I'll finish with three entries... on an album of 10 songs I get 30.  3 of each song... even with pictures... is it a setting or is there a way to automatically set the drive remove the redundant songs and photos?

    Hello

    1 Windows operating system you are using?

    2 are you facing issue with Windows media player?

    If you are facing the issue with Windows Media Player, you can try the following steps and check if it helps:

    Method 1:

    You can delete the Windows Media Player database and check if the problem persists.

    Step 1:

    a. exit Windows Media Player.

    b. click Start, click Run, type %userprofile%\Local Settings\Application Data\Microsoft\Media Player in start searchand then click OK.

    c. Select all files in the folder, and then click delete on the file menu.

    Note: you don't have to remove the folders that are in this folder.

    d. restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

    If this does not resolve the problem, disable the Windows Media Player database cache files. To do this, follow these steps:

    Step 2:

    a. exit Windows Media Player.

    b. click Start, click Run, type %LOCALAPPDATA%\Microsoftand then click OK.

    c. Select the folder Media Playerand then click delete on the file menu.

    d. restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

    For more information, see the article:

    Method 2:

    If you are using Windows 7, you can also try to launch Windows Media Player convenience stores on the library and check if it helps.
    Convenience store open in Windows Media Player library

    Method 3: How to prevent duplicateor entered invalid frombeing added to mylibrary during playback of music files?

    When you move digital media files on your computer, the file name and file path information remain unchanged in your library. Then when you select a file to play to its new location, a new entry is created in your library if you select the option automatically added to your library when played. As a result, your library can quickly contain a large number of entries, duplicate or invalid.

    To prevent it be automatically added to your library of music files
    a. in Windows Media Player, on the Tools menu, click on Options.
    b. on the Player tab, clear music to add to the library when played check box.
    Now, when you play music on your computer or the Internet, the file will not be added automatically to your library.

  • Explorer Windows has encountered a problem and needs to close, sorry for the inconvenience into account only one user. Other user accounts properly.

    This problem deals with only one of my user accounts, where the user accounts function correctly.  When my wife logs in to his user account, it receives the error "windows Explorer has encountered a problem and needs to close, sorry for the inconvenience."  No ICONS or deskbar charge upward; However, my daughter and my user account functions properly.

    I did a system successfully restore to a previous point, but the problem remains.

    If you are still having problems with Windows Explorer crashing, I suggest to consider the suggestion offered by ShadowKat:

    "Hello people, it seems that some guys out there are still having trouble with this random crashes. I have the same problem, except that it happens every time that I go to my media files on my NAS. It seems that there is a bug or something with windows that causes this problem when you access a folder to storage media like mine, especially when the size of the file is very large (archive all my discs of film there for convenience and continuous =), about 1 TB of data). Windows capable of generating thumbnail images for your files and blocks the Explorer as well.

    I solved this by going to my computer > click the "Organize" (upper-left) > folder and search options > view tab check "Show icons, never thumbnails" option and uncheck the "display file on the photos." This prevents windows to generate images and solved the problem for me. Less visually flashy Yes, but at least not need a cloth and restart is).
    I hope this helps and good luck!
    ShadowKat. »
     
    If you're still having problems after this, I suggest that to start a new thread in the following location:
     
     
    I hope this helps.
  • AGAIN starts after only one physical disk has several partitions makes no sense to the production oracle database?

    Dear Experts,

    Don't + REDO1 diskgroup have only one physical disk has several partitions makes no sense to the production oracle database?

    For example

    • + Diskgroup Redo1 have 2 50 GB disks (fact these 2 discs are the same physical disk partitions OR these should be separate disk as recommended approach)?
    • + Diskgroup Redo1 have 2 drives of capacity 50 GB (for RAID 1 + 0)
    • + Diskgroup Redo2 have 2 50 GB disks
    • + Diskgroup Redo2 have 2 drives of capacity 50 GB (for RAID 1 + 0 )

    Thank you and best regards,

    IVW

    Hello

    Partitioning your disks for ASM configuration as 'A' might make sense. If you lose one disk, you have the discs to another.

    'B' totally make sense if you have lost the disc that you have lost all group ASM and you need to change this with something like 'C '.

    But obviously you need redundancy ASM configured appropriately.

    Kind regards

    Juan M

Maybe you are looking for