From: "Dave Brown" <[EMAIL PROTECTED]> > > Is it possible that it is drawing and that a subsequent FrmDrawForm > > is erasing the screen again? > > I'm not calling FrmDrawForm. I have other forms that I draw on and I handle frmUpdateForm and all is well. > OK, so what's the difference? Are those forms modal? Are you returning true to the frmUpdateEvent? Could this be a side-effect of the save-behind logic?
I don't remember if the Platinum is 3.5 but if so, don't you have to call FrmDrawForm to get a valid draw window? Chris Tutty > Dave > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris > > Tutty > > Sent: Monday, August 12, 2002 3:55 PM > > To: Palm Developer Forum > > Subject: Re: Model Form drawing problem > > > > > > From: "Dave Brown" <[EMAIL PROTECTED]> > > > I have a modal form that I'm attempting to do some drawing on. In POSE it > > works fine, but the Handspring Platinum is another story. > > > The Modal form displays and the frmUpdateEvent is called, which is where > > I do my painting. Problem is it never paints the stuff on > > > the screen. > > > > > The simple suggestions come down to differences in the > > way PalmOS versions handle the form window. Are you > > using the same PalmOS version in the emulator as the > > Platinum? > > > > Because timings and the speed of different operations are > > different from the emulator to hardware (and from device > > to device) some screen activity is different on the device. > > > > Are you sure that the drawing isn't happening? Is it > > possible that it is drawing and that a subsequent FrmDrawForm > > is erasing the screen again? Is the form completely blank > > or do the form resources (title, buttons, etc) appear as > > expected? > > > > Chris Tutty > > > > > > > > -- > > 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/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
