I can reproduce the error and am looking into it. I tried reverting my change and still get the error, so this is not being caused by the most recent change. Do you still have the listing of files that updated when you synced?
Thanks, -T On Wed, Aug 26, 2009 at 10:42 PM, Scott Lanham <[email protected]> wrote: > Hi, > > Just updated from SVN to get Todds delimiter change but an exception is > occuring now occuring that I don't know how to solve. Wtkx file attached, > error > is below. > > Thanks, > > Scott. > > ---- > > java.lang.IllegalArgumentException: width is negative. > at org.apache.pivot.wtk.Component.setSize(Unknown Source) > at org.apache.pivot.wtk.skin.terra.TerraSplitPaneSkin.layout(Unknown > Source) > at org.apache.pivot.wtk.Component.validate(Unknown Source) > at org.apache.pivot.wtk.Container.validate(Unknown Source) > at org.apache.pivot.wtk.Container.validate(Unknown Source) > at org.apache.pivot.wtk.Component.setVisible(Unknown Source) > at org.apache.pivot.wtk.Container.setVisible(Unknown Source) > at > > org.apache.pivot.wtk.skin.terra.TerraTabPaneSkin.selectedIndexChanged(Unknown > Source) > at > > org.apache.pivot.wtk.TabPane$TabPaneSelectionListenerList.selectedIndexChanged(Unknown > Source) > at org.apache.pivot.wtk.TabPane.setSelectedIndex(Unknown Source) > at > org.apache.pivot.wtk.skin.terra.TerraTabPaneSkin.tabInserted(Unknown > Source) > at > org.apache.pivot.wtk.TabPane$TabPaneListenerList.tabInserted(Unknown > Source) > at org.apache.pivot.wtk.TabPane$TabSequence.insert(Unknown Source) > at org.apache.pivot.wtk.TabPane$TabSequence.add(Unknown Source) > at org.apache.pivot.wtk.TabPane$TabSequence.add(Unknown Source) > at org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) > at org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) > at org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) > at org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) > > >
