On 2006-08-02, Luc Le Blanc <[EMAIL PROTECTED]> wrote: > My app takes advantage of devices with a Dynamic Input Area to > automatically expand some display forms. So far, I had used the > following code to determine whether the device had a DIA (as found in > DIA docs): > > error = FtrGet( pinCreator, pinFtrAPIVersion, &version ); > if ( ( error == errNone ) && ( version != 0 ) ) > // device has a DIA > > but I see the Zire 22 Simulator passes the test, although this device > does not really have a DIA. What would be a more discriminating test? >
Sorry for not giving you a direct answer. But if your app is written properly it should not be a problem because the resize notifications will never be sent. My DIA aware apps run fine on the Z22 debug simulator without ever getting a resize notification. I do not have access to a real Z22, so I cannot tell you if this also happens on the real device. Heck, I do not even know if 68k debugging via USB is possible on a Z22. HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
