Hey Ben, 

Thanks for your reply and the link.

I am adding the scrollbar to my form in the resource file but it is not
showing up at the run time.

FIELD ID NoClickField AT (15 PREVBOTTOM+1 135 75) MULTIPLELINES HASSCROLLBAR
        UNDERLINED
        MAXCHARS 255

I also tried adding scrollbar as an independent object (not for FILED) to
the form like this, which is not working either!

SCROLLBAR ID AUTOID AT (5 15 7 100) USABLE

Can u tell me how I can use the PilRC tool? I tried running CW with Admin
login too but still it asks for license number for PilRC tool.
 
Please reply,
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