[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-05-07 Thread piccolo2d
Updates: Status: WontFix Comment #5 on issue 176 by allain.lalonde: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 (No comment was entered for this change.) -- Piccolo2D Developers Group:

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Comment #1 on issue 176 by tbit455...@aol.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 Sorry I have to correct step 3. 3 Move the cursor over any handle on the selected node -- You received this

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Comment #2 on issue 176 by heue...@gmail.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 The selection example (examples/src/main/java/edu/umd/cs/piccolo/examples/SelectionExample.java) seems to

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Comment #3 on issue 176 by tbit455...@aol.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 I use a customized PSelectionHandler that overwrites decorateSelectedNode; maybe this is the problem? See