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
work fine for me with version 1.3 and svn trunk.

It uses PSelectionEventHandler to create the selection handles as follows

extras/src/main/java/edu/umd/cs/piccolox/event/PSelectionEventHandler.java:
    public void decorateSelectedNode(final PNode node) {
        PBoundsHandle.addBoundsHandlesTo(node);
    }

Might you be able to attach an example that demonstrates the problem? Perhaps you
are using PBoundsHandle through a different code path.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to