the thing is i need to assign one scroll bar to both the lists so that they
scroll with their respective quantities.
so any advice on how to assign one scroll bar to 2 lists.
You don't really assign scroll bars to lists, you just indicate in Constructor (or whatever you're using to create your GUI) that the list has a scrollbar. When scroll-related events occur, you interpret them anyway you want.

I've done what you're looking for, and it can be quite easy. Put a scroll bar on one of the lists, and when a scroll-related event occurs, trigger scrolling on both lists.

im thinking of using lists bcoz i find them easier to manipulate.
I agree. Tables have their place, but in my opinion, the palm implementation is a pain.

Regards,
Steve Mann

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


Reply via email to