I am a PalmOS and pilrc newbie, so forgive me if this is a dumb question:
I am trying to create a notes entry form similar to the built-in
NewNotesForm. I used the following pilrc code:
FORM ID NoteForm AT (0 0 160 160)
NOFRAME MODAL
DEFAULTBTNID NoteFormDoneButton
BEGIN
TITLE "Enter Note"
FIELD ID NoteFormField AT (1 18 150 122)
FONT 0 UNDERLINED MULTIPLELINES
MAXCHARS 1000 AUTOSHIFT HASSCROLLBAR
BUTTON "Done" ID NoteFormDoneButton
AT (1 147 AUTO AUTO) FONT 0
BUTTON "Delete..." ID NoteFormDeleteButton
AT (PREVRIGHT+5 PREVTOP AUTO AUTO) FONT 0
GRAFFITISTATEINDICATOR AT (135 150)
END
I saw traces of a frame border in the corners, and when I reduced the form
size to (2,2,156,156) the border was there in all its glory. I see no
difference in behavior between FRAME and NOFRAME. Eliminating MODAL gets rid
of the frame, but the title is no longer centered. Plus, this is really
supposed to be a modal dialogue.
Is there a way to get rid of the frame, while still leaving the title
centered?
I am running on POSE w/5.2 ROM and Pilrc v2.9 patch 2.
Thanks for the help!
Dave
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/