Ok Vicente - the exception with the table row editor should be fixed if you sync - nice catch!
On Fri, Oct 2, 2009 at 9:14 AM, Todd Volkert <[email protected]> wrote: > Ah - I just reproduced this exception - I'll have a look as to why it's > happening. > > On Fri, Oct 2, 2009 at 5:55 AM, Vicente de Rivera III < > [email protected]> wrote: > >> thanks, funny actually my prob was with ListButton, and I was writing >> ListView. >> btw regarding ListButtons, there's an exception in the RowEditorDemo, >> >> run: >> Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException >> at org.apache.pivot.wtk.skin.ListButtonSkin$3.windowClosed(Unknown >> Source) >> at >> org.apache.pivot.wtk.Window$WindowStateListenerList.windowClosed(Unknown >> Source) >> at org.apache.pivot.wtk.Window.close(Unknown Source) >> at >> org.apache.pivot.wtk.skin.terra.TerraListButtonSkin$1$1.transitionCompleted(Unknown >> Source) >> at org.apache.pivot.wtk.effects.Transition$1.run(Unknown Source) >> at >> org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(Unknown Source) >> at >> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) >> at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) >> at >> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) >> at >> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) >> at >> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) >> at >> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) >> at >> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) >> at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) >> >> This happens when the ListView is shown (w/ the it's selection) then >> clicking on another row. >> >> I'd like to discuss this feature also with others ... probably some of >> >> these features are already in Pivot. >> >> >> I'm sure you w/ sir Todd and Greg, this feature is done in no time >> > >
