> 
> It consists of a field, which takes up nearly the entire form and a
> "done" button. All I want to do is take some text input from the user
> and store it someplace.
>
> Through pilrc, I set the following attributes for the field:
>
> FIELD ID 5001 AT (4 16 152 124) USABLE EDITABLE DYNAMICSIZE UNDERLINED
> MULTIPLELINES HASSCROLLBAR
>
> Now, here's the problem:  When I try to type text into it, or use
> graffiti or the palm keyboard, all I get is beeps with no text showing
> up.  What needs to be done to be able to get text to show up? According
> to the 'dummies' book, the system allocates memory itself, so little
> needs to be done by the programmer.

You shouldn't have to write any code.  My guess is that since you didn't
specify the maximum number of characters for the field, it's defaulting to 0
(I think the syntax is MAXCHARS #).  The only other odd thing is the dynamic
size declaration. You don't want that (that's only for a field whose bounds
change dynamically as more is typed; that requires additional code).

Neil
--
Neil Rhodes
Calliope Enterprises, Inc.
1328 Clock Avenue
Redlands, CA  92374
(909) 793-5995     [EMAIL PROTECTED]      fax: (909) 793-2545

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

Reply via email to