I'm using PRC-Tools/Cygwin and T3 Simulator. Below is my frmLoadEvent handler:
case frmLoadEvent: pForm = FrmInitForm(event->data.frmLoad.formID); formWinH = FrmGetWindowHandle (pForm);
WinSetConstraintsSize(formWinH, 160, 225, 225, 160, 160, 160); FrmSetDIAPolicyAttr(pForm, frmDIAPolicyCustom); PINSetInputTriggerState(pinInputTriggerEnabled);
FrmSetActiveForm(pForm); break;
Any help is greatly appreciated!
Regards, Paapaa
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
