HI, if you don't want the DIA toggle button to be enabled then add this to your code
oldPinTriggerState = CollapseSetTriggerStates(pinInputTriggerDisabled); later to turn it back on..... CollapseSetTriggerStates(oldPinTriggerState ); hope this is what you are asking. regards -- danny Toysoft, Inc. www.toysoft.ca ----- Original Message ----- From: "Phil Hartley" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 5:19 PM Subject: Another DIA Problem > So I have coded my application pretty much the way that the "Applications > and Dynamic Input Areas" documentation states you should and it works to a > certain extent. However, when I navigate from Form to Form within my > application, the DIA always opens. Can anyone give me an indication of what > I might be missing, please? > > Phil > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
