Hi Vicente, For Pivot 1.2, the card pane sliding transitions are tied to the "orientation" property of the card pane, and the fade transition is tied to the "sizeToSelection" style property. We've since simplified this significantly in what will soon be Pivot 1.3 -- we've dropped the orientation property, and the transition is specified explicitly using a "selectionChangeEffect" style property. If you're very early on in your project, I'd consider working off of the Pivot SVN repository for now, and using the 1.3 release, which has many features not in 1.2 (we hope to release 1.3 by the end of the month).
Cheers, -T On Tue, Aug 4, 2009 at 2:11 AM, Vicente de Rivera III < [email protected]> wrote: > Hi everyone, > > I'm really interested in using Pivot for my Desktop based Hibernate/Pivot > project, > Right now I'm trying to finish all the tutorial and make it work with 1.2 > release of Pivot. > > I got Link Buttons working but not exactly, > http://cwiki.apache.org/PIVOT/link-buttons.html > Mine doesn't have smooth transition between the CardPane layers and I only > removed, > orientation="horizontal > from the CardPane tag > I've uploaded my NetBeans Project at > http://files.getdropbox.com/u/1637265/PivotTutorial.zip > > I've also tried the StockTracker and try to get it working with the 1.2 as > well as 1.1 release but I got no luck > Please help, thanks!!! > -- > thirdy > >
