Thank you. (I somehow thought that was a field, but you were, of course, correct.) The compiler now requires a Graffiti state indicator for this editable field. I did read an article a couple of years ago on Palm programming that indicated that this was required if one wished to enable pen input to a field. It was supposed to be a simple matter to add it. I just can't recall how the article stated that one did that. In its current state, if I click on the kVA FIELD, it now puts a graphic tab ending in .mcp in the field. It won't accept the character input I had specified of "2000".
I also have added handlers for the "about" form. PILRC didn't seem to need them to put the about form on the screen from the main form, but I added them nevertheless. I am still not getting the "about" form when I click on the menu item. (I tried the form go to form code, but I believe that probably is intended if one already has a non-modal form open and simply wants it to be placed on top of the visible stack of forms. It didn't achieve the desired end.) Any guidance would be very much appreciated. Thanks. ----- Original Message ----- From: "Robert Moynihan" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[email protected]> Sent: Friday, October 14, 2005 8:17 AM Subject: Re: Form Loading Problem > Del Ventruella wrote: > > >The "c" file code follows. The "rcp" file code comes after that: > > > > > <snip> > > >FORM ID TransformerForm AT ( 0 0 160 160 ) > >NOFRAME MENUID DataEntryMenu > >BEGIN > > TITLE "Transformer - PSEDAT" > > BUTTON "OK" ID XFMROKButton AT (62 137 40 12) > > LABEL "New Label" ID kVA AT (57 58) > >END > > > > > The first thing that stikes me is that you have no field defined on your > "TransformerForm" form. You seem to be trying to apply the text to a > label object instead of a field object. I'm surprized that you don't > get errors, or crashes. Bob > > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
