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?


--
Luc Le Blanc

Take your PDA where the Sun never shines...
Go map a cave!

http://www.speleo.qc.ca/Auriga

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

Reply via email to