Browser changes cursor [message #1819098] |
Tue, 07 January 2020 22:47 |
Keith Willenson Messages: 21 Registered: July 2009 |
Junior Member |
|
|
I have a Browser that is one component of the main screen. It is used to display info about things clicked on in SWTImageCanvas. This all works correctly. To mark what kind of things can be chosen (clicked on) in the SWTImageCanvas, I change the cursor to one of several non-standard cursors loaded from a resource. The problem is that when the cursor is on the SWTImageCanvas and browser.setText(htmlInfo); the cursor flickers between the waiting cursor and the cursor I want. If I comment out the // browser.setText(htmlInfo); no cursor flicker.
I can't find where the cursor is being changed so I can modify the code
or
is there any way to turn this feature off?
Eclipse IDE for Java Developers
Version: 2019-06 (4.12.0)
Build id: 20190614-1200
jdk1.8.0_144
Windows 10 64 bit
|
|
|
Powered by
FUDForum. Page generated in 0.02881 seconds