Changing mouse pointer

I would like to be able to change my mouse pointer to something
other that what set_application_property cursor_style can do for
me. I would like to be able to call a mouse pointer from the
file system and replace the the pointer in my forms app.
Thanks in advance for any direction that can be given.
Roland

If your Mouse cursor is in a DLL you can do:
Set_Application_Property(CURSOR_STYLE,'<DLLNAME>cursorname');
For this to work you have to load the above DLL first using
ORA_FFI.LOAD_LIBRARY().

Similar Messages

  • Change mouse pointer over selected text

    I have a JTextArea and i want to change the default mouse pointer to the arrow pointer when the user points to a selected text. Just like the way JCreator works.!
    Thanx

    Try this :
    Cursor textCursor = new Cursor(Cursor.TEXT_CURSOR);
    Cursor arrowCursor = new Cursor(Cursor.DEFAULT_CURSOR );
    textArea.setCursor(textCursor);
    textArea.addMouseMotionListener(new MouseMotionAdapter() {
         public void mouseMoved(MouseEvent e) {
              int location = textArea.viewToModel(e.getPoint());
              if (textArea.getSelectionStart()<=location && location<textArea.getSelectionEnd()) {
                   if (textArea.getCursor() != arrowCursor) {
                        textArea.setCursor(arrowCursor);
              else {
                   if (textArea.getCursor()==arrowCursor) {
                        textArea.setCursor(textCursor);
    });I hope this helps,
    Denis

  • How to change mouse pointer

    I would like enlarge or change the color of the mouse pointer.  Can anyone help

    No, they didn't. I am running 10.7.3.

  • How to change mouse pointer to Arrow?

    When we move the mouse over any component in preview (or in SWF file), mouse pointer changes to u201Chandu201D. Is it possible to keep the mouse pointer to Arrow or any other custom mouse pointer in Xcelsius 2008 SP 4?
    Thanks

    Mouse over cursor is set to ARROW if the component is not selectable
    Eg:pie chard which has no drill down or no furthur selection is enabled then the mouse over by default is ARROW.
    If you have enabled any furthur selection for that component the by default mouseover is HAND .
    This holds good for all the components in Xcelsius (even in sp4) Except for tab set container component where the selection of tabs is displayed with Arrow  symbol.
    New features that sp4 provides is 1)Waterfall chart 2)Alerts are  supported for spreadsheet tables, and for
    combination charts.
    @Sri

  • Changing mouse pointer using setCursor()

    Hi- I've got a single threaded JFrame-based application in which I want to change the mouse pointer to indicate 'busy' when it's doing stuff eg. loading a file. So within my extended JFrame method for handling menu selections I've got:
    public class Layout extends JFrame
        // For items in the main menu
        // (the sub-class contains either a JMenuItem or JCheckBoxMenuItem).
        abstract class MenuItem implements ActionListener
            abstract JMenuItem menuItemAbs(); // get the menu item component
            abstract void handlerAbs(); // perform the menu's action
            // Menu item has been selected.
            public void actionPerformed(ActionEvent e)
                Cursor cursor = Layout.this.getCursor();
                Layout.this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
                handlerAbs();
                Layout.this.setCursor(cursor);
            }But the mouse pointer doesn't always change. If handler() just does some processing without user interaction, the pointer does change. But in the case of loading a file, where first the user selects the file using a JFileChooser, it doesn't.
    Is this because JFileChooser does its own setCursor()? But even if it does, presumably it does another setCursor() to restore my WAIT_CURSOR before it returns, so why don't I see the WAIT_CURSOR while the file is loading (which takes seconds)?
    Cheers
    John
    EDIT: BTW running under Linux, Java v6 update 7
    Edited by: matth1j on Nov 12, 2008 2:15 AM

    Ok, thanks - full demo program below.
    When you hit the ok button (just 5 second sleep), the mouse pointer changes to 'busy'. It reverts to normal if you move the pointer off the frame, but goes back to 'busy' if you move it back onto the frame.
    When you hit the bad button (brings up file chooser, then does 5 second sleep), the pointer changes to 'busy' while the pointer is over the frame, and reverts to normal when the pointer is moved off the frame. But if you select a file or cancel the file chooser and move the pointer back into the main frame before the 5 seconds is up, the pointer doesn't go back to 'busy' again. I would expect it to show 'busy' while over the frame until the 5 seconds is up.
    Any ideas?
    package test;
    import java.awt.Cursor;
    import java.awt.EventQueue;
    import java.awt.event.*;
    import javax.swing.*;
    public class Main
        public static void main(String[] args)
            EventQueue.invokeLater(new Runnable()
                public void run()
                    new Test();
    class Test extends JFrame
        public Test()
            super();
            this.setDefaultCloseOperation(EXIT_ON_CLOSE);
            JPanel panel = new JPanel();
            panel.add(new Button("ok"));
            panel.add(new Button("bad"));
            add(panel);
            pack();
            repaint();
            setVisible(true);
        class Button extends JButton implements ActionListener
            Button(String text)
                super(text);
                addActionListener(this);
            public void actionPerformed(ActionEvent e)
                Cursor cursor = Test.this.getCursor();
                Test.this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
                if (!e.getActionCommand().equals("ok"))
                    (new JFileChooser()).showOpenDialog(null);
                try
                    Thread.sleep(5000);
                catch (Exception ex)
                    ex.printStackTrace();
                Test.this.setCursor(cursor);
    }Edited by: matth1j on Nov 12, 2008 2:44 AM code tidy
    Edited by: matth1j on Nov 12, 2008 2:45 AM code tidy

  • Change mouse pointer for Assessment Simulation

    Hi there-
    I have an assessment simulation - and I need the users mouse
    pointer to change to a crosshair (I think that's what it's called)
    when the mouse is over a certain area on the screen. Is there
    anyway to do this? I know it can be done in a demonstration for the
    pointer in the demo.
    Lynn

    Authorware allows access to the system's mouse 'library', but
    it also
    allows full Windows File System access too...which could have
    security
    issues. So it's certainly possible...but, agreed, who knows
    whether such
    functionality would be integrated into CP.
    Erik
    CatBandit wrote:
    > Can't be done, Lynn, but what a great idea for a new
    feature!!
    >
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=15&6213=9.[/
    > b]
    >
    > The way I see it, you could select the mouse-pointer
    you want displayed on the
    > user's machine from the mouse-properties dialog. But
    wait! Now that I' said
    > that, it occurs to me that any security program worth a
    hoot might
    > automatically block this, as it requires access to
    Windows system files . . .
    >
    > Well, it's still worth requesting, and I think the
    developers could figure a
    > way around the security problems if there are any. Have
    a great day!
    > .
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/group/macromedia.authorware

  • Change Mouse Pointer Look

    Hi,
    I have a show/hide layers behavior setup on an image - when
    the image is clicked. It works just fine. However, when you hover
    the mouse over the image, the mouse pointer doesn't change to the
    hand, like it would with a link. Is there any way to get the mouse
    pointer to change to the hand when it is hovering over the image?
    Thanks,
    Lynn

    Open the page in DW. Select the image and look at the
    behaviors panel.
    Change the Event from onClick to <A> onClick, using the
    drop-down list of
    events in the behaviors panel.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "L Gamble" <[email protected]> wrote in
    message
    news:e7hifj$6r6$[email protected]..
    > Hi,
    >
    > I have a show/hide layers behavior setup on an image -
    when the image is
    > clicked. It works just fine. However, when you hover the
    mouse over the
    > image, the mouse pointer doesn't change to the hand,
    like it would with a
    > link.
    > Is there any way to get the mouse pointer to change to
    the hand when it is
    > hovering over the image?
    >
    > Thanks,
    > Lynn
    >

  • Change Mouse Pointer Shape

    Is there any way to change the shape of the cursor by using applescript?
    My script is doing some work wich can require a number of seconds to complete. I would like the user to be informed by changing the shape of the pointer to the standard waiting animation used by OS X.
    Thanks in advance

    If you are referring to the spinning rainbow wheel, that is not a wait cursor, that is "the application is not responding" indicator. To follow Apple's Human Interface Guidelines, you should use a progress indicator - my preference is the BP Progress Bar.

  • Lenovo G550 - Keyboard/Mouse/Pointer Issues - PLEASE HELP Tech suppport couldn't.

    I spent over an hour on the phone with Lenovo tech support last week to try to solve this issue and it is not solved. The guy had never heard of it and kept researching how to fix it.  I personally  have this feeling that it's a very very simple issue but I can't figure out how to correct it.  I've changed mouse/pointer settings and it still isn't working.  I love my new laptop in every other way but i'm getting so frustrated with it I'm ready to send it back because of the problem with the mouse/pointer.  So if anyone could help me I'd appreciate it greatly.
    I will be typing and out of nowhere the cursor will move to wherever the mouse is...or it will highlight everything I just typed and delete it.  I've had to type much slower and keep moving the mouse but when i'm working on my projects and typing away and highlighting/editing, I get into the work and it's a pain in the rear when the cursor suddenly moves a paragraph up and I am still typing away and sometimes don't realize it until i've typed another two sentences.  Hence the typing slower.
    Today it deleted discussion posts I had typed up for my online classes before I had hit submit. Causing me to waste another 30 minutes trying to retype what I'd already done.  I was ready to throw this laptop in the garbage.
    I decided to not do that and post in this forum in the hopes that someone will be able to help me.
    Thank you,
    Komal

    @ shelagh
    try to un-install touchpad drivers,restart your computer and check if issue persists.
    and/or try to flash bios update ( for bios update, read readme file first )
    http://consumersupport.lenovo.com/us/en/DriversDownloads/drivers_list.aspx?CategoryID=600154

  • Mouse pointer rather slow

    After changing mouse pointer acceleration in control panel to maximum, mouse pointer is faster, but still rather slow. At least slower, than it is with windows7. In windows7 it´s one move from left to right. In Windows10 I have to move twice. It´s an asus
    notebook with mouse-pad.

    Hi poet-man,
    If you mean the mouse-pad device, I suggest you check if there are any latest driver for it.
    If you upgrade from previous operating system, it is recommended to uninstall the device from device manager restart your PC to check how it works.
    Alex Zhao
    TechNet Community Support

  • T43p - Mouse pointer freezes after changing the battery to a new one

    Hello,
    I have bought a new battery for my IBM Thinkpad T43p. In the description of the new battery I have seen that this battery is compatible with T43 series. Battery details are: DC 10.8V 5200mAh/56Wh. Replace: 08K8214.
    My problem is:
    I have ordered a new battery for my Thinkpad T43p but when I turned off  the notebook and replace the old battery with the new one the notebook became strange. I use Windows XP Prof on this computer and when the login screen appeared and during I was typing my user name and password the mouse pointer was freezed and I had to turn off the computer. It was happened within approx 1 minute after the Login screen appeared. The symptom was the same with or without plugged in AC charger. I have tried several times and the same behavior was happened. When I changed back the old battery the computer became normal again without any freezing. The fan was working properly in both cases. The symptom is the same if I change the battery during AC charging and using Windows. 
    I don't have an idea about the reason of it. Can you help me with ideas?
    Thanks in advance,
    Slider

    Pull the battery out and run the machine on AC only. Does it freeze now?
    If it doesn't, the "new" battery needs to be replaced.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Why the mouse pointer in Logic Pro does not change shape during work in OSX 10.9.1?

    I've a MacBook Pro Retina 15-inch Late 2013 and I'm using two external displays. One connected to to the HDMI port (display 1) the other to thunderbolt (display 2). The MacBook display is closed. I’m working with Logic Pro 9.1.8 (32bit) with OSX 10.9.1
    Why the mouse pointer in Logic Pro does not change shape during work???
    It was already difficult with OSX 10.9 but now after upgrading to 10.9.1 it's game over!
    At least before I could select which display use Logic Pro to have all the shape functions of the pointer. Not in both displays, so to be forced to edit in ONLY ONE of the two displays using this workaround: (right click on Logic icon in Dock: Option --> Desktop on Display 1). Now or I select “Option --> All Desktops” or does not work. However, by selecting all displays you say goodbye to Mission Control. This can’t be a solution!!!
    The amazing thing is that Nuendo has no problem while Logic Pro, Apple's native software, it can't!
    With Nuendo it’s indifferent in which display you are working, the shape of the mouse pointer changes shape depending on the requirement in both displays.
    This thing drives me crazy!
    Solutions?
    Here some ideas in other foums:
    http://www.logicprohelp.com/forum/viewtopic.php?f=1&t=86264
    But this aren't really solutions but workarounds. Use Logic in all desktops makes Mission Control useless!!

    I installed all over again by formatting as suggested by the genes of pro application support. Each plug-in, each virtual instrument, a job that lasted 3 days. And as suggested for each new plug-in I proceeded to check the proper functioning of Logic Pro and did each time a back up with Time Machine.
    The Result:
    Logic works as it should ONLY on the primary monitor and ONLY on the first desktop.
    BUT
    Reason and Nuendo dont' have this issue !!
    I believe that Apple developers are thinking only to mobile phones and things like messages or face time.
    And that's not all!
    After a few weeks, perhaps by installing a version of Adobe Acrobat, I say maybe because I'm not sure, logic has stopped working properly. Again problems with the mouse pointer.
    Luckily I had a back up! But now I'm terrified to install new programs. Thanks Apple!

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • Mouse Pointer Randomly Changes From Arrow to Pen

    A few weeks before I upgraded to Lion, I noticed my mouse pointer started changing from an arrow image, into that of a pen. When I upgraded to Lion, it carried over in the same manner. It doesn't happen all the time and I can't seem to find any explanation for when it happens. Anyone ever seen this? I've checked all the system preferences, including Universal Access and can't find any settings that would have caused it to do this. Any suggestions?

    Welcome to the discussions.
    Which program or application are you using when this happens?
    The mouse pointer changes depending on the type of content on the screen. If the pointer is over a link which can be clicked, it appears as a pointing finger. If it is over text which can be selected, it becomes an "I" (rhymes with "eye") so that you can select text or click at a certain point in the text.
    See Mac Help.
    Sometimes it is very easy to unwittingly click the mouse and select something, which can change the screen. The mouse can be quite sensitive. So this may be what you are experiencing.
    If you are trying to do a specific thing and it's not working, tell us and we can be more helpful.

  • How can i change the mouse pointer image?

    Hi friends!!
    It's possible to change the mouse pointer image in Swing?
    Thanks a lot.

    There's a setCursor() method on the frame component.

Maybe you are looking for

  • How do I make multiple iWeb websites without them turning into one?

    I made a website with no problems with iWeb. I published it to a folder and uploaded it to my domain host with no problems. I wanted to make a new, separate stand-alone website with iWeb but I could find no way to do that. When I go to FILE and NEW S

  • Too much data for JTextArea

    Howdy people, I've been stuck on this problem for a while now. I writing a povvy hex-editor, and it works (yay!), but when I open largish files (>= 20kB) it really chokes on it. Not on the conversion from bytes to hex string, but (you guessed it) dis

  • Process Notification and Notification Wait activity - External Relationship

    Hi, I have a query relating to the Process Notification and Notification Wait activity. In my Process Creation after finishing 2 interactive avtivities I need to send notification or inform the instance waiting in a Notification Wait activity. For th

  • SAFARI continuously shuts down

    Multiple times a day I have issues with safari closing.  Below is the crash report most commonly seen.  In addition to the one below; Safari also shuts down due to FlashPlayer 10.6 Plug-in.  Any advise.  I did what the Genius Bar indicated...it didn'

  • Changing function group of function module

    Hi I assigned my function module to function group of different person, which has been transported to quality server. Now whenever I make some changes in my function module, it creates problem to his application. As it has been released, system is no