PDA

View Full Version : Vertical panel slider


paula_mz
02-24-2004, 11:03 PM
hello antun,

how can we make vertical panel slider, like in Amazom sample, to have the same behavior as horizonthal tab?

in fact, if we have all panel closed to right, we want to open to the left only one panel at a time.

e.g: Wish List has opened="true", click on Checkout all panel goes to the left and appear content of Checkout panel.

could be possible?

thx
paula

antun
02-25-2004, 01:20 PM
Sure it's possible - the panels in the Amazon application were written just for that app, but you would be able to repurpose them. All the code for the Amazon application ships with the LPS.

I think the panel is a class called "vtabpanel" and you can see the source here:

http://www.laszlosystems.com/lps/lz-utils/viewer/viewer.jsp?file=/sample-apps/amazon/classlib.lzx

Good luck!

-Antun

Peter_Chea
04-21-2004, 06:08 PM
Hi Antun, I am trying to using the checkout portion of the amazon code with my code. However, it seem like including "lz/library.lzx" confict with the amazon code. Do you know if there is way of partitioning the code to avoiding the conflict?


Here is the error:
redmond/redmondcombobox.lzx:64:47: duplicate class definitions for list; also defined at lz/list.lzx

antun
04-22-2004, 08:57 AM
Are you using the Redmond components at all in your app?

-Antun

Peter_Chea
04-22-2004, 09:36 AM
No, not at all.