Re: CellRendererPane causes cursor flickering during drag and drop



On Mon, 14 Apr 2008 04:23:40 -0700 (PDT), lemmi
<dlemmermann@xxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :

setCursor() is not being called. During a drag and drop operation the
cursor management seems to happen somewhere else but I don't know
where.

At least on my hardware, it seems very likely the cursor is being
redrawn back and forth between two different forms. This implies
SOMEONE, perhaps deep in the bowels or in a UI LAF is calling
setCursor.

If I were you I would put a trap on setCursor and find out if and who
is calling it.

Also, If you can get a snapshot of the variant cursor, and if you can
recognise it, that might help track down who is setting it and where.

The queasy feeling I have about this is even after you track it down
and present it to Sun, they will say it is not a bug but a feature.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • Re: Invalid Cursor - why ?
    ... I am calling a procedure from a remote database, ... TYPE refcur IS REF CURSOR; ... PROCEDURE GetReport (rep OUT refcur, ... I am calling the procedure as follows: ...
    (comp.databases.oracle.server)
  • Re: Invalid Cursor - why ?
    ... I am calling a procedure from a remote database, ... TYPE refcur IS REF CURSOR; ... PROCEDURE GetReport (rep OUT refcur, ... I am calling the procedure as follows: ...
    (comp.databases.oracle.server)
  • Invalid Cursor (corrected)
    ... I am calling a procedure from a remote database, ... TYPE refcur IS REF CURSOR; ... PROCEDURE GetReport (rep OUT refcur, ...
    (comp.databases.oracle.server)
  • Invalid Cursor - why ?
    ... I am calling a procedure from a remote database, ... TYPE refcur IS REF CURSOR; ... PROCEDURE GetReport (rep OUT refcur, ... I am calling the procedure as follows: ...
    (comp.databases.oracle.server)
  • Re: Cursor for loops
    ... > Normally I use the cursor to go through a set of rows and do some actions ... > with the values from each row (like calling another procedure, ... >> SQL Server has a WHILE loop... ... >> David Portas ...
    (microsoft.public.sqlserver.programming)