Some text and toolbar appears in chinese

Some of my text in my toolbar and in completed searches appears in chinese. I have tried deleting these languages from my computer
but with no luck. Any ideas anyone please?

mocjoc wrote:
file://localhost/Users/JohnBoyd/Desktop/Screen%20shot%202012-07-29%20at%2011.33. 03.png
Nobody can see a file located on your desktop.  Use the Camera icon in the reply box to post a screenshot.

Similar Messages

  • HOW TO: BASIC DVD MENU BLACK BKGD SOME TEXT AND CLIPS

    hey everyone!
    i was hoping someone could help me out with this. i need to make a really basic dvd thats just a black background, some text, and the links to the clips i want to played. any tips with this?
    thanks

    Crumbs - it doesn't get more basic!! No images for the background needed?
    OK, what you do is very simple indeed. Create a menu if you haven't already got one, and click on it so it appears in the editor window. Click and drag out a button rectangle and use the property inspector to add text to the button and include it in the button highlight. Set the target for the button and repeat the process for any other button you want to add. Make sure that you use the 'Settings' drop down box and assign the button navigation.
    That's it.

  • Some GIFs and JPGs appearing with yellow "wash" when loading in Safari

    Hi,
    I've flicked through forums, google, and called my top graphics people but nobody can seem to help, or has ever even heard of, my issue.
    Here it is in a nutshell:
    Some GIFs and JPGs appear with a yellow "wash" when being loaded in Safari. I can confirm this is happening on 3 different Macs, and even on a PC running Safari.
    Safari 3.1.1 on Windows XP
    Safari 3.1.2 on Mac OSX 10.5.5
    Here's some examples of it occurring:
    http://staging.tomatosource.com.au/test/bad.jpg
    http://staging.tomatosource.com.au/test/bad.gif
    You might need to refresh the page in Safari a couple of times to see the flicker but it's there.
    I've tried:
    - resaving images with and without "progressive" and "interlaced"
    - a variety of different colour palettes
    - taking a screenshot of the image, putting back into Photoshop and resaving
    Has anybody seen this issue before? Unfortunately I can't go live with this site until I fix this very strange error.
    Any comments would be greatly appreciated!
    Cheers,
    Jase.

    Totally independently from your current problem, Safari is cr@p. Dump it.
    All Apple applications, from the Finder through Preview and iPhoto to Safari, assign Monitor RGB to ALL untagged images, even if they were created or saved in sRGB.
    The only current properly color-managed web browser is Firefox 3.0.1. Just keep in mind that you have to enable color management deep inside the guts of Firefox.
    See this existing thread in the Adobe Photography forum:
    Ramón G Castañeda, "Beware of using Adobe Web Galleries" #49, 14 Sep 2008 4:52 pm

  • On button rollover Dynamic text and Movieclip appear

    Hi guys,
    I've got an issue - When one of my buttons is rolled over, I want text and a movieclip to appear. When the button is no longer rolled over, I want the text and movieclip to disappear.
    The way that I was going to do this was to have anchor_mc as an anchor, and upon rollover have the movieclip play from inside the anchor (as its at the exact X & Y that its needed at) and dynamic text appear.
    Questions:
    1) How do I attach mc_textbox to mc_anchor --- OR, how do I set coordinate for just where mc_textbox should show?
    2) How do I then make the movieclip disappear if the button is no longer rolled over?
    3) Is it not possible for me to merge all of the dynamic text functions into one function, using IF statements? I tried this, but couldn't work it out.
    AS3 code is attached below.
    import flash.events.MouseEvent;
    stop();
    line1.addEventListener(MouseEvent.ROLL_OVER, line_in1, false, 0, true);
    line1.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line2.addEventListener(MouseEvent.ROLL_OVER, line_in2, false, 0, true);
    line2.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line3.addEventListener(MouseEvent.ROLL_OVER, line_in3, false, 0, true);
    line3.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line4.addEventListener(MouseEvent.ROLL_OVER, line_in4, false, 0, true);
    line4.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line5.addEventListener(MouseEvent.ROLL_OVER, line_in5, false, 0, true);
    line5.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line6.addEventListener(MouseEvent.ROLL_OVER, line_in6, false, 0, true);
    line6.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line7.addEventListener(MouseEvent.ROLL_OVER, line_in7, false, 0, true);
    line7.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line8.addEventListener(MouseEvent.ROLL_OVER, line_in8, false, 0, true);
    line8.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    line9.addEventListener(MouseEvent.ROLL_OVER, line_in9, false, 0, true);
    line9.addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    function line_in1(e:MouseEvent):void
            line_output.text = "This is a test made by the MonkeyTest that has previously messed up\n        And testing a new line";
    function line_in2(e:MouseEvent):void
            line_output.text = "up messed previously has that MonkeyTest the by made test a is This";
    function line_in3(e:MouseEvent):void
            line_output.text = "This is a test made by the MonkeyTest that has previously messed up\n        And testing a new line";
    function line_in4(e:MouseEvent):void
            line_output.text = "up messed previously has that MonkeyTest the by made test a is This";
    function line_in5(e:MouseEvent):void
            line_output.text = "This is a test made by the MonkeyTest that has previously messed up\n        And testing a new line";
    function line_in6(e:MouseEvent):void
            line_output.text = "up messed previously has that MonkeyTest the by made test a is This";
    function line_in7(e:MouseEvent):void
            line_output.text = "This is a test made by the MonkeyTest that has previously messed up\n        And testing a new line";
    function line_in8(e:MouseEvent):void
            line_output.text = "up messed previously has that MonkeyTest the by made test a is This";
    function line_in9(e:MouseEvent):void
            line_output.text = "up messed previously has that MonkeyTest the by made test a is This";
    function line_out(e:MouseEvent):void
            line_output.text = "";
            var mc= new mc_empty(); addChild(mc);

    It isn't relly clear to me what you have versus what you want, so these answers may be equally unclear to you.
    1. One way to join them together is to maually place one inside the other while authoring the file.  Another way is to use addChild to add the text mc to the anchor...  mc_anchor.addChild(mc_textbox);  To control where the text mc appears you can set its x and y properties.using actionscript... mc_textbox.x = 0;
    2. To make the movieclip disappear you can set its visible property to false... mc_anchor.visible = false;
    3. You can probably reduce that code substantially, though it partly depends on what variations there are really going to be in the text that displays for each rollover.  For now, I'll assume the text will be entirely different for each...
    for(var i:uint=1; i<10; i++){
         this["line"+String(i)].addEventListener(MouseEvent.ROLL_OVER, line_in, false, 0, true);
         this["line"+String(i)].addEventListener(MouseEvent.ROLL_OUT, line_out, false, 0, true);
    function line_in(e:MouseEvent):void {
         var lineTarget:MovieClip = MovieClip(e:currentTarget);
          // could use a switch instead of the if's in series if you know what a switch is
         if(lineTarget == line1){
              // do things for line1
         } else if(lineTarget == line2){
              // do things for line2
         ) else if.... etc

  • Some text in Safari appears as fractions instead of readable text

    On some web pages certain blocks of text appear as numerical fractions. When I go to the same web page in another browser, such as Camino, the text appears as it should. I have tried to change the font in Safari's preferences, but nothing seems to fix it. This seems to be a fairly recent problem happening on all our Macs and it seems to have started since we upgraded to OS X 10.4, or maybe even after one of the recent updates. Any help resolving this annoyance would be appreciated.
    Stetson

    Thanks All,
    actually, these machines are all running Suitcase to manage fonts, so I eliminated Helvetica Fractions from any of the suitcases and it resolved the issue. It's curious the problem only showed up in Safari and not Camaro, but I've learned not to question things once they are working properly!!
    Stetson

  • PDF forms have problems displaying text and only appears when the field is selected

    Hello,
    I created some pdf forms to distribute to the company clients. But we are having some people complaining about the text visibility. When they have work in team, the pdf that they receive from a third person often appears unfill or without text, the text is only visible when the field is selected. I need to find a solution for this because our company products are base on this forms.
    If there is any addition information that I should add to understand what is happening and how to fix it, I'll be happy to write it.
    In the company, we all have mac and the forms where created innitially in Adobe acrobat 9 pro, but we have now Adobe acropabt XI pro.
    The users have both Mac and Windows systems.
    Thank you,

    This is usually caused by the form being filled-in and saved by a Mac user who is using the Preview application to view the PDF. More information is here: http://kb2.adobe.com/community/publishing/885/cpsid_88564.html
    It is a good idea to inform your users that Adobe Reader (or Acrobat) should be used to work with the forms.

  • I would like to know how to fix my safari. There are many pages that the text and links appear as "AAAAAAA" and I dont know where to click or what to do

    Please if anyone knows how to solve this problem, I bought this mac brand new, first time using it and many pages dont render the texts or links. It shows it like a series of "A"s.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • Some text and fonts are "outlined" or "inlined", making it difficult to read.

    Some websites have fonts that appear "outlined" or filled with a different colour, making it nearly impossible to read. I have a screen capture of Firefox versus Safari to show you the difference, but there is no way to send it to you on this form. Contact me by email and I will send it to you...

    Turning OFF "Allow pages to choose..." remedied the problem. Many Thanks!

  • ? I opened the "get started" page and "How to edit a photo-" but I just see a big black box and some text and no way to work with anything. I downloaded the photos and opened them and there they are.

    Is there supposed to be a video in that black box?

    Yes those are supposed to be videos. I can see them now. These videos are hosted on Youtube. Some people have experienced temporary issues but later have been able to view the videos. I suggest coming back and trying again, or try another browser.

  • Blacks in some pages and documents appearing transparent to desktop

    Certain web pages, "advanced" pages like Sky's TV listings or even the google home page, show blacks and dark areas as transparent making them very hard to view. It also happens to pdf's viewed in Firefox and quicktime movies in firefox. The problem seems to be connected to the Win7 aero feature as when this is switched off the problem disappears, but not other application or browser is affected.
    Images:
    https://lh3.googleusercontent.com/-uRBoCrR0awk/TnjfoVUB4KI/AAAAAAAAMXU/qIp46IfMqs8/s800/firefox%252520transparency%25252001.jpg
    https://lh5.googleusercontent.com/-HKxcPtmVwqs/TnjfpoBCAiI/AAAAAAAAMXY/LJdh4APflOA/s800/firefox%252520transparency%25252002.jpg

    Thanks for the informative answer Yvan. I wonder if that's related to another issue: after installing iWork 09 I noticed some font modifications in my PDF files as well (big Headings ending off the page). Do you think that might be related? Any ideas of how to fix this?

  • How can i disable some text and item in the reports from printing

    i have a requirment to prepare a report for cheque printing on a formatted cheque paper..so i want the data should be printed in the paper not the whole thing..how can i do this...
    it is like this
    Name:- <coming from database>
    Address :-
    Rs :-
    in printing i need only the data not Name,Address and Rs headings..
    plz help me out??

    Hi,
    The usual method to influence whether an item should be printed or not is to adjust the function which lies underneath the item (simply return FALSE when you don't need it. You can also adjust the input and then return TRUE). I hope this will help you to solve your problem.
    Regards,
    Vincent ([email protected])

  • Why does some text script object appear while pressing Alt+anything in Illustrator CC trial?

    While I copy using Alt (Alt+drag), while i use pen+Alt, all the time. It's crazy.

    Guys sorry, i made it myself. there was a problem in my shortcuts preferences in switching between languages. Illustrator is actually ok!

  • I purchased some songs and they appeared to be downloaded but they're not on my shuffle ipod.  what do I do now?

    Songs that I purchased that looked like they were downloaded fine on to my ipod shuffle but turns out they didn't show up on my ipod.  I am on Windows XP home edition, it's a brand new shuffle ipod, 4th edition.  Help anyone?

    Make sure they are configured to sync to your Shuffle via your Shuffle's Music tab.  See this article for more details on syncing music to your Shuffle.
    http://support.apple.com/kb/ht1719
    B-rock

  • I underlined some text in Mail and now can't stop underling additional text.  Any suggestions?

    Using Mail version 4.5, I underlined some text and now can't seem to stop underlining additional copy.  Any suggestions?

    Select the text you don't want underlined then click Command + U on your keyboard. When you start typing again, it shouldn't be underlined. You can access text formatting from the Mail menu bar "Format" ..

  • Some text on websites doesn't display properly

    Some text doesn't appear correct in Firefox (but does in IE). The text appears to get jumbled or scrambled but if I cut and paste the text from Firefox to a text file, the text is normal so it must be something in the display setting. The link below is a screenshot of Firefox.
    [http://www.pkhlineworks.ca/screen.jpg]
    Any ideas what is causing this?

    This issue can be caused by an old bitmap version of the Helvetica or Geneva font or (bitmap) fonts that Firefox can't display in that size.<br />
    Firefox can't display some old bitmap fonts in a larger size and displays gibberish instead.<br />
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.<br />
    <br />
    Uninstall (remove) all variants of that not working font to make Firefox use another font or see if you can find a True type version that doesn't show the problem.<br />
    There have also been fonts with a Chinese name reported that identify themselves as Helvetica, so check that as well.<br />

Maybe you are looking for

  • Time Limit Exceeded while executing Proxy Program

    Hi all, we are  frequently facing Time Limit Exceeded problem in R/3 system while exceuting proxy program for large payloads (appx 5-7 MB). Sometimes we are able to successfully restart the message and sometimes we have to delete these messages. How

  • Logical standby configuration details

    we want to be able to gather additional information about the logical standby configuration. How do we know if log_auto_delete is turn on or off? How do we know if any of the tables/schema dml/ddl are in skip mode? Thanks.

  • Make a clip dissolve to black & white then back to color

    Hi. How do I make a clip dissolve to b&w in the middle of it then back to color? Message was edited by: Hoops24

  • Lost surround in Mountain Lion

    I can not set 5.1 sound channels in my Mac pro. The options are greyed in the MIDI configuration. I realy need this for work, can someone help?

  • Secure Shell Program in OSX?

    I'm making the switch to OSX and know that the OS has a built in secure shell type program...can anyone tell me about it and how to get to it?