I am with a problem in my application, when start the emulator with the program the buttons of form 1000 for example appear together with the buttons of form 1200, as if the old form was not been extinguished, what it can be this?
This usually means that you've done something that causes a form object to be drawn (setting text, for example) before your initial call to FrmDrawForm. This causes form items to be saved in the "save-behind" buffer used with modal forms. Always call FrmDrawForm first before modifying form objects.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
