How to work around issues with tablet PC input service

On some systems the Tablet PC Input Service is running and it interferes with JavaScript based UI frameworks (jQuery, Kendo). Is there any solution to fixing this issue through code? The alternative would be to tell every user to check for this service to be running and turn it off....which also turns off support for Wacom tablets, smartboards and a bunch of other stuff.
Works fine in IE, but also fails in Chrome, so it is not only Firefox. And it is not only one app, there are reports of different browser based apps failing.
Any advice is greatly appreciated.

Yes, this also happens on the old version. It is tied most likely to the Tablet PC Input Service. I tried it also with a touch interface and there some stuff works now, but others does not. When using FF with a touch interface I wonder how well that works out.
I saw the other post before, but there was no solution given either. The only workaround so far that I found is to stop that Windows service, but then some hardware such as the graphics tablets won't work any longer.
One more reason why touch UIs are currently total flops....but that is a different discussion.

Similar Messages

  • Dev 6.0: Bug in ReportBuilder (!!!) How to work around ?

    Hi !
    I have a problem with ReportBuilder. After Arrange->Size Objects
    or Arrange->Allign Objects the child object doesn't belong to
    paren frame. There is no such thing in Developer 2000. Can
    anybody help me how to work around it ? It's practically
    impossible to create complicated report.
    Thanks in advance.
    null

    I don't know is it's possible to just search and replace as part of the checkout. We do it the other way around. Each user uses his own directory but for jdev all development is done in /mnt_dev/...
    So you map the users development directory to /mnt_dev. this way the path information stays constant and you don't need change the environment.
    Timo

  • I no longer have access to my icloud email and don't know the answers to my security questions. Does anyone know how to work around this to reset my icloud ID without losing my info? I haven't backed up in a year because of this.

    I no longer have access to my icloud email and don't know the answers to my security questions. Does anyone know how to work around this to reset my icloud ID without losing my info? I haven't backed up in a year because of this.

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (123381)

  • How do I fix issue with computer not authorized yet when authorized it indicated already authorized?

    How do I fix issue with computer not authorized yet when I go to I-Tunes to authorized it indicated already authorized?

    I updated to iOS 5.0.1 days ago and didn't receive that notification until just now...
    This time I synced new photos I took yesterday, and it gave me the:
    "iTunes Sync: 54 items could not be synced. See iTunes for more information"
    Perhaps it kicks off when new items get synced.
    I've decided to rent a movie yesterday. Once it gets deleted, I'm curious to see if it jumps to 55 items.

  • How to keep data integrity with the two business service in OSB 10.3.1.0

    How to keep data integrity with the two business service in OSB 10.3.1.0
    In our customer system, customer want to keep data integerity between two businness service. I thinks this is XA transaction issue.
    Basing customer requirment, I created a testcase but I can't keep data integerity, For detail information, please refer the attached docs.

    Can you please explain what you meant my data integrity in your use case?
    Manoj

  • How To Work Around Set Up Issue With Time Machine?

    When I attempt to set up an external drive for Time Machine I get this: You do not have appropriate access privileges to save file “.001b63b53d7a” in folder “Time Machine Backups”. I have searched for this file and cannot find it. I have deleted any and all Time Machine Backup files.

    I worked through the first four on the work around and this is what the terminal screen looks like:
    Last login: Sun Jan 11 20:59:31 on ttys000
    Macintosh:~ Brokenarrow$ cd /Volumes
    Macintosh:Volumes Brokenarrow$ ls -al
    total 12
    drwxrwxrwt@ 5 root admin 170 Jan 11 20:01 .
    drwxrwxr-t 40 root admin 1428 Dec 28 15:42 ..
    lrwxr-xr-x 1 root admin 1 Jan 10 06:29 Macintosh HD -> /
    drwxrwxr-x 15 Brokenarrow Brokenarrow 1020 Jan 11 19:56 Time Machine Backups
    drwx------ 1 Brokenarrow Brokenarrow 2048 Jan 11 20:10 mikesmail
    Macintosh:Volumes Brokenarrow$
    I tried to determine which was the back up volume name (tried Time Machine, Time Machine Backups) but no luck. Any suggestions? Thanks for your patience.

  • Issues With Tablet Sensitivity

    I just recently purchased my touchscreen notebook and installed a digital art program (Krita) with no problem. I plugged in a wacom tablet that I've had for years and it seemed to have installed fine, it made a beeping noise to indicate it had been plugged in and I can move around the mouse fine. But the computer doesn't recognize sensitivity at all. I tried taking it back out of the usb and plugging it back in but that also didn't work. My wacom tablet is an intuos4. Is this an issue on my end? Or is the older tablet not compatible with my new notebook? If it's somethig to do with instalation of the tablet or the new computer, is there something I can do to fix it?

    Manuel Manev wrote:
    Hi all, I have the following question - bought iphone 5c used a couple of days ago and have 2 issues so far - I have problems charging it - the battery would drain to 0% and will plug it in but will not charge, instead after a while the phone would turn on and stay 1% forever. Tried another charger and it charges but when it is off and charging it does not show the percentage bar on the screen. Secondly - when I turn it on, seems like there is weird light from the top and the screen seems to be no very responsive, when the phone is on.
    Return the phone and get your money back,  Then purchase one from an authorized Apple dealer.
    Could be you bought a lemon.

  • How to fix a issue with a corrupted LDAP?

    Hi all.
    I am new to this communty
    ll appreciate if some of the knowledgeable members can help me on few weblogic scenario based querries.
    so here's it:
    If your weblogic server fails to start after you enter your credentials; and you know it’s an issue with a corrupted ldap; how would you fix it?

    firstly, check if you are entering the correct data..
    1) If you are entering right and getting rejected, rename the LDAP directory and restart the servers.
    (It will create a new LDAP directory with encrpted values in their files)
    2) If you forgot your password, rename LDAP directory and replace the encripted password with the new password in boot.properties and restart the server(s)
    Please let me know if that does not work.
    PS.. DONOT delete the LDAP directory, rename it(just in case)...

  • 200ms delay in windows tcp ip - how to work around?

    I have just found out the hard way that there is a inherent 200ms delay in sending TCP/IP messages on windows machines. Work arounds for this are:
    1. Play with the registry settings for the TCP Receive Window;
    2. Set the TCP_NODELAY via the wsock32.dll (or on socket establishment), or
    3. Write my own TCP library in C.
    My preferred option is #2 as the others defeat the purpose of LabVIEW, however the wsock32.dll functions require the SOCKET reference as an input - I am not sure what the connection ID returned by the LabVIEW TCP functions is - can someone help me??
    Cheers,
    Wayne

    Wayne,
    I am hoping that you have already heard back from Austraia support, but I will post here as well.
    LabVIEW has the Nagle algorithm on by default. We have written a VI that will turn it off. Please see KnowledageBase 2ZAH5EEG: Do LabVIEW TCP Functions Use the Nagle Algorithm?. This should resolve your issue.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • How to work around audio sounding worse in Logic?

    Hi Folks
    We just bought Logic 8 for its MIDI, composing/scoring and loop/instrument resources. Have used Nuendo for 5 years, for audio for video, which has included some music creation.
    I did some quick recording/playback audio tests and here's how I hear the results:
    Voice recorded and played back in Nuendo sounds just like live. Voice recorded in Logic and played back in Logic sounds relatively flat and digital. Voice recorded in Nuendo and played back in Logic sounds relatively flat and digital. Voice recorded in Logic, exported as a file and played back in Nuendo sounds just like live voice and like it was recorded in Nuendo.
    So how do you work around the crummy sounding audio in Logic? Is the problem only the audio playback within Logic? Do you compose in Logic, export as files and then mix in another app? If so, which app? Or do you know the export will sound better outside of Logic? Or what other adaptation have people come to?
    Thanks for reading.

    No audio problems with Logic Pro 8 my side. In fact, it is sounding somehow better than Logic Pro 7 and latency is better. 44/48/96 all sounds great! Bus, FX, output, EXS24, etc. etc. -- wonderful stuff.
    Interface wise everything is at my finger tips and I didn't have to do anything to get my control surfaces to work (Mackie). Everything makes sense -- huge improvement over LP7. Really helps me explore being creative.
    So far Logic Pro 8 is an amazing step forward -- good work Apple.
    Thank you Apple.

  • Any suggestions on how to fix installation issues with iPhoto & iMovie on used Mac mini?

    I bought a used, mid 2011, mac min.  The selller deauthorized all his applications and resotred it to factory settings for me.  When I received it, I added myself as an administrator and deleted the dummy user the seller had created after restoring the OS.  The first thing I wanted to do was install applications I already have on my iMac (also running OSX Lion).  It would not install iPhoto or iMovie.  It said these applications were assigned to a different apple id, the previous owner.  I decided to erase the hard drive and reinstall Lion myself.  I ran into some snags (due to my internet connection) and had to use recovery thumb drive, but it worked.
    I successfully re-installed Lion on the newly formatted hard drive.
    I still cannot install iPhoto and iMovie.  It just give me an error now.  Couriously, it installed Garage Band just fine.  I haven't had any other issues with other applications I purchased on my other iMac.
    Anyone have any suggestions, besides purchasing iPhoto and iMovie on the mac mini?

    Ethernet cord connected to the router solved it.  This is exactly what I had to do when I reinstalled the operating system.  For some reason my wireless internet is highly inreliable.  It drops out constantly.  I've always had my iMac hard wired to the router, but I'll have to figure out a fix for this Mac mini.  I can't have a 30ft ethernet cord running through the middle of my basement.  Thanks.

  • How to  work on SDK with SAP B1 2005

    hi all,
        its too urgent, if you have any information about it, kindly help me.
    1. i need some details related to SDK. what are the tools needed for working on SDK with SAP B1 2005,
    2. how to get the "microsoft visual studio" for writing code for sdk.is there any seperate tool available with SDK for that or we have to use the general " microsoft visual studio" for VB and VC++.
    3. how to work on Screen painter add-on, able to design the forms,but how and where to write the code to make it work, or is there any tool kit for generating the code.
    4. pls give the link in the SAP portal for downloading the " tools and software needed for working on SDK with SAP B1 2005.
    if you have any tools, software and guide files related to sdk kindly please send me to my gmail address " [email protected] ".
    it is very urgent, if you have any resources regarding this then kindly send me as soon as possible.
    regards
    sandip

    Sandip,
    The forum that you have posted your question in is for questions related to the SAP Business One Integration for SAP NetWeaver.  Your question is SDK related and should be posted in the SAP Business One SDK Discussion forum.
    That being said ... here are the answers to your questions ...
    1. As far as the SDK goes, it does not provide an IDE.  Since the API's are COM, then you can use any IDE that can communicate with COM objects such as VB6, VB.Net, C#, C++, etc.
    2. As stated above, the SDK does not provide an IDE.  You would need to purchase one or you can get a free one from Microsoft on there website such as Visual Basic 2005 Express Edition.
    3. The Screen Painter is an SAP tool (independant of any IDE) that allows you to graphically create new SAP Business One looking forms and then save them to an XML format.  You would then in your code use the LoadBatchActions method to load your XML form.  Documentation on the Screen Painter and the LoadBatchActions method is in the SAP Business One SDK Help Center Documentation that comes with the SDK as well as there is eLearning available for the SDK on this portal as well as the SAP PartnerEdge Portal if you are an SAP Business One partner.
    4. If you are an SAP Business One partner and have an "S" number, you can log into the SAP PartnerEdge Portal and then under SAP Business One and "Installations & Updates" you can download the SAP Business One product as the SDK installation is part of the overall installation package.  If you are not a partner you would need to contact your local SAP Business One sales representative.
    Other tools available that work with the SAP Business One SDK are located on the SDN Portal under this link ...
    SAP Business One Tools [original link is broken]
    HTH,
    Eddy
    P.S. please give points for helpful answers!

  • How to do good Issue with S/N from DI API

    Hai,
    I want to do good Issue with Serial Number using DI API but I got an error message <b>"\[IGE1.DocEntry]\[line:0],item serial is not found in Whse SR-5155 - 1 - R5155KGS ' (-5002)" </b>
    here is the code
    Set oGoodIssue = oCompanyDI.GetBusinessObject(oInventoryGenExit)
            oGoodIssue.DocDate = "12/14/2007"
                oGoodIssue.Lines.itemCode = "SR-5155"
                oGoodIssue.Lines.WarehouseCode = "R5155KGS"
                oGoodIssue.Lines.SerialNumbers.SystemSerialNumber = CStr(1)
                oGoodIssue.Lines.SerialNumbers.ManufacturerSerialNumber = "SR-0000001"
    oGoodIssue.Lines.SerialNumbers.InternalSerialNumber = "SR-0000001"
                oGoodIssue.Lines.SerialNumbers.SetCurrentLine 0
                oGoodIssue.Lines.SerialNumbers.Add
            retval = oGoodIssue.Add
            If retval <> 0 Then
                oCompanyDI.GetLastError errMsg, errMsg2
                sbo_application.messageBox errMsg & " (" & errMsg & ")"
            Else
                sbo_application.messageBox "Success"
            End If
    I check already from SAP BOne and the serial number is exist
    Can someone help me solve this problem
    Thanks and Regards,
    Arthur Siwan

    Hi Arthur,
    Try this code ( i had changed only one line of code in your original code)
    Set oGoodIssue = oCompanyDI.GetBusinessObject(oInventoryGenExit)
    oGoodIssue.DocDate = "12/14/2007"
    oGoodIssue.Lines.itemCode = "SR-5155"
    oGoodIssue.Lines.WarehouseCode = "R5155KGS"
    oGoodIssue.Lines.SerialNumbers.Add
    oGoodIssue.Lines.SerialNumbers.SystemSerialNumber = CStr(1)
    oGoodIssue.Lines.SerialNumbers.ManufacturerSerialNumber = "SR-0000001"
    oGoodIssue.Lines.SerialNumbers.InternalSerialNumber = "SR-0000001"
    oGoodIssue.Lines.SerialNumbers.SetCurrentLine 0
    retval = oGoodIssue.Add
    If retval 0 Then
    oCompanyDI.GetLastError errMsg, errMsg2
    sbo_application.messageBox errMsg & " (" & errMsg & ")"
    Else
    sbo_application.messageBox "Success"
    End If
    Hope it helps you
    Regards
    Vishnu

  • How to work around the java runtime bug -The indentation is overridden

    Hello all,
    I generate xml from a servlet and stream to client as the following code. It works fine in my local machine (The xml is indented nicely) but when the war file deployed on a geronimo server 2.0.2. (It uses java 1.5.0_16). The xml streamed out without indentation
                   response.setContentType("application/xml");
                   response.setHeader("Content-disposition","attachment; filename="+fileName);
                   // set up a transformer
                   TransformerFactory transfac = TransformerFactory.newInstance();
                   Transformer trans = transfac.newTransformer();
                   trans.setOutputProperty(OutputKeys.METHOD, "xml");                
                   trans.setOutputProperty(OutputKeys.ENCODING, "UTF-8");
                   trans.setOutputProperty(OutputKeys.STANDALONE, "yes");
                   trans.setOutputProperty(OutputKeys.VERSION, "1.0");
                   trans.setOutputProperty(OutputKeys.INDENT, "yes");
                   trans.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "4");
                   // create string from xml tree
                   DOMSource source = new DOMSource(doc);
                   ServletOutputStream os = response.getOutputStream();
                   OutputStreamWriter w = new OutputStreamWriter(os, "UTF-8");
                   StreamResult result = new StreamResult();          
                   result.setWriter(w);
                   trans.transform(source, result);This is the bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6337981 (The indentation is overridden)
    I tried the work around suggested there by using OutputStreamWriter, it doesn't help.
    (I cannot change anything on the server. I have to accept whatever in the server)
    Please help
    Thank you
    Edited by: mycoffee on Jun 10, 2011 8:16 AM

    You have to set the indent level on the factory, see bug #6296446. This only affects 1.5; 1.6 allows you to set the indent level on the transformer, as you did (and for cross-version compatibility, setting it on both doesn't hurt).
    transfac.setAttribute("indent-number", Integer.valueOf(4));

  • Issue with Full Screen & Input languages (Mavericks 10.9.1)

    I have two issues with the latest (Version 8.0.24308) Microsoft Remote Desktop from the Mac App store:
    1. If I tick the connection entry "Start session in fullscreen" option, after connect the desktop slips upwards like on the screenshot (below on the link)
    2. The default input method switches to Latvian after connect (never used Latvian anywhere...).
    On my Mac:
    - System language: Hungarian
    - Input language: Hungarian
    On the server:
    - System language: English
    - Input language: Hungarian (default) + English
    +: the app doesn't supports Retina display resolution :(
    Screen Shot link:
    db.tt/yYKN0arM

    Hi,
    1. The version 8.0.24308 offers updated functionality for full screen mode to users of OS X 10.7+:
    OS X native: The native full screen feature for the Mac OS X version.
    Custom: The custom full screen mode enables the multi-monitor feature in order to provide a better experience for users of Mac OS X versions 10.7 and 10.8.
    Important information for users of 10.9: if you have disabled "Displays have separate Spaces" in Mavericks
    (System Preferences > Mission Control) go to Preferences > Resolution in the Microsoft Remote Desktop client and configure the setting using the same option.
    Please try the OS X native mode and see how it works.
    2. The OS keyboard locale, is suggested to the remote PC. Therefore, please check the keyboard locale.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

Maybe you are looking for

  • How do you use a custom login application?

    I have setup a custom Login Application as instructed from the admin guide, but cannot find any instructions on how you then go about using it. Some other posts on here mention customising/linking a page to it based on the user Login.jsp, but they ar

  • How can I use the same Sound variable for multiple sounds?

    I need my program to play many different mp3 files at different times.  I'm reading that you can not load different mp3 files into the same Sound variable.  But there must be a way around this right?  Can I Unload mp3 files some how?  Or can I delete

  • Why do all of my icons on my desktop get replaced with itunes icons?

    Seriously, this is annoying. every time i install itunes, every single program/shortcut on my desktop and start menu is replaced with an itunes icon. please help me?

  • Authorisation - Input schedule

    Hello, Have a specific issue with accessing the input schedules with in our user group one can access the worksheet with in the template and one cannot. The access rights  / authorisation has been given at the same level, I have deleted and recreated

  • What's the status of new Mac Pros and CC 2014?

    I've read some horror stories on this forum about new MacPros not being much faster with Pr CC or CC 2014.  Since Pr accounts for about 80% of my income, I'm not inclined to spend $10K for a system with no net gain in speed, and an increase in proble