No, I am not using row heights. Thanks.
On 4/5/10 11:29 AM, "Greg Brown" <[email protected]> wrote: Are you using variable row heights by any chance? On Apr 5, 2010, at 2:24 PM, Shahzad Bhatti wrote: > I have created it under: https://issues.apache.org/jira/browse/PIVOT-451. I > will try to use trunk with debug information to debug it. Thanks. > > > > > On 4/2/10 5:49 AM, "Todd Volkert" <[email protected]> wrote: > > Yikes. If you're running off of Pivot 1.4, there's no much you can do, > because debug symbols have been removed from the jars. If you're running off > the trunk, you can compile with debug turned on and get more info. > > Can you file an issue in JIRA so we can track this? > > Thanks! > -T > > On Thu, Apr 1, 2010 at 7:13 PM, Shahzad Bhatti <[email protected]> wrote: > I am seeing following error, but it's not showing my application in the stack > trace. Is there a good way to debug these kind of errors? Thanks. > > Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: > index 6 out of bounds. at > org.apache.pivot.collections.ArrayList.verifyIndexBounds(Unknown Source) > at org.apache.pivot.collections.ArrayList.get(Unknown Source) at > org.apache.pivot.wtk.skin.terra.TerraTableViewSkin.paint(Unknown Source) > at org.apache.pivot.wtk.Component.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintDisplay(Unknown > Source) at > org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintVolatileBuffered(Unknown > Source) at > org.apache.pivot.wtk.ApplicationContext$DisplayHost.paint(Unknown Source) > at org.apache.pivot.wtk.ApplicationContext$DisplayHost.update(Unknown Source) > at sun.awt.RepaintArea.updateComponent(RepaintArea.java:267) at > sun.awt.RepaintArea.paint(RepaintArea.java:233) at > apple.awt.ComponentModel.handleEvent(ComponentModel.java:263) at > java.awt.Component.dispatchEventImpl(Component.java:4790) at > java.awt.Component.dispatchEvent(Component.java:4544) at > java.awt.EventQueue.dispatchEvent(EventQueue.java:635) at > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) > at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) > > ______________________________________________ > > See http://www.peak6.com/email_disclaimer.php > for terms and conditions related to this email > >
