[piccolo2d-dev] Re: PSwing.readObject ?

2010-01-27 Thread cmal...@pixelzoom.com
Never mind, stupid question, required for serialization. I've clearly been working too long today... -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] motivation for ComponentListener in PSwing constructor?

2010-01-27 Thread cmal...@pixelzoom.com
Looking at PSwing in 1.3-rc1 ... The constructor adds a ComponentAdapter that changes the visibility of the PSwing node as the Component is shown/hidden. Does anyone recall the motivation for adding this? Looking at the PSwing.setVisible override, this ComponentAdapter seems unnecessary, perhap

[piccolo2d-dev] PSwing.readObject ?

2010-01-27 Thread cmal...@pixelzoom.com
Does anyone recall what the purpose of PSwing.readObject is? It's included in 1.3-rc1, but doesn't appear to be used. -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: Issue 158 in piccolo2d: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph

2010-01-27 Thread piccolo2d
Comment #5 on issue 158 by allain.lalonde: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph http://code.google.com/p/piccolo2d/issues/detail?id=158 lol Thanks for that emotional roller coaster :) -- You received this message because you are listed in

[piccolo2d-dev] Re: Issue 158 in piccolo2d: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph

2010-01-27 Thread piccolo2d
Updates: Status: Verified Comment #4 on issue 158 by cmal...@pixelzoom.com: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph http://code.google.com/p/piccolo2d/issues/detail?id=158 Doh! My bad. It was me that wasn't testing with rc1. I applie

[piccolo2d-dev] Re: Issue 158 in piccolo2d: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph

2010-01-27 Thread piccolo2d
Updates: Status: Started Comment #3 on issue 158 by cmal...@pixelzoom.com: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph http://code.google.com/p/piccolo2d/issues/detail?id=158 (No comment was entered for this change.) -- You received this

[piccolo2d-dev] Re: Issue 158 in piccolo2d: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph

2010-01-27 Thread piccolo2d
Comment #2 on issue 158 by cmal...@pixelzoom.com: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph http://code.google.com/p/piccolo2d/issues/detail?id=158 This change doesn't fix the problem when applied to 1.3 rc1. Are you testing with rc1? I do

[piccolo2d-dev] [piccolo2d] r961 committed - Unit Test demonstrating Issue 158

2010-01-27 Thread piccolo2d
Revision: 961 Author: allain.lalonde Date: Wed Jan 27 13:34:51 2010 Log: Unit Test demonstrating Issue 158 http://code.google.com/p/piccolo2d/source/detail?r=961 Modified: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingTest.java ==

[piccolo2d-dev] Re: Issue 158 in piccolo2d: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph

2010-01-27 Thread piccolo2d
Updates: Status: Fixed Owner: allain.lalonde Cc: cmal...@pixelzoom.com Labels: Type-Defect Priority-Critical Effort-Low Toolkit-Piccolo2D.Java OpSys-All Component-Extras Milestone-1.3 Comment #1 on issue 158 by allain.lalonde: Component doesn't receive events after P

[piccolo2d-dev] [piccolo2d] r960 committed - Fixing Issue 158 - With event handlers not being installed properly fo...

2010-01-27 Thread piccolo2d
Revision: 960 Author: allain.lalonde Date: Wed Jan 27 13:24:26 2010 Log: Fixing Issue 158 - With event handlers not being installed properly for nodes after they get removed and then re added to a Scene. http://code.google.com/p/piccolo2d/source/detail?r=960 Modified: /piccolo2d.java/trunk/

[piccolo2d-dev] Issue 158 in piccolo2d: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph

2010-01-27 Thread piccolo2d
Status: New Owner: New issue 158 by cmal...@pixelzoom.com: Component doesn't receive events after PSwing is added, removed and re-added to scenegraph http://code.google.com/p/piccolo2d/issues/detail?id=158 What steps will reproduce the problem? Use Piccolo2D 1.3 rc1. Run the attached ex