O-Tay, What's the proper way to set up things like form title, etc, before the FrmDrawForm(frmP); call so that Debug roms don't bitch ?
basically I don't want the those changes (like drawing/hiding stuff, drawing fancy lines, setting titles, to be seen by the user) In order to get through anything with debug roms I have to move my FrmDrawForm in front of these tasks, which normally I wouldn't do. my frmP comes from FrmGetActiveForm, so I thought this was legit ? -- Matt Disher [EMAIL PROTECTED] > From: "Fritzsching Michelle" <[EMAIL PROTECTED]> > Organization: Booz Allen Hamilton > Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Date: Thu, 16 May 2002 17:02:30 -0400 > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Subject: Re: serial connection with m515 > > Thanks, but what do I do when I want to test for real? > > Dave Lippincott wrote: >> >> Unless you have some hardware you can only connect to the Palm I'd use Pose >> to debug. >> >> ----- Original Message ----- >> From: "Fritzsching Michelle" <[EMAIL PROTECTED]> >> To: "Palm Developer Forum" <[EMAIL PROTECTED]> >> Sent: Thursday, May 16, 2002 3:56 PM >> Subject: serial connection with m515 >> >>> Hi, >>> >>> I am new, so please don't laugh ... I haven't been able to debug to the >>> device. The emulator works great, but there seems to be a problem >>> connecting to the device. I have a Palm 515 and am trying to debug in >>> CodeWarrior 8. I was using a USB cradle to connect, but tech support at >>> CodeWarrior told me the USB standard changed with the m515 and it won't >>> host CodeWarrior's debugger connection. So now I've got a serial cable >>> instead. It's a knockoff brand, but I'm trying not to let that stop me. > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
