> Any ideas why FrmDrawForm pops up the DIA when nothing else does?
> Much apreciated gang! :)
> - Jeff
>
I call
CollapseSetState(GetFormPtr(), collapseStateUser);
onOpen on every form and the silkscreen never pops up.


  case collapseStateUser:
    //This is the default behaivor of apps -- do not pull up or push down
input area
    //just respect what the user setting is
    WinSetConstraintsSize(WinGetWindowHandle(frmP), y, pinMaxConstraintSize,
pinMaxConstraintSize, x, x, pinMaxConstraintSize);
    FrmSetDIAPolicyAttr( frmP, frmDIAPolicyCustom );
    PINSetInputTriggerState(pinInputTriggerEnabled);
    theErr = PINSetInputAreaState(pinInputAreaUser);
    break;



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to