Can't dispose InputContext while it's active

Hi - I have seen this question asked before but no answers.
I am moving my applet from the MS IE JVM to the 1.4 plug-in and
now get this error when I click the Windows close "x" button. This
same applet runs fine with the old MS JVM. The code is too large
to post (sorry about that.)
Can anyone tell me what can be causing this? As I say, this
exact same source runs fine with the older IE JVM.
Thank you,
java.lang.IllegalStateException: Can't dispose InputContext while it's active
     at sun.awt.im.InputContext.dispose(Unknown Source)
     at java.awt.Window$1$DisposeAction.run(Unknown Source)
     at java.awt.Window.dispose(Unknown Source)
     at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowClosing(Unknown Source)
     at java.awt.Window.processWindowEvent(Unknown Source)
     at java.awt.Window.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)

I'm having this problem, too. This is on a game at pogo.com (#1 gaming site on the web). Any ideas
See:
http://www.pogo.com/rooms/roomtabs.jsp?sls=3&game=jumbee&site=pogo&lkey=3ce8d6db6b6dc9170a280a0b0000283c
Hi - I have seen this question asked before but no
answers.
I am moving my applet from the MS IE JVM to the 1.4
plug-in and
now get this error when I click the Windows close "x"
button. This
same applet runs fine with the old MS JVM. The code is
too large
to post (sorry about that.)
Can anyone tell me what can be causing this? As I say,
this
exact same source runs fine with the older IE JVM.
Thank you,
java.lang.IllegalStateException: Can't dispose
InputContext while it's active
     at sun.awt.im.InputContext.dispose(Unknown Source)
at java.awt.Window$1$DisposeAction.run(Unknown
Source)
     at java.awt.Window.dispose(Unknown Source)
at
sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowC
osing(Unknown Source)
at java.awt.Window.processWindowEvent(Unknown
Source)
     at java.awt.Window.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(
nknown Source)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(Un
nown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown
Source)
     at java.awt.EventDispatchThread.run(Unknown Source)

Similar Messages

  • Java.lang.IllegalStateException: Can't dispose InputContext while it's acti

    I have a panoramic image display applet. Two problems exist with Sun Java that do not exist with Microsoft VM:
    1. PC's with ATI video cards, using either Internet Explorer or Netscape, running Sun Java, the images come up scrambled looking, like a TV with a bad case of V-sync.
    2. Using Internet Explorer or Netscape + Sun Java, the panoramic image loads, but if you scroll the image with your mouse and then change to another page, you get the following:
    java.lang.IllegalStateException: Can't dispose InputContext while it's active
    at sun.awt.im.InputContext.dispose(Unknown Source)
    at java.awt.Window$1DisposeAction.run(Unknown Source)
    at java.awt.Window.dispose(Unknown Source)
    at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowClosing(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown Source)
    at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    I emailed Sun about the first issue, but they told me that their Java is newer and better than Microsoft's. That's all they said. How arrogant and stupid is that? So for now I tell my customers to get rid of the Sun Java installation and install Microsoft's VM, which you can still find with a Google search.
    Can anyone here direct me to where I might find solutions to this probem that exists with Sun's Java?
    Thanks!

    1. dispose the inputcontext by yourself
    2. recreate the frames used by the applet, while changing the page
    3. Sun's answer has nothing to do with stupidity or arrogance. It is a proven fact, that suns vm is newer and better, cos M$'s last vm is on the level of JDK1.1 or lower (and that's about 5 or 6 years in the past and in IT this is very, very, very long away, as you should know)
    4. Do you really want to force your customers to use a vm, which is not supporting modern applets, which is not allowed to do it by court order? And do you really want to force them to reinstall sun's vm, when they want to visit pages with other applet's, which are supported by suns vm?
    At last: Only since you are incapable to code for modern vms you shouldn't force your customers to use old and obsolete techniques. They will not praise you for doing so. May they will get away. So just put some time on the problem and solve before nagging on sun.
    regards

  • Can't update while select is active in read-committed mode

    Hi
    This is my business logic:
    I m selecting the values from three tables by UNION ALL and i m geting the record set in while loop at the same time i try to insert the values which is getting from select statement in the First Table in the same while loop.
    my problem is when i try to insert into the same table the following error is occured
    "can't update while select is active in read-committed mode"
    Now what can i do ? please give me ur solution ...
    Thankx
    Merlina

    depending on how many values you have, you could store the results in memory, a vector or similar collection.
    Then close the select statement, and insert the values from your vector into the table.... should work then.
    Or, there may be a way of creating an updatable resultset ?
    This question is better directed at the
    "Java Database Connectivity (JDBC) & Transactions (JTA/JTS)" section of the forum. Maybe post a questions there, ensuring you give the URL of this question here too to avoid cross-posting.
    regards,
    Owen

  • HT1688 Activation server can not be reached while updating my iPhone software.

    Why is my phone not activating the new 7 software on an iphone 4s.
    Here is part of the message I have beengetting...
    Activation server can not be reached while updating my iPhone software.

    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to a known-good Wi-Fi network if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.
    http://support.apple.com/kb/ts3424

  • How can I retain hyperlinks while saving a webpage as PDF via Print?

    How can I retain hyperlinks while saving a webpage as PDF via Print?
    This is the title of an apple forum question, and it is a bug in both Safari 5.1.3 and under, and I find it to also occur in Firefox browser (at least 9.* 10.*, 11.0), running on Lion OS (10.7.2, 10.7.3). See:
    https://discussions.apple.com/thread/3212301?start=0&tstart=0
    Under the newer Mac OS mentioned, and Firefox 10.2, 11.0, 9.*, if I select:
    File -> Print -> PDF -> Open PDF in Preview"
    (and view / save the PDF in Preview, you will see none of the links in the original web page are active
    or using
    File -> Print -> PDF -> Save as PDF...
    same problem. Try this using any Wikipedia page, for example.
    When this problem was posed in Apple forums, by a user of the Safari browser, it was found to be a bug (since Aug 2011) fixed in a Safari browser build 5.1.4 circa Jan 2012. I tried the newer Safari browser and sure enough the problem went away (except that links embedded in the PDF no longer appeared as blue text - ARGH - but "hover over" with the cursor showed the link and clicking the link in Preview viewer activated the link in a browser window).
    So I post this to the Mozilla community, please fix this 'cause I don't want to have to switch over to Safari browser every time I want to archive a PDF with active links!!!!
    P.S. I did a spot-check and with the newer add-on Enjoy Reading 1.0.1 and FF11.0. When the Enjoy reading formatted version appears in the browser window, all URLs/links are preserved and highlighted in blue, but when I print that browser window as PDF, the links are dead (don't work) even though they appear in blue in the PDF.
    So, what's going on, can the Safari fix be researched and applied to FF?
    Also, on some forums, people are responding, Well, try installing Acrobat reader. Well, I don't want to, Preview reader has worked fine for me for years.

    Thanks jscher2000.
    RE: -- '''Generally speaking, PDF converters that work by intercepting a print job do not have access to the URLs behind links in the page.''' --
    I cannot say I agree. I could email you a PDF clipping or two (generated from Safari on Mac OS, in its native capability with no add-ons) that shows you otherwise. When I used PC platforms I did have to install PDF converters (tried both free and expensive ones) that did what I describe.
    I cannot try the add-on you mention, '''Print Pages to Pdf.''' in Firefox. It shows in my browser and Mac OS platform "Not available for your platform." So I am guessing it was written for the PC version of Firefox.
    The Mac OS has had a native PDF-creation functionality for as many years as I have been using it; I used PC prior to that, Win3.1 through XP and NT. And on my PC, I bought (and at work, my employer bought $$$, I had to justify three levels up to management the ability to create PDFs on my work PC) some Adobe functionality to CREATE pdf's (readin's free and easy, makin' em's costly on the PC).
    I've gone and dug through some of my (Mac) doc and clipping archives, and I find that stuff I created after about Dec 2008 or so seems to eliminate all link functionality. When viewed in the Apple native "Preview" application (sort of Apple's equivalent to Adobe Acrobat reader, ships with the OS): link tags are highlighted/tinted, clicking a link opens a (default) browser and takes you there; hover-over the tag text shows the actual link. (Of course, not all old links are still VALID or point to the desired source.)
    I could, in Safari or FF browser window and with no add-ons or Adobe paid products whatsoever, use the native OS method to create PDF's from any application (word processor, spreadsheet, browser, etc) via the menu File -> Print -> Save as PDF menu and create a PDF that had active hyperlinks. In Apple OS Lion 10.7.3, I still can't when it uses this broken WebKit interface, links are "dead" as a doornail until a fix is distributed in WebKit for a future Lion release. It seems this functionality died at least as far back as Leopard OS 10.6.8, but don't quote me on that. Also, my version of Pages 2009 version 4.1(923) (sorta like Word) STILL creates a PDF document that preserves (1) text hyper-links within the document, and (2) web links (in the PDF) that open the browser. I just made a test document.
    When all you can see in the PDF is the tag text, there is nothing to copy-paste to follow any link. Also, hypertext links are often used by authors to create links to other points in a document: now even *that* is broken in the PDF version of the documents I retrieve from the web and print from FireFox (Broken in Safari 5.1.3 and earlier but fixed in 5.1.4).
    Try this on the PC, in your browser and print a news clipping as PDF, do the links in the PDF work? What products do this, and what don't? I would bet the machine with a full Adobe suite this will work flawlessly. (Why should a PC user have to pay hundreds of $ to create this functionality in what I thought was an open standard (PDF)? But that's talkin' religion, let's not start that.)
    Some folks might say,
    go online and find the original source doc in your browser. Or,
    go and add those links manually using the Preview edit add-link capability (hunh? no thanks) , or
    save each item worth saving as an HTML archive instead of a PDF (argh, creating a whole directory in the process, I might add, including ads). Or,
    who needs PDFs, everything is online.
    Or, buy some Adobe product.
    I think they miss my point. This is a real strange dumbing-down of archival PDF documents, or at least a destruction of the ability to use PDF as an archive that retains its links and references.
    C.F. the guy who has archives of scientific papers, and the old material all cross-references nicely but after date X there are no working links.

  • I can't quit safari while the hotmail window is open

    What is the problem between Safari 5.1.7 and hotmail? I can't quit safari while the hotmail window is open. I can close Safari from all other websites.

    Hi ...
    You may have better luck accessing your Hotmail account using Mac Mail instead of web based (browser) using Safari.
    Launch the Mail app.
    From the Mail menu bar top of your screen click Mail > Preferences then select the Accounts tab then the Account Information tab.
    Click +
    Type in the name, email address, and password then click Continue.
    No more not being able to quit Safari using your Hotmail account.
    If you'd rather not access your Hotmail account via Mac Mail, when you can't quit Safari, try force quitting.
    Several ways to do this.
    Comand + Option + E on your keyboard.
    Or click the Apple menu icon top left in your screen. From the drop down menu click Force Quit.
    Or by using Activity Monitor located /Applications/Utilities

  • Using features while waiting for activation

    Reading an FAQ I am told that I can use iphone features while I wait for "further activation" while my phone number is being migrated. But I can't seem to be able to do this, anyone have any ideas?

    I'm in the same rocky boat as a lot of people. I waited 6-7 hours in line to get an iPhone from the Fifth Ave NYC store with my friend. We shot home quickly on the subway, all excited to get this baby up and running. My friend's iPhone had no problem going through the activation process via iTunes, but he is still waiting to have his service transfered from Sprint, so he can make calls on AT&T but can't receive any. But, at least his phone has been activated, so he can play with all the nice little features.
    I, on the other hand, got a notice at the end of the iTunes activation process saying that they basically need to take more time to activate my iPhone. Almost immediately, I got two email messages in my inbox. One says,
    "Phone service is scheduled to be disconnected on your current phone at or after 10:00 PM EDT on June 30. Please check your email and be prepared to reconnect and activate your iPhone before that time. Please call 877-800-3701 if you'd like to make other arrangements."
    Six minutes later, I got another email saying,
    "AT&T is now processing your activation. You will receive an email confirmation once your activation is complete."
    In other words, my LONG-AWAITED iPhone is just sitting here looking pretty. And, here I am, sitting here looking ticked off. I love Apple like you wouldn't believe, but this is really disappointing, although I probably should be pointing the finger AT&T's way. Since my iPhone hasn't even been activated in iTunes, the only thing the phone does is turn on to show me a picture of the earth and an "slide bar" telling me to "Slide For Emergency." I can't use any other functions.
    I was with Sprint for about 7 years with no late payments ever. I've been told by customer service that I'm one of their more valued customers, since I've been with them for so long and I always pay on time. This leads me to believe that it's some problem with AT&T. What a disappointment that I might not be able to use my iPhone for over a day after I bought it.
    Take note, Apple & AT&T. Learning experiences for sale.

  • Help,"InsertTextData changed while command still active" Error

    I try to use the command kCreatePageFromPageCmdBoss.
    The case is, open a document with one page, and add some text frame to the page, then use the command to copy this new created page 100 times.
    code:
    for( int i=0; i<times;i++)
    InterfacePtr<ICommand> iCreatePageFromPageCmd(CmdUtils::CreateCommand(kCreatePageFromPageCmdBoss));
    if (iCreatePageFromPageCmd == nil){
    ASSERT(iCreatePageFromPageCmd);
    break;
    iCreatePageFromPageCmd->SetItemList(pageUIDList);
    InterfacePtr<ILayoutCmdData> iLayoutCmdData(iCreatePageFromPageCmd,UseDefaultIID());
    if (iLayoutCmdData == nil){
    ASSERT(iLayoutCmdData);
    break;
    // it is valid to set the layout control data parameter to nil, there are times when there is no view.
    iLayoutCmdData->Set(::GetUIDRef(iNewDocument),nil);
    // process the command
    status = CmdUtils::ProcessCommand(iCreatePageFromPageCmd);
    It is troublesome that I always get the error message:"InsertTextData changed while command still active" when I debug my plugin in the indsign, what shall I do?anyone knows?

    In my opinion,you can get the ILayoutControlData before the loop,
    for example:
    InterfacePtr<ILayoutControlData> iLayoutControlData(Utils<ILayoutUIUtils>()->QueryFrontLayoutData());
    or:
    InterfacePtr<ILayoutControlData> iLayoutControlData(Utils<ILayoutUIUtils>()->QueryLayoutData(IPMUnknown* inWindow));
    After you get the ILayoutControlData, you can specify it in loop
    as follows:
    for(int32 i=0;i<times;i++)
    iLayoutCmdData->Set(::GetUIDRef(iNewDocument),iLayoutControlData);
    Please try it,and tell me the result,thank you!
    hawkrococo

  • IPhone 5S: does anybody has this problem. During a successful voice call all of a sudden people can't hear me while I can hear them

    iPhone 5S: does anybody has this problem. During a successful voice call all of a sudden people can't hear me while I can hear them. Signal is strong and call quality (me hearing the other) is still very good but it looks as if I’m going on mute while I’m not muting my iPhone. When dropping the call and re-dialing it works fine again. It’s a brand new iPhone 5S but it now happened already 4 or 5 times in 2 days.
    It feels like a hardware/iOS problem and not a network issue. It happend with iOS7.03 but I just see 7.0.4 is available so will install that one now.
    Thanks in advance for feedback
    Best regards,
    Marco

    Hello Jeff,
    Thank you for providing so much detail about the issue you are experiencing with the audio on your iPhone.  I would be concerned too if the audio on my iPhone was not working unless using speaker phone.  I found an article with some steps to take when you are experiencing issues like this:
    iPhone: Can't hear through the receiver or speaker
    http://support.apple.com/kb/TS1630
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • How can I use zoom while recording on my iPhone 4S?

    How can I use zoom while recording on my iPhone 4S?

    Christina_319 wrote:
    How can I use zoom while recording on my iPhone 4S?
    You can't change the zoom while recording.

  • Error while releasing an activity from NWDS

    Hi,
    I am facing the below error while releasing an activity from NWDS - transport view.
    Internal error: the export of SC_CR com.xxx.xxx/xxx_SOFTWARE_COMPONENT#Track_D.118 failed. tcs returncode was 12
    Check in and activate was successfull and in CMS, the activity is shown as activated.
    Please help me to rectify this error.
    Thanks in advance!
    Regards,
    Manchari. N

    Make sure you are connected to NWDI server.
    Also create a new activity for a different component in the same track.
    Below links may be helpful :
    http://wiki.sdn.sap.com/wiki/display/TechTSG/(NWDI)(CMS)PropagationRequestReleaseinTransportViewFails
    NWDI/CBS - release activity in consolidation
    Re: Error on Release of activity (Version set not found!)
    Regards
    Deepak

  • JCAActivationAgent::load - Error while performing endpoint activation:java.

    Hi,
    I am getting following error while deploying a BPEL process. This is very surprising because the process used to run fine until yesterday. Also for some time I was getting a funny error - the JDev was not able to "read" a wsdl file on local machine. I restarted the server, machine many times but it did not help. I do not have any proxies set and the file resides on my local harddrive.
    <2006-04-11 11:30:20,090> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::load - Er
    ror while performing endpoint activation:java.lang.NullPointerException
    <2006-04-11 11:30:20,090> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound>
    java.lang.NullPointerException
    at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.load(JCAActivationAgent.java:208)
    at com.collaxa.cube.engine.core.BaseCubeProcess.loadActivationAgents(BaseCubeProcess.java:931)
    at com.collaxa.cube.engine.core.BaseCubeProcess.load(BaseCubeProcess.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:66)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.getProcess(CubeProcessHolder.java:789)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAll(CubeProcessHolder.java:361)
    at com.collaxa.cube.engine.CubeEngine.loadAllProcesses(CubeEngine.java:960)
    at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:284)
    at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:250)
    at com.collaxa.cube.ejb.impl.ServerBean.loadProcesses(ServerBean.java:219)
    at IServerBean_StatelessSessionBeanWrapper14.loadProcesses(IServerBean_StatelessSessionBeanWrapper14.java:2399)
    at com.collaxa.cube.admin.agents.ProcessLoaderAgent$ProcessJob.execute(ProcessLoaderAgent.java:395)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:141)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:281)
    <2006-04-11 11:30:20,152> <ERROR> <default.collaxa.cube.engine.deployment> <CubeProcessLoader::create>
    <2006-04-11 11:30:20,152> <ERROR> <default.collaxa.cube.engine.deployment> Process "CallHomeBPEL" (revision "1.0") load FAILE
    D!!
    <2006-04-11 11:30:20,230> <ERROR> <default.collaxa.cube.engine.deployment> <CubeProcessHolder::loadAll> Error while loading p
    rocess 'CallHomeBPEL', rev '1.0': Error while loading process.
    The process domain encountered the following errors while loading the process "CallHomeBPEL" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    Please help.

    Finally , I was able to redeploy the process. After comparing new files with old files I observed an activationAgents entry in bpel.xml, which was not present previously.
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="CallHomeFileUtility">
    <property name="portType">Read_ptt</property>
    </activationAgent>
    </activationAgents>
    when I removed this from bpel.xml the process deployed successfully. Not sure when the <activationAgents> is added to bpel.xml
    Thanks for your inputs.

  • Ipod touch can no longer tilt while playing Temple Run or Back Breaker Football

    IPOD Touch can no longer tilt while playing Temple Run or Back Breaker Football or any game where you need to control the tilt or turn.

    Managed to finally factory reset the unit (see my other post).
    Should be OK now.

  • I cannot open pages;  I am told I can't open pages while updating. I did not know I was updating.  I cannot open a new pages document.  My menu list is ok, but when I click on a document it won't open. Can you help?

    I cannot open pages.  The message says, can't open pages while being updated.  I did not knowingly update anything.
    The program is stuck in this mode. can you help?

    Your copy of Pages may have gotten stuck when downloading. This article explains how to fix a stuck Mavericks download; the same procedure should help with any application:
    How to fix broken Mac OS X Mavericks download issues | Digital Trends 
    http://www.digitaltrends.com/computing/how-to-fix-a-broken-os-x-mavericks-downlo ad/

Maybe you are looking for