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/
