Thanks a lot Ben for your quick reply!

Can u tell me how I can add vertical Scrollbar to my form in the .rcp file?

My code for the form looks something like this,

FORM ID HelpForm AT (0 0 160 160) 

BEGIN
        TITLE " Help"
        
        LABEL "OPTIONS" ID AUTOID AT (CENTER 22) FONT 1
        LABEL "XXXXX :" ID AUTOID AT (15 PREVBOTTOM+1) FONT 1
        LABEL "******************************" ID AUTOID AT (15 PREVBOTTOM)
        LABEL "******************************" ID AUTOID AT (15 PREVBOTTOM)
        LABEL "********************************" ID AUTOID AT (15
PREVBOTTOM)
        
        LABEL "XXXXXX :" ID AUTOID AT (15 PREVBOTTOM+1) FONT 1
        LABEL "*******************************" ID AUTOID AT (15 PREVBOTTOM)
        LABEL "*******************************" ID AUTOID AT (15 PREVBOTTOM)
        LABEL "*******************************" ID AUTOID AT (15 PREVBOTTOM)

        BUTTON "Back" ID BackButton AT (CENTER PREVBOTTOM+4 35 AUTO)
END


Thanks again,
Keyur.


-----Original Message-----
From: Ben Combee [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 24, 2004 4:55 PM
To: Palm Developer Forum
Subject: Re: Scrollbar on a form!

At 01:55 PM 6/24/2004, you wrote:

>Hi guys,
>
>Thanks for your reply for the UI designer tools!
>
>I could use the "Constructor" but PilRC Designer asks me for License
Number,
>which I don't have!

This means that you installed CodeWarrior for Palm OS using a different 
user account than the one in which you are running.  Creative use of 
RegEdit can fix this problem.

>By the way, my question is,
>
>Can I add Scrollbar on the form at design time using some option that
places
>it on the form, or I have to add and manage it programmatically using the
>Scrollbar API?

Scrollbars must be specified in your resource file.  There are no APIs to 
add a scrollbar to a form at runtime.


-- Ben Combee, DTS technical lead, PalmSource, Inc.
    Read "Combee on Palm OS" at http://palmos.combee.net/


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



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

Reply via email to