Get rid of the mouse cursor when on desktop touch devices

Hi there,
I'm using sap.ui.commons controls to build my application. However, this application will sometimes be used on touch devices like large touch screen HDTV connected to a desktop Windows PC.
When clicking on a button, the button gets focussed. However, as clicking on a control moves the mouse cursor, too, the button gets a mouse over look and feel and the focus style applied.
Is there a way to disable the mouse over events and style sheets for desktop controls in an easy way? I want to get a similar behaviour like using an application on a device without a pointer (like a tablet or smartphone). No mouse over, no focus.
Regards
Tobias

Hey Tobias,
have a look at this Thread: javascript - Disable hover effects on mobile browsers - Stack Overflow
It helped me and might contain a solution to your problem as well!
Regards,
Timo

Similar Messages

  • Can i get rid of the mouse cursor?

    I don't want the little arrow to show up any time during my applet.

    //create and load a blank gif file for the mouse pointer
    URL url = this.class.getResource("blank.gif");
    Image i = new ImageIcon(url).getImage();
    Cursor cursor = Toolkit.getDefaultToolkit().createCustomCursor(i,new Point(0,0),"blank");
    this.setCursor(cursor);
    That should do it.

  • How do I get rid of the 3d effect when opening home screen? It gives me a headache.

    How do I get rid of the 3d effect when opening home screen? It gives me a headache.

    jimginakouri wrote:
    It's more of a "zoom-in/zoom-out" every time you turn on home screen or open/close an app.
    THAT you can't change. Silly of Apple not to provide a setting to back out the animation effects either as a whole or individually.

  • Is there a way of getting rid of the "Top Sites" when you go in to Google?

    Is there a way of getting rid of the "Top Sites" when you go in to Google?

    Safari menu > Preferences > General > "New windows open with" and "New tabs open with"
    Choose from the available selections.

  • Get rid of the initial asterisk when using PasswordField masking in console

    Hi!
    How can I get rid of the initial astrerisk when using the PasswordField script from Sun?
    I've tried to check whether the BufferedReader is empty or not, but with no succes.
    Here comes the code:
    PasswordField.java
    import java.io.*;
    public class PasswordField {
        *@param prompt The prompt to display to the user
        *@return The password as entered by the user
       public static String readPassword (String prompt) {
          EraserThread et = new EraserThread(prompt);
          Thread mask = new Thread(et);
          mask.start();
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          String password = "";
          try {
             password = in.readLine();
          } catch (IOException ioe) {
            ioe.printStackTrace();
          // stop masking
          et.stopMasking();
          // return the password entered by the user
          return password;
    }EraserThread
    import java.io.*;
    class EraserThread implements Runnable {
       private boolean stop;
        *@param The prompt displayed to the user
       public EraserThread(String prompt) {
           System.out.print(prompt);
        * Begin masking...display asterisks (*)
       public void run () {
          stop = true;
          while (stop) {
             System.out.print("\010*");
          try {
             Thread.currentThread().sleep(1);
             } catch(InterruptedException ie) {
                ie.printStackTrace();
        * Instruct the thread to stop masking
       public void stopMasking() {
          this.stop = false;
    }

    Hello Yajai,
    The example program will use the default value for timeout, 10 seconds. To change this, you will have to set the Stream.Timeout value. I inserted this function into the example and set it equal to -1, and the program will wait indefinitely for the trigger signal without timing out. Please see the attached image to how this was implemented.
    I hope this help. Let me know if you have any further questions.
    Regards,
    Sean C.
    Attachments:
    SetTimeout.bmp ‏2305 KB

  • How do I get rid of the green hue when connecting to my TV?

    how do I get rid of the green hue when connecting to my TV?

    On the TV or iMac display and is Mirroring On or Off?
    First check all of your cables, connectors and connections.
    If it's a really strong green hue, then there is probably something wrong with the cabling or a connection.
    If it is only slightly off hue, then go to: System Preferences > Displays > select the Color tab for whichever  and try selecting a different Display Profile or setting a new Profile by selecting the Calibrate.... button.
    also see > ColorSync for Mac OSX
    Dennis

  • How do get rid of the twitter app when there's no trace of it except for update notices on app store and that too with a stranger's id ??

    How do get rid of the twitter app when there's no trace of it except for update notices on app store and that too with a stranger's id ??

    ayk74,
    so you have no idea where some of your installed software originally came from?

  • I changed the password to my ipod but it isn't working and I don't want to restore it. Is there a way of getting rid of the pass word or un-disabling my device?????

    I changed the password to my ipod but it isn't working and I don't want to restore it. Is there a way of getting rid of the pass word or un-disabling my device?????

    Connect the iOS device to your computer and try to make a backup.
    iOS: How to back up
    Then restore via iTunes. Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How do i get rid of the white screen on my ipod touch

    How do i get rid of the white screen on my ipod touch?

    Try a hard reset. If that does not work, let the battery completely drain, recharge and test.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • My mini loses the mouse cursor when it goes to sleep

    Since I upgraded to OS X 10.7, my MAC mini loses the mouse curson when it goes to sleep. I am able to use the mouse to "awaken" the system and get the home screen, but the system will not display the mouse cursor. The only thing thast will recover the mouse cursor is to reboot the syste,.

    going to sleep means disabling the network connection to save power
    so what you're asking is not really possible
    unless you can change what going to sleep mean on your computer
    in the power saving settings you may be able to set going to sleep to just turn off your monitor
    because thats pretty much the only thing that can go to sleep if you still wish to use it over wifi

  • How to get rid of the "time out" when using DAQ AI in the example program

    I try an example file called "AcqVoltageSamples_IntClkDigRef" (Visual C++ .NET). It works great. However, if the program has not recieved the data, it sent out a timeout message. How to get rid of the "time out"? I cannot find anywhere in the code. Is this a property I have to reset somewhere else?
    Thank you,
    Yajai.

    Hello Yajai,
    The example program will use the default value for timeout, 10 seconds. To change this, you will have to set the Stream.Timeout value. I inserted this function into the example and set it equal to -1, and the program will wait indefinitely for the trigger signal without timing out. Please see the attached image to how this was implemented.
    I hope this help. Let me know if you have any further questions.
    Regards,
    Sean C.
    Attachments:
    SetTimeout.bmp ‏2305 KB

  • How do I get rid of the "plus" cursor in numbers?

    I am working in numbers and having trouble with creating hyperlinks. I was able to create links but now I have the "plus" cursor and can't get rid of it and it seems my hyperlinks don't work.

    Hi Lynn,
    Welcome to the Numbers for Mac discussion. A "+" cursor is normal when you are hovering over a Numbers Table. It signifies, I believe, that you are ready to make a cell selection. Notice that when you hover over a blank area or over another type of object the cursor is an arrow. Also, if you click twice on a Cell, the cursor will change to a vertical bar, known as the Text Insertion cursor.
    By the way, your profile shows 10.7.2. You should update your OS if you haven't already, but perhaps you did that an didn't update your profile. I sometimes forget that too.
    Jerry

  • How do you get rid of the encrypted text when forwarding an email to somebody

    When forwarding an email to others it comes up like this. Can I get rid rid of this
    Return-Path: <[email protected]>
    Received-Spf: pass (domain of insideapple.apple.com designates 17.254.6.227 as permitted sender)
    X-Ymailisg: W7LWasUWLDvp3Cg68NzuIQ0Ep5ImO4cFdWjwTQdjltqL3QAf gD3Lr..KHbkfZ_CEjNYmy.ZOOVWmbG2a9ON5_4ijshqlqQm.jegCy2LxGi1w Wa4mNROcNgpAuIfLj5DPHALQE.x5PePw4PRG4.mg_Bvr.1Zp9yJnwNkZhmbo vrzFzdamoL37v3UZU3Lb1oSt9YBWjCeJHymCV.VX_rR2FAgFu3.vxzanr3WS 3gFTlxNl8_RcTmQo.j2TenoxBQ4zJPfP1ZtYDy7CmioCjcaK0b2lGKdcW.tC FNjt2wJbJbeIEuILfBKQnby9aqeyNY9uFv3.jNm4250whlg.ctxptojQZuvo 5n9YGOiku9MPSb472G6sqvZCzLWOBuk7uvUBOLjwN0MhjkO6xAZnMSAnI4Th CKts2RZ9phG8o3AI7oTowZs6PT6pw0FeQbRtZ0jImq8p2PmCkNp5nFsDSs4M rWVZLrVaE6HanQy7VVdkaGPovL.Bi_28F4__xgXWvS41uXAAMunFO.ttp93y gQYSdXde83BRm6t9ac.O.SM_Hwfre.0jmYtyfzIRJNHUFrnAcBIuaL5XRRHo PnlBp2_b1qEIVFr667ykmrEKo8zkowsrki0mChrh82LnLt2Or02Hdb8c1IBO RD_iA1vyP9UhXlX16RtQBz461b0H7PkSSfyTzFykjmI8wuFJBrHEsVBcr2R. SOT0vNAWF7Sy0Y3ALSZGc2Qz7IU1A_upXmhFUz7J34OnshGfIdnZUgr0eX0M uRrsCZf92nQ7OrjxIfLl24wTbCuazlvZ7onnVFixo35sBRXBwukiHjDQJJXM MluCZ22xu8aDv15rLfQ3_msFWxD_E1WZaWCNAP2MsxXNV_V1QoE_F.kNZMdi jiTCnQ7FuCwcGRkg96nTeaJ_KjKwNdKrsl0KyR23AyzKdzfWN6awJeojwkwt 8lWwTBZeW9ezyfI3QJMGoGaEOCS9fcvjTshiUNEAE99Lk7qyXRlxXgXzPBDC SIhHNfos8adrrEwg0IVWGJE6NcbYgowsoDfMp1dK54ZO6A51ghQH7LV.LHzQ h1ox71sQme1NhdTUhdz7bebec._ZEnvICwS8PwHgcIIMDiTGRjN3NgLTJK8c SHNwHCpAQif4Wn1ZWk7f31aX9JnahSiEifLAEirxA8iDZF1R5IzZuMUMddXm t_kirHAfiGfGc6Pt6ZKdVZWQt6RZGh6cLCHsS4.gpQsxwnXcpQ.g43V.L2vN RFQR12bLS8aGd7IPjfTynqVBxjyijDaTK.OtBYbjIV8swj1JT0zfRL60ZXRZ jvS1j687mV_mcSVtYfnBBravEwY_79Eks5nS61xG2gVLgrgUgf0DUWhN2R5H Fne9_eIL7ZXbnlT8X121Gnu2YIBixj356ZyUNsrjWhrtdG2sUZNWQUOczdqH q0devPqLTmN3TEoXHR07Ai.oxum4ZpBuTD9xxOQoTjfDA4Qdld1vT_MusOcw jUdrEKN9P35wFrP3wB03ybHlwzwwD4OKoiEZnys9Pu.3nkoR8w--

    Do exactly what it implies on the screen.  Connect the device to the computer via the sync cable and let iTunes restore it.

  • How do I get rid of the page border when I publish a page?

    As you can see from this photo, there is a line around the page which I'd like to get rid of.  All the border strokes are set to 0 in Muse, but it's still there when I publish.  Any help would be greatly appreciated

    You have a 1 pt black stroke on your page.
    Deselect everything, and set the stroke to 0 or the stroke color to none.

  • Is there a way to get rid of the space left when I delete a field?

    I have a document that I am editing and I have deleted some fields but that leaves big white spaces in the document.  Is there some way that I can get rid of those spaces without having to manually move up all the subsequent fields one by one?

    Not really. There are things you can do to make the process easier, but you can't just highlight the white space and hit 'delete' to bump everything up.
    You can select all of the items below what you removed on the heirarchy tree (that are on the same page) and move them all up at once.
    You could make the document flowed and enclose the whole area in a subform, but that presents its own set of challenges if the fields and such do not already take up entire lines (or close to it). It does make the process easier in the future if you have to add/remove more items again.

Maybe you are looking for

  • Key Figure Calculation in Query

    Gurus, How do i calcculate below  in query  basically i have 3 KF as dates below and want a CKF or formula variable which calculates A - (IF B Not Empty then take B  or else take C.) Z = A - if (B != " '', B, C) A = Key Figure B = Key Figure C = Key

  • Bootcamp does not see replacement DVD drive in Mac Pro3,1

    Recently purchased  LG Super-Multi Drive - Mac Pro Kit 24X 5.25" Internal DVD/CD Writer from OWC and installed it in lower DVD drive according to the manuel provided including wire to Sata plug in Mac Pro3,1. A difference is that Top of 2 DVD ports h

  • Why are songs I've accessed in the past no longer accessible?

    When I sync my iPod to my computer, I get the error message, "Some of the items in the iTunes library were not copied to the iPod because they were not found."  Where did they go?  I haven't deleted anything from my account.  I have my full library l

  • Approch while creating a custom field in PR05 transaction

    Hi All, I need to add a new custom field in the trip creation screen PR05. Are there any screen exits available for the same. If not, how can I maintain the value in the comments text editor dynamically. Please suggest, Any replies will be highly app

  • Time Dimension with Hourly base level

    Hi all I need to analyze data at Hour, Day, Month, and Year levels. The data in the fact and dimension tables are at the 'Hour' level with DATE datatype, such as: 02-SEP-10 10:00:00 AM 02-SEP-10 11:00:00 AM To use Time-Series type calculations, I und