Danny I'm not sure that this is what I really want to do. I want to leave the trigger enabled so that the user can choose when to open and close the Input Area. What's happening is that when I traverse between forms, if the Input Area was closed on the first form, it will open up automatically in the second form. I don't want this to happen. If the Input Area was closed, I want it to remain closed and if it was open, I want it to remain open.
Phil "palmDev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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/
