le 1/03/2000 14:57, raoul reyes � [EMAIL PROTECTED] a �crit�: > I once had this problem where fields from the previous form were left behind. > Bug was I had a FrmDrawField after setting the > text. > > > [EMAIL PROTECTED] wrote: > >> Dunno what the problem might be but I always use FrmGotoForm and I've never >> had any problems. >> >> Regards, >> >> John. >> >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]]On Behalf Of Nielsen, >> Jimmy Selgen >> Sent: 01 March 2000 10:46 >> To: Palm Developer Forum >> Subject: how to "redraw" forms >> >> Hi... >> >> I'm having a hard time getting forms to behave :)... >> >> My problem is, that when i return to my mainform (from another form), some >> of the text from the disposed form is still visible... >> >> i have the saveunder attr set. >> and i initialize the form like this : >> >> FrmInitForm(formname); >> FrmDoDialog(formptr); >> >> and when the form returns i do this >> FrmEraseForm(formptr); >> FrmDeleteForm(formptr); >> FrmDrawForm(MainForm); >> >> anyone ? >> >> Jimmy Hi there, I'm working on a macintosh. I'm trying to debug a problem that only occurs on the device. Debugging works fine using POSE, but when trying to debug on the device, the debugger fails. The palm app itself is ok (runs fine, just doesn't do what's expected). The application downloads ok, and the debugger stops at the PilotMain instruction. But then when I try to step, I get recursive addresses in the call stack, and finally the debugger sends an empty alert, and stops. I've tried the different launch flags in the Palm connection settings with no success. I'm using Mac OS 8.6, CW IDE 4.01 build 0435, and Metronub 1.3.8. I've tried other MetroNubs with no success. My device is running system 3.02, I've tried other devices with no success. Anyone there who can give me a configuration that WORKS ? Thanks in advance. Eric -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
