[piccolo2d-dev] Re: Issue 178 in piccolo2d: PNode.SetPaint() is not working (SWT version)

2010-04-27 Thread piccolo2d
Comment #1 on issue 178 by heue...@gmail.com: PNode.SetPaint() is not working (SWT version) http://code.google.com/p/piccolo2d/issues/detail?id=178 When using PSWTCanvas, you need to use the SWT versions of the core Piccolo2D classes, e.g. PSWTPath instead of PPath. Take a look at the

[piccolo2d-dev] [piccolo2d] r1016 committed - Issue 177 ; adding unit test for selection notification on delete key ...

2010-04-27 Thread piccolo2d
Revision: 1016 Author: heuermh Date: Tue Apr 27 13:58:11 2010 Log: Issue 177 ; adding unit test for selection notification on delete key event http://code.google.com/p/piccolo2d/source/detail?r=1016 Added:

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard DEL a selection change is not fired

2010-04-27 Thread piccolo2d
Updates: Status: Accepted Owner: heuermh Labels: Type-Defect Priority-Medium Effort-Medium OpSys-All Toolkit-Piccolo2D.Java Component-Extras Comment #1 on issue 177 by heue...@gmail.com: When deleting a selected node using the keyboard DEL a selection change is not fired

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard DEL a selection change is not fired

2010-04-27 Thread piccolo2d
Comment #2 on issue 177 by allain.lalonde: When deleting a selected node using the keyboard DEL a selection change is not fired http://code.google.com/p/piccolo2d/issues/detail?id=177 Two changes need to be made in order for this to be a fix. #1 addition of postSelectionChanged #2 Pressing