It's the plain RowEditorDemo (updated from the repo this morning), hmm,
maybe it's my PC:      WinXP SP2, Running on Intel core2duo 2.4 and 2gb or
RAM
     java -version
         java version "1.6.0_15"
        Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
        Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode)

I got another question, I tried running my pivot app in Applet mode and it
seems
       Persistence.createEntityManagerFactory
throws an exception, what are the things to consider when running
Hibernate/JPA in a Pivot Applet?

thanks
-
thirdy

On Fri, Oct 2, 2009 at 7:28 PM, Todd Volkert <[email protected]> wrote:

> Can you post some sample code?  I'm using list buttons in a table ow editor
> without any errors.
> Thanks,
> -T
>
>
> 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
>>
>
>

Reply via email to