UEEEE displayed instead of text

Hi, I'm learning how to program from a book I purchased and i'm making a simple guessing game. The programming is as follows...
package
          import flash.display.MovieClip;
          import flash.events.MouseEvent;
          public class Main extends MovieClip
                    var startMessage:String;
                    var mysteryNumber:uint;
                    public function Main()
                              init();
                    function init():void
                              //initialize variables
                              startMessage = "I'm thinking of a number between 1 and 100";
                              mysteryNumber = 50;
                              //initialize text fields
                              output.text = startMessage;
                              input.text = "";
                              input.backgroundColor = 0xFFCCCCCC;
                              input.restrict = "0-9";
                              stage.focus = input;
the problem is whenever I test it. I get no errors. In the text box (instance named "output") instead of saying, "I'm thinking of a number between 1 and 100" it is saying "UEEEE". I ran it with debuging permited and it told me I should embed the text or use device central however, the book says not to though.

embed your text and add no text to output in the ide.  only assign text with actionscript unless you use a static textfield.
(and, get a new book if it really adises against embedding fonts.)

Similar Messages

  • In BeX only Key is display instead of Text in filter value

    Hi,
    Our company migrated from BW 3.0b to BI 7.0 Netweaver 2004s recently.
    Before the migration, a value in the Filtersection of an executed query in the BEx Analyzer was displayed as text. Now after the migration it always displays the key instead of text.
    If i put the same InfoObject in the Free Characteristics than it shows text like i choosed in the display section of the properties.
    Do you have any clue why?
    Thanks
    Ralph

    Wht FEP are you on??
    Try to be on the latest SP available as a part of sanity check.
    Try first to download latest FEP from service.sap.com/swdc
    Download>Support Packages and Patches">SAP Frontend Components">SAP GUI FOR WINDOWS">SAP GUI FOR WINDOWS 6.40>Win32>Bw700SP09P_904-10001615.exe.exe
    download that file rename as .exe and execute it.
    Hope it Helps
    Chetan
    @CP..

  • Key being displayed instead of text for an infoobject.

    Hi,
    I have an infoobject DWBSELEMT for which the medium text is loaded in the text table.
    e.g. 1  EN  XYZ
          2  EN  MNP
    This infoobeject is used in a cube and the cube is a part of the multiprovider.
    I have a BEx report on the multiprovider and DWBSELEMT is displayed in rows with option "display key and text"
    However, the o/p of the report shows 1  1      instead of     1 XYZ
                                                          2  2                         2 MNP
    I have changed the BEx options in the infoobject, display properties in query and also in the multiprovider level, but still there has been no change.
    What could be the reason?
    Please help.

    Hi Simon,
    The infoobject does have actual texts loaded into the T table.
    The text type and BEx descp. options in the BEx tab of the infoobject are set to medium and long text.
    I have ran the query in other desktops as well, but no change..
    Kindly let me know if you have any inputs.
    Regards,
    Vinod.

  • PDF displaying characters instead of text

    I have a user that is trying to view a PDF using Acrobat X and has random characters display instead of text.  Other users with Acrobat X are able to view the document fine as well as other users who have previous version of Reader.  I have tried running a repair on the installation as well as disabling protected mode at startup.  Any idead on what to do?  This is on the display for this user not printing.
    Thanks,
    Chris

    As Jogn said you would have to use the planning connection. The smart lists used in planning are not in Essbase. Essbase stores the smartlist ID number not the text value.

  • How can I display an icon, instead of text string, as a validation prompt?

    My validate method inside my custom validator is like this:
    public void validate(FacesContext context, UIComponent component, Object value) {
      Pattern datePattern = Pattern.compile("(\\d{2})/(\\d{2})/(\\d{4})");
      Matcher dateMatcher = datePattern.matcher((String)value);
      if(!dateMatcher.find()){
        ((UIInput)component).setValid(false);
        FacesMessage message = new FacesMessage();
        String msg = "[" + value + "] invalid date";
        message.setDetail(msg);
        context.addMessage(component.getClientId(context), message);
        FacesMessage facesMsg = new FacesMessage(FacesMessage.SEVERITY_FATAL, "xx", "msg");
        throw new ValidatorException(facesMsg);
    }My JSP has this:
    <h:inputText id="test" value="#{projecthandler.test}">
    <f:validator validatorId="DateValidator" />
    </h:inputText>
    <h:message id="testErrorMessage" for="test"/>The <h:message> tag will kick in if the user has invalid data in the <h:inputText> field and clicks submit.
    When the page is regenerated, the user will see a text string reflecting what the issue is.
    However, instead of this, I would like to display an icon consisting of a red circle with an exclamation point.
    The user is supposed to click on the icon if they want more information. By clicking on the icon,
    the user will see a message box, with a description of the error.
    This is our standard for applications. I'm trying to put together a demo showing how an existing application
    would work in JSF, so I won't be able to talk others into using JSF, unless I can get the validation to display an
    icon instead of text.
    Edited by: Kazan on Mar 18, 2009 9:31 AM
    Edited by: Kazan on Mar 18, 2009 9:33 AM
    Edited by: Kazan on Mar 18, 2009 9:36 AM

    OK, I noticed a bug in my validate method. This is updated to fix the bug, and to include the recomendation about background-image:
      public void validate(FacesContext context, UIComponent component, Object value) {
        System.out.println("DateValidator.test.1");
        Pattern datePattern = Pattern.compile("(\\d{2})/(\\d{2})/(\\d{4})");
        Matcher dateMatcher = datePattern.matcher((String)value);
        System.out.println("DateValidator.test.1");
        if(!dateMatcher.find()){
          ((UIInput)component).setValid(false);
          FacesMessage message = new FacesMessage();
          String msg = "<span style='background-image: url(/error.gif)'/>";
          message.setDetail(msg);
          message.setSeverity(FacesMessage.SEVERITY_FATAL);
          context.addMessage(component.getClientId(context), message);
          throw new ValidatorException(message);
      }When I run this, the litteral string of "<span style='background-image: url(/error.gif)'/>" is printed as the message. It does not interpret this as a span tag with an image url.
    Can someone tell me what's going on?

  • .csv file displaying "square" instead of text

    Hi experts,
    My program is using the function module 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send attachment in .csv format.
    However, when viewed, the 1 of the column in the .csv file are all "square" symbol, instead of text. But it was displaying correctly in my screen as normal text, but view in other pc, it was diplayed as "square" symbols.
    Many thanks in advance

    Hi Mil,
    While you create a report or BDC program or any program, we get a pop-up initially asking the attributes, there a option is available for Uni-code checking. Try to see whether it is checked, if not check it.
    Contact ur basis admin, Ur problem will be resolved.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Workbook refresh displays key instead of text

    Hi,
    We are on NW2004S rampup. Our support pack level for Quality environment is 7. When we execute the workbook in management cockpit in transaction UMM_PRES, the calendar month is displayed as text. When we refresh workbooks, the calendar month changes from text to key., like from Jan 2006 - May 2006 to 01/2006 - 05/2006. This happens for every refresh. On the other hand when we log back and display, text is shown and with every subsequent refresh key is displayed. This does not happen in Quality system under 3.0b version. My search on OSS notes does not get any relevant  one. Anyone having similar experience?
    Thanks.
    Param

    Hi David,
    I am able to get the result as text only after each refresh. This is made possible as follows:
    In RSD1, I changed the following under BEX tab.
    Display  changed to Text
    Text type changed to medium type
    The Text type is  new one in 2004S as compared to 3.x.
    Tnx.
    Param

  • On job application sites, when I submit, a window opens in encrypted code instead of text. How do I change this to allow the window to display text?

    On the various steps to an online job application, when I click on submit, instead of a window with a text file popping up a window pops up with html or computer coding instead of text. How do I change this so I can properly utilize these site processes. I looked for the setting that allows both html and text and it is set to do so.

    What is the content of that window?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    *Use a compressed image type like PNG or JPG to save the screenshot
    *Make sure that you do not exceed the maximum size of 1 MB
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to get data from list of values (LOV) to be displayed in a text field ?

    Hi guys,
    I am very new to Oracle APEX so please spare me if it is a silly question. How can I get the selected values from a set of list of values (LOV) displayed in a text field (or text area or so) ? Fox example, in my form I create 4 items: STATE, COUNTY, STREET, ZIPCODE and all of them are LOV (list of values). I also create 2 buttons (ADD & REMOVE). Then I create a test field (or text area name SELECTED RECORD). Now here is what I want to do with my form:
    When I set the values for all 4 fields, I will click on the ADD button then I want those values be displayed in the text field.
    For example, if the selected values are:
    STATE = Alabama
    COUNTY = Abbeville
    STREET= 1 Street
    ZIPCODE = 36310
    And the ADD button is pressed. Then in the text field I want it displays like this:
    Alabama,Abbeville,1 Street,36310
    If I choose other values and click ADD again, a new line will be added into the text fields (text area). If I click the REMOVE button, then it will clear those two line in the text field.
    Would it be possible to do it? Any help will be greatly appreciated. Thanks in advance.

    If you can live with the page being submitted and refreshed, make your ADD button do a submit with a request value of ADD and make your REMOVE button do a submit with a request value of REMOVE.
    Then create two computations (one firing with a condition of Request = ADD and the other firing with a condition of Request = REMOVE).
    In the ADD one, concatenate the values together into the text area (most likely a PL/SQL computation wiill be what you want). In the REMOVE one, set it to null with a PL/SQL computation.
    If you want it done without submitting the page, make the buttons each do a redirect to a URL but instead you will have to write two short javascript functions in the page HTML header to manipulate the field values. Each button would call each javascript function in an onclick event.

  • How to display multple line text in a single cell in ALV?

    Hi all,
    I have 'Material Detailed Description' field in my ALV report, and it's taken from a multiple line text table. Is there any way so I can get this whole text to fit in a single ALV cell (not in single, but multiple line, as in original text data)?
    Thank you.

    Hi
    If you want you can display this long text field in ALV but the allignment of the ALV not looks good. so generally we won't display them in the output,
    instead, in the interactive list write the code to call that MM03 transaction, and the user can see that text in the transaction when ever double clicked on that MATERIAL field.
    Reward points for useful Answers
    Regards
    Anji

  • How can i use text only instead of text plus the folder icon in the bookmarks toolbar; older firefox allowed this.

    I prefer using text only instead of text plus a folder icon in the bookmarks toolbar because it used less space and I can display more bookmark folders in that toolbar. Is that possible in Firefox 4.0? It was possible in the earlier versions of Firefox. If it is possible in Firefox 4.0 how do I do that? Thank you.

    First install the "Stylish:" extension then you have thousands of styles available to choose from, most consist of only a few lines, and you can modify them to suit yourself.
    * '''Stylish''' :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/stylish/
    * '''Bookmarks Toolbar Fx4 Blue/Folders, Red/Bookmarks'''<br>http://userstyles.org/styles/46947/
    * '''some styles I use:'''<br>http://kb.mozillazine.org/User:Dmcritchie

  • How can I make the tab image instead of text.

    Hi guys,
    How can I make a tab displayed as image instead of text?
    Best Wishes,
    Fateh

    Thanks Jari,
    I use Apex 4.0.2 and the theme is Builder Blue 2. When I click edit tab, I get "Tab Label" that is required field and a region called "images". As I got from you, I cannot utilize images in my case.
    Regards,
    Fateh

  • Displaying non-English text without ID

    Hi,
    My situation is as follows:
    Both R/3 and BW (NW7.0) are unicode. In a report, I need to "drill across" City which comes from customer master.
    I have thought of using "Navigation Attributes" but my concern is performance.
    Now, I have created one more InfoObject in InfoCube and do a lookup (from 0CUSTOMER InfoObject) while doing transformation. The City text (which is in Chinese) is loaded into InfoCube and I can see them properly when I do a "manage InfoCube content". However, when I create a query (in BEx), the text are all gone and only display "#####" instead.
    Does anyone know why it happens?
    I am using Win XP English version. Does anyone know if the problem would still exist if I used WinXP Chinese version?
    Thanks.
    JK

    Hi JK,
                Its no where related to BI.Its all problem with Excel.So install the software which support the chinese text.
    Regards
    Karthik
    Thanks for whatever points you assign to me

  • Storing live hyperlinks instead of text in a table

    Hi
    I wanted to do the following.
    create an excel spreadsheet with the following columns and import it into xe
    to create a table called PRICING which looked like:
    item_id VARCHAR2(30)
    item_desc VARCHAR2(100)
    item_value NUMBER
    item_url VARCHAR2(30)
    this worked OK
    Then I made an application useing the xe application builder which showed the
    table in a report.
    The item_url column showed the url in text
    http:\\mydomain.com:8080\pics\somepic.jpg
    however it was text as it had been imported from a .csv file. The formatting
    in excel was lost.
    I would have liked it to show as a live url which could be clicked by the user. Ideally i may have liked to display some alternative text
    i.e Picture of Widget45 with the typical blue font colour and underline instead of the actual http:\\....\widget45.pc. Or perhaps a thumb nail pic may be even better
    Can I do this with xe and xe application builder or do i need to use some other tool.
    Perhaps this should be a feature for future to allow people to work in excel and
    publish to xe retaining hyperlinks etc.
    thanks
    mamuks

    Try to create a new report region using the following query:
    select item_id, htf.anchor(item_url, item_desc) item_link
      from PRICINGThis will generate a hyperlink using the item_url and the item_desc as the label.
    Thus you can create all html you like in a sql query and have Apex simply display it.
    You could even do it this way:
    select item_id, '&lt;A href="'|| item_url || '" >'|| item_desc ||'&lt;/A>' item_link from pricing~Dietmar.

  • AAAAAs instead of text in the latest version of Safari

    I'm getting strings of AAA's surrounded by boxes instead of text in my browser - primarily in ads and in videos that use Flash.  I'm using the latest version of Safari on my 2013 model iMac 27 with Mavericks OS (latest update installed) and the latest version of Flash (all of this as of 11/14/14). Is anyone else having this problem, and if so have you been able to resolve the issue?  I spoke with Apple, who, as they always do, spent a good deal of time trying to find a solution, but to no avail. After spending much time with a very gracious and knowledgable Senior Advisor, they suggested contacting Adobe, and if they didn't have a solution, they (Apple) would gladly continue to work on this issue with me.
    I have little doubt that his is a Flash related problem! Thanks!

    Wow.  I love the weird stuff. 
    If I had to place a bet on what this is, I'd put my money on a corrupted system font.  It's not even really an A.  It's a different glyph.  It reminds me of the "missing character' box that you'd see when trying to display high-ascii text that isn't installed (like Korean on an english machine without font support), but this is even stranger.
    The dialog itself looks like the "Do you want to allow this site to store some information on your computer" prompt, which is definitely Flash Player.
    A cursory Google search supports this:
    Oncreen text is all capital A's in boxes on my ... | Apple Support Communities
    This seems like a really good suggestion from that thread:
    sdpitbullJan 8, 2013 1:04 PM https://discussions.apple.com/message/20847134#20847134
    Re: Oncreen text is all capital A's in boxes on my MacBook Pro?in response to dancer64
    This is also a common problem when one installs Microsoft products. They duplicate a lot of the Apple fonts and cause all sorts of havoc with capital "A" in boxes.
    If that is the problem then you'll need to run Font Book in your Applications Folder. There are commands here to check for corrupted or duplicate fonts.
    You may also want to try Restore Standard Fonts (also in Font Book) to see if you can get Geneva back that way.

Maybe you are looking for

  • My Aperture Library won't open.

    It has been a week of trying to recover my 250gb aperture library. I have followed the support given by apple to the "t". To no avail. I've repaired permissions, repaired database, deleted user preferences, moved the user created presets, deferred pr

  • Error 8003

    why am i getting error 8003 while downloading purchased music from itunes?

  • 360 panorama not shown in preview on iPad with Adobe Content Viewer

    Hello Forum - I have a weired problem with the 360 panorama- When I create the panorama using the overlay creator everything works perfect and the desktop preview is showing the panorama very fine. On the ipad (after login with my adobe ID and downlo

  • ITunes won't download no matter how hard I try!!!!

    I have been trying for a week to get iTunes downloaded onto my computer.Every time I go through setup it comes to "1628:Failed to Complete Installation" and restarts my computer.I bought Norton Antivirus thinking it was a virus that was screwing it u

  • Can we supress the warning messages on server level

    I have a problem with the application that issues a select distinct count of a column that has NULLS value on Oracle 10.1.0.4 server. The application doesn't handle the warning message returned and shuts down. I cannot change the application code- is