----- Original Message ----- From: "Saurabh Agarwal" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, April 16, 2004 9:41 AM Subject: Vertical Slider required
> Hi, > > Similar to the Horizontal Slider available in Palm OS User Interface APIs, > can I have a "Vertical Slider"??? > > Pls tell me how can simulate a vertical slider. > > I have to use it in my application. > > Similar question was posted by Jim Duffy on 16 Jul 2002 > http://www.escribe.com/computing/pcpqa/m61423.html but nobody replied there. > I think if you search for vertical scrollbar , you will find it. I asked this about two months and got a quick reply and it did help me. Anyway, here is what I have in my form definition SCROLLBAR ID HeightScrollBar AT (153 1 7 152) USABLE VALUE 5 MIN 0 MAX 5 PAGESIZE 1 SCROLLBAR ID WidthScrollBar AT (2 152 152 7) VALUE 50 MIN 0 MAX 100 PAGESIZE 10 Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
