Should FrmGotoForm allways open/show the DIA (virtual Graffiti) area when called if DIA was closed/hidden before - even if the DIA policy is correctly set before making the form active? How can I prevent DIA from opening when calling FrmGotoForm?

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/

Reply via email to