[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Updates: Status: Verified Comment #8 on issue 67 by mr0...@mro.name: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 (No comment was entered for this change.) -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Comment #7 on issue 67 by gigony: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 Thank you for fixing the bug. -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Comment #6 on issue 67 by pepllubc: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 Tanks for your work... now I can run this example. -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Updates: Status: Fixed Comment #5 on issue 67 by heuermh: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 commit -m "Issue 67 ; fixed issue with example, it was incorrectly adding the scroll pane to the canvas" ... Sending... Transmitting file data ... Committed revision 431. -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Updates: Labels: Component-Examples Comment #4 on issue 67 by heuermh: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 (No comment was entered for this change.) -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Updates: Status: Accepted Owner: heuermh Labels: -Priority-Medium Priority-High Effort-Low Toolkit-Piccolo2D.Java Milestone-1.3 Comment #3 on issue 67 by heuermh: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 Thanks everyone for submitting and reproducing this issue. Please submit a patch if you have one, otherwise I will get to it this week. -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Comment #2 on issue 67 by dnvr301080: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 I tried with another versions of netbeans but doesnt work also. -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Comment #1 on issue 67 by pepllubc: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 I have the same problem working with netbeans 6.5 and jdk1.6.0_10 -- 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 -~--~~~~--~~--~--~---
[piccolo2d-dev] Issue 67 in piccolo2d: ScrollingExample.java doesn't work
Issue 67: ScrollingExample.java doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=67 New issue report by gigony: What steps will reproduce the problem? 1. Compile and execute 'ScrollingExample.java' 2. 3. What is the expected output? What do you see instead? It only shows a empty window Error messages on console are followed -- Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: adding container's parent to itself at java.awt.Container.addImpl(Unknown Source) at java.awt.Container.add(Unknown Source) at ScrollingExample.initialize(ScrollingExample.java:81) at edu.umd.cs.piccolox.PFrame$1.run(PFrame.java:107) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) This statement is the code that the error is occured getContentPane().add(scrollPane); What version of the product are you using? On what operating system? I used the latest revision of piccolo2d(r400). jre1.6.0_07 Windows XP SP3. Please provide any additional information below. Issue attributes: Status: New Owner: Labels: Type-Defect Priority-Medium -- 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 -~--~~~~--~~--~--~---