Thanks, Ben and Jonathan, for your ideas! I think I'll go with Jonathans
idea. As a matter of fact, I am currently kicking myself (Ouch!) for not
thinking of that one myself, as that is the way it is done in the Sample
Collapse app...

regards,

Caspar

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jonatan Fernstad
Sent: Monday, March 22, 2004 8:19 PM
To: Palm Developer Forum
Subject: Re: Installing DIA-prc's from SD-card, databases already
present???

Caspar,

>I'd like to add some code to my app - that should run on a T3 - to test
>wether the AppSlipRotate and StatusBarLib databases are already
>installed.

If you just want to test if you can use the Pin Manager on the T3 (which
also means you dont have to install the files) , look for the
pinFtrAPIVersion feature.

UInt32 version;
Err err = FtrGet(pinCreator, pinFtrAPIVersion, &version);

if(err == errNone)
{
    // PIN Manager is available.
}

/Jonatan





-- 
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/

Reply via email to