When I type text numbers are randomly inserted into my text ?

Suddenly my text generated in mail and MS word has random includes random numbers insert between the letters I have typrd.  Interestly when I tyor this post everything works fine ?? any suggestions ?

Reset the device:
Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
If that doesn't help, tap Settings > General > Reset > Reset All Settings

Similar Messages

  • JLabel moved when I type text

    Using BoxLayout I have placed a JLabel on top of a JTextArea. Now, when I type text in the JTextArea, the JLabel moves.
    Why does this happen, and what can I do to prevent it?
    This is my code:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class T2 {
        public static void main(String[] args) {
         try {
             javax.swing.SwingUtilities.invokeAndWait(new Runnable() {
                  public void run() {
                   JFrame mainw = new JFrame("T2");
                   mainw.addWindowListener(new WindowAdapter() {
                        public void windowClosing(WindowEvent e) {
                            System.exit(0);
                   JComponent pane = (JComponent)mainw.getContentPane();
                   pane.setLayout(new BoxLayout(pane,BoxLayout.Y_AXIS));
                   pane.add(new JLabel("Write something here:"));
                   pane.add(new JTextArea(10,30));
                   mainw.setSize(200, 200);
                   mainw.setVisible(true);
         catch (Exception e) {
             System.err.println("Exception: " + e);
    }

    Why does this happen, Read the Swing tutorial on [How to Use Box Layout|http://java.sun.com/docs/books/tutorial/uiswing/TOC.html]. It explains how components are aligned when the "X alignment" of compnents is different, which they are in your case (run the code below to see the output). So what is happening is the the label is being aligned to the center of the text area "preferred size" and the preferred size changes as you add text to it.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class T2 {
        public static void main(String[] args) {
         try {
             javax.swing.SwingUtilities.invokeAndWait(new Runnable() {
                  public void run() {
                   JFrame mainw = new JFrame("T2");
                   mainw.addWindowListener(new WindowAdapter() {
                        public void windowClosing(WindowEvent e) {
                            System.exit(0);
                   JComponent pane = (JComponent)mainw.getContentPane();
                   pane.setLayout(new BoxLayout(pane,BoxLayout.Y_AXIS));
                   JLabel label = new JLabel("Write something here:");
                   System.out.println(label.getAlignmentX());
                   pane.add(label);
                   JTextArea textArea = new JTextArea(10,30);
                   System.out.println(textArea.getAlignmentX());
    //               textArea.setAlignmentX(0.0f);
                   pane.add(textArea);
                   mainw.setSize(200, 200);
                   mainw.setVisible(true);
         catch (Exception e) {
             System.err.println("Exception: " + e);
    and what can I do to prevent it?Standardize the alignments:
    textArea.setAlignmentX(0.0f);

  • I have two different accounts on my iMac 2011 OSX 10.8.2. When you type text in one account, he dialed in the second account at a time. how to solve it?

    I have two different accounts on my iMac 2011 OCX 10.8.2. When you type text in one account, he dialed in the second account at a time. how to solve it?

    I have 2 users on the imac. when entering text in the first account it is duplicated in the second

  • Records are not inserted into MTL_TXN_REQUEST_HEADERS,MTL_TXN_REQUEST_LINES

    Hi all,
    I am doing pick release thru API.
    For that , I have run following API successfully but my problem is that records are not inserted into MTL_TXN_REQUEST_HEADERS , MTL_TXN_REQUEST_LINES
    tables so that I cannot generate the move order. Can anyone suggent the valuable tips for that ?
    1. WSH_DELIVERIES_PUB.create_update_delivery
    2. WSH_DELIVERY_DETAILS_PUB.Detail_to_Delivery
    3. WSH_PICKING_BATCHES_PUB.CREATE_BATCH
    4. WSH_PICKING_BATCHES_PUB.RELEASE_BATCH
    5. WSH_DELIVERIES_PUB.Delivery_Action ( for p_action_code = 'PICK-RELEASE' )
    regards with thanks in advance
    sanjay

    Hi All,
    To create a Move Order Header & Line Record in MTL_TXN_REQUEST_HEADERS and MTL_TXN_REQUEST_LINES tables , I have run an seeded
    procedure : CreateMoveOrderHeader & CreateMoveOrderLines .
    The procedure : CreateMoveOrderHeader was run successfully but when I am going to run procedure : CreateMoveOrderLines , it is giving
    an error .
    Following Error text I am receiving at the time of running of procedure : CreateMoveOrderLines .
    Initialized applications context: 5707 50138 660
    *==========================================================*
    Calling INV_MOVE_ORDER_PUB.Create_Move_Order_Lines API
    *==========================================================*
    Return Status: E
    Error Message :INV
    *==========================================================*
    From the above error message, no specific error is received . Only " Error Message : INV " is received hence it is very difficult to judge & resolve an error .
    Can anyone guide me that what is an error ? For what reason I am getting an error ?
    regrads
    Sanjay

  • Using Pro Logic X to record. I have several tracks and I'm trying to record an audio track. I have the mic connect to Avalon 737 then into apollo interface. When I record all track are being recorded into that track. I can't just get the audio to record.

    Using Pro Logic X to record. I have several tracks and I'm trying to record an audio track. I have the mic connect to Avalon 737 then into apollo interface. When I record all track are being recorded into that track. I can't just get the audio to record.

    Thanks for responding. Everything seems to work right except for the when I plug into the 737. Ok let me see if I can be more clear. I had this set up done with two representatives of Neumann, and DBox. Here it is I hope this helps. 32 Channel snake (24 Inputs 8 outputs) Channels 1-8 from snake to my Octopre for Drums. From Octropre output quarter inch lines into the Apollo 2, quarter inch input. This is so that the Apollo 2 is taking the drum tracks. Snake Channel 9-12 into Apollo 1 channels 1-4 xlr. Snake Channel 13-16 into Apollo 2 Channels 1-4 xlr. Snake Channel 17 into the 737, output of 737 into Channel 5 of the Apollo 1 quarter inch.
    Ok The Dbox. Sum output L&R into channel input 7&8 of Apollo 1. Apollo 1 output channels 1-8 into summing input channel 1-8 of Dbox. Apollo 1 main L&R going to main analog input L&R of Dbox. Spid out to DAW input of Dbox. I have both ADAT of both Apollos connected by optical wire. Also have port 2 of Apollo 1 into port 1 of Apollo 2 connected by Firewire.  Let me know. Hope I got it right. Thanks for responding.

  • Problem with special characters being randomly inserted into a text document with Surface Pro

    Why are these special characters appearing in the text below?  How do I correct this issue?
    EXAMPLE:  Alice's friends took advantage of her they got all their nai;ls done.
     Her tabl;et is no l;onger working and does not know what happ;ened to it;.
    School: Her grades are falling and so she stop;ped working the program ;with PCC> She is failing all her cl;asses;. She is taking sociology class and he grades really hard. Science cl;ass she took a test and it bro;ught her down. She will have to do better
    on next test to ;;raise ;grade;.; Math cl;ass she will have to make up; a quiz for math—the math is getting harder—geometry is hard for her. Career cho8ices class—he has not p;ut in any grades yet but there is no grade yet. She re;ports that she is ;stubborn
    and she does not ask for help. She is staying after school; for working on her studies;. Grade ;;;;;;;;check wil;l be out next week.
    Therapy: Last f;4riday the therap;ist s;c;hed7led with Alice's bio dad and the therp;iast did not show and was not sure if dad showed because she does not know what dad l;ooks loiike.; They ar3e schedule;ed for this Friday. morning.;

    Hi,
    DId this issue just happened in this text?
    Please open the other text file to check the result.
    I suggest we create a notepad file,and type some words and save it.Then open it again to see the result.
    Meanwhile,as S.Sengupta mentioned,check your input method and Keyboard layout.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • When I type the letter are printing right to left. What's up

    When typing in a field the type is backward. ie if I type "jims6t6" it comes out "6t6smij"
    I am not on the computer that has the problem

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    * https://support.mozilla.com/kb/Troubleshooting+plugins

  • Siri talking when I type text and email

    The Genius Bar did a reset on my phone in an effort to correct an issue.  After the reset (which did not solve my initial issue), Siri started trying to help me type my text and emails by speaking the words I am typing.  How do I shut her up without shutting her down?  Have had the phone for over a year and this did not happen until after the reset.  Thank you for your help. 

    Never mind.  After posting this question, I found the answer in "more like this."

  • HT4059 I want to buy audiobooks for my iphone but cannot find where to buy them. All I see when I type in audiobooks are old classics and children's books. Help

    I have been trying to find books in the audio format so I can listen while I walk but when I try to find audiobooks all that comes up are children's books and old classics. Where do I go in itunes to find good audiobooks?

    Hi isabelle,
    If you are having issues with your bookmarks for your Maps application not functioning, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    Force an app to close in iOS
    Next, I would try restarting and if needed resetting the iPhone -
    Restart or reset your iPhone, iPad, or iPod touch
    If the issue is still present, you may want to restore the iPhone as a new device -
    How to erase your iOS device and then set it up as a new device or restore it from backups
    Thanks for using Apple Support Communities.
    Best,
    Brett L  

  • Stcok type H values are not added into report

    Hello all,
    I am facing problem with inventory management.
    Here we have nearly 15 plants.  10 are already there and 5 are newly added in the last month.
    For the previous 10 plants we are getting the valuated stock perfectly, but i am checking for the remaining 5 new plants data is mismatching.
    while comparing the values from R/3 (MB5B) to the BW query values are different.  So i have checked the contents of Cube.
    There i found a pecular thing that some records having Movement type 641 and Stock Type H. These values are not getting cumulated in the report.  Only these values are coming for the new 5 plants.
    I have already checked the Snotes 589024, 417703.
    Please suggest me how to overcome from this issue.
    Regards
    Sankar

    Hi,
    Thanks for your reply.
    As I already said Stock type is defined as same as the previous plants.  But still we are not able to get the data in the query.
    In the cube level I am able to see the data, but when we are going for the report then we are not getting the values which are present in the cube where Stock Type is H.
    Please suggest on ths.
    Regards
    Sankar

  • Urgent:-Values are not inserted into the custom table

    Hi, I am inserting the data from the custom OAF form into a custom table. Only the WHO columns are populated into the table but no field value is populated into the custom table. I have written the following code -
    In CO
    if (pageContext.getParameter("Continue") != null)
    OAApplicationModule am = pageContext.getRootApplicationModule();
    OAViewObject CwkInfo = (OAViewObject)am.findViewObject("CWKInfoVO1");
    am.invokeMethod("initializevo");
    in AM
    public void initializevo()
    CWKInfoVOImpl testVo = (CWKInfoVOImpl) this.getCWKInfoVO1();
    testVo.insertRow(testVo.createRow());
    getTransaction().commit();
    Urgent Help is required.
    Regards,
    Ashish

    Hi Ashish,
    Double check whether you have attached the correct EO based VO attribute to the columns.
    In the Controller
    Process Request use the following code:-
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (!pageContext.isFormSubmission())
    am.invokeMethod("initQuery", null);
    ProcessForm Request
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    System.out.println("Inside Process Form Request");
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("submitButton")!=null)
    am.invokeMethod("submit")
    AM Code
    public void initQuery()
    OAViewObject vvo = (OAViewObject)getEmployeeEOVO1();//Give you EO based VO Name
    if (!vvo.isPreparedForExecution())
    vvo.executeQuery();
    Row row = vvo.createRow();
    vvo.insertRow(row);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    public void submit()
    getTransaction().commit();
    Import necessage classes.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • IOT and lots of random inserts

    hi guys,
    if we have an IOT and we do a lot of random inserts, does it mean that because the IOT will constantly be rebuilt, we can suffer from bad performance? therefore, is an IOT not advisable when we do a lot of random inserts?
    thanks
    Edited by: OracleGuy777 on Feb 24, 2009 2:42 AM

    Oguy.,
    I am not sure that this is a right thing to say that with the random inserts, Oracle would always rebuild an IOT or we would be required to do a rebuild. I am not sure that I have read the same anywhere. Yes, there are drawbacks related to the IOT with the DMLs happening over them and one of the prominent ones is that the IOTs don't carry a real rowid but a logical rowid. Due to the logical rowid being used, they use a guess mechanism to search for the row when requested. This guess will become invalid if there are many many dmls happening over the IOT thus making the searches more less possible and efficient. So in the context of this arguement , it can be said that the IOTs are not suitable where huge DMLs are happening.
    That said, if you can provide the reference to the link where you have read this , it would be easier to comment.
    HTH
    Aman....

  • How do I set up languages so when I type in English or Spanish my ipad 2 does not try to auto correct everything I type in spanish into English?

    I am trying to figure out how to set up my iPad so that when I type text or an email in Spanish, my iPad constantly changes everything into English.  I am a basic level user, so I need elementary level/ step by step instructions.  Thank you in advance.

    Go to Settings > General > Keyboard > International Keyboards. Add a new keyboard by pressing the Add a New Keyboard button. From the list choose Catalan.
    When you are typing using the keyboard you will see a world key. Tapping this key will loop through the keyboards you have set up. Choosing the Catalan keyboard will change the spelling correction to Spanish.

  • Problems finding correct "Type-Model" numbers for tablets

    I'm having trouble identifying several tablets I have here. Yes, I have models such as A1, S2110, etc, but their actual Type/Model numbers are incomplete when using the warranty check.
    Here is a list of the incoomplete numbers:
    ProductID
    Serial
    Comments
    2298-N/A
    XDxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE 2298?
    2228-000
    FBxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE 2228?
    2290-N/A
    FDxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE N/A?
    2228-N/A
    FBxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE N/A?
    2290-N/A
    FDxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE N/A?
    2258-000
    ADxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE 2258?
    2258-000
    ADxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE 2258?
    2258-N/A
    ADxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE 2258?
    2290-N/A
    FDxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE N/A?
    2290-N/A
    FDxxxxxxxx
    WHY DOESN'T IT HAVE A NUMBER AFTER THE N/A?
    Moderator Note; s/ns edited to prevent abuse

    hi ARROWMOBILITY,
    Welcome to Lenovo Community Forums!
    Can you sned me through Private message the Serial Numbers of the Units you have,
    Let me check If I can Pull up those info that you need.
    Best Regards
    Solid Cruver,
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Serial Numbers are not downloading after creation of Delivery in ECC

    Dear all,
    As per client business process, we need to download Serial numbers after creation of Outbound delivery.
    I could see the generated Serial numbers in ECC Delivery document, but those Serial numbers are not downloading into CRM.
    I have already done initial download for SERIALNUMBER object and I could see downloaded serial numbers in COM_TA_R3_ID Table.
    But after creation of Outbound delivery in ECC, those delivered serialnumbers are not available in CRM system, even after successful data transfer of Sales Order, Delivery, PGI and Invoice documents Information.
    Kindly help me in resolving the above issue
    Best regards
    Raghu ram

    Hi
    1.Check in material master whether serial number management is active in Plant data/stor Tab and serial number profile is assigned
    2. Check while doing MIGO once if u enter the material and transfer qty you are getting the serial number tab or not
    3. If everything is ok, then after posting the document check the serial number status in IQ09, check the stock type and the storgae location in the serdata tab
    Regards
    Amuthan M

Maybe you are looking for