Del Ventruella wrote:

Basically, as far as I can tell (allowing for the fact that my emulator
seems to produce some screen artifacts and to not update properly)
the code does absolutely nothing.  There is a screen response, but after
the blurred area appears near the top, nothing.
Is the "TransformerForm" correctly defined? Does it include the field that you want to target, and is the field usable?

One othere question (please):

I am still having trouble with another very basic activity.  I can get a
form to load,
but only if I call it from the main menu (main form menu) response table.
If I use the
following code in the main menu, linked to an "about form" menu item, I get
the
about menu form.  If I use this in a form that is called after the main
menu, I get no
response.  The form I've called from the main menu remains where it was.
I'm wondering if some of your trouble stems from the fact that you are trying to popup forms in direct response to menu activity. Have you tried simply executing a FrmGotoForm(TransformerForm) or FrmGotoForm(AboutForm) command instead, providing appropriate form handlers for each?

Bob

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

Reply via email to