Hi,
I have a problem with FrmDrawForm since I put a part of my project into another
c file and segment. What could be the reason when FrmDrawForm fails? Evrything
other seems to work (load and decrypt record, id of form is also correct).
The Emulator stopps at FrmDrawForm (frm) within the event handler of the form.
Greets
Benjamin
else if (event->eType == frmOpenEvent)
{
frm = FrmGetActiveForm ();
// DIA
if (DIAActive)
{
CollapseSetState(frm, collapseStateUser);
if (LockScreen != NULL)
{
WinScreenUnlock ();
LockScreen = NULL;
}
LockScreen = WinScreenLock (winLockDontCare);
}
EditViewInit (frm);
FrmDrawForm (frm);
//FrmSetFocus (frm, FrmGetObjectIndex (frm, EditMemoField));
MessageFormActive = false;
handled = true;
}
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/