Sure, I could put the scrollbar already on the form and hide it, however
I'm not sure how many scrollbars I need until runtime, and I don't want to
populate my form with a large number of scrollbars in advance.
-----Original Message-----
From: Chris Antos [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 06, 2000 9:04 PM
To: [EMAIL PROTECTED]
Subject: Re: create scrollbar at runtime?
any reason you can't put it in the form as nonusable (hidden), and only show
it when appropriate?
----- Original Message -----
From: "Frans Amelink" <[EMAIL PROTECTED]>
To: "Palm Developers Forum List (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, January 06, 2000 12:55 PM
Subject: create scrollbar at runtime?
> Hi,
>
> is there a way to create a scrollbar at runtime?
> The function SclDrawScrollBar(&m_Scrollbar) will draw a scrollbar on the
> screen, however the scrollbar
> does not react to any tap events.
>
> If a scrollbar is placed on the form from constructor, it will react to
tap
> events.
> Any suggestions?
>
> Thanks,
> Frans
>