to be more specific. i found that i can browse all records with this loop
for(int i=0;i<65535;i++)
{
found=FavDBLibGetSpeedDialInfo(ref,i,&number,&extra,&autoextra,&voicemail);
if(found)
{
FavDBLibGetRecordLabel(ref,i,&name);
FavDBLibGetRecordId(ref,i,&id);
}
}
with this i am able to get almost everthing i need with exception of this speed
dial quick key. i need to read it somehow, or even better to search favorites
database for it. but i can't found out how...
or another possibility is to open favorites database manually and search it, but
unfortunately its undocumented, at least i can't find its format anywheere but
pluggedin site and there its incomplete and only for http links and
applications...and its also not part of pim sdk.
any idea? treo650 is quite old device i can't believe noone tried to do this
before me ;-)
thanks in advance
Michal Seliga wrote:
> its a bit strange library, many of functions in headers seem to be at least
> partially undocumented (for example FavDBLibLookupInSpeedDialDB ) and i miss
> there a lot.
>
> what i need is to guess if there is any favorite item assigned to pressed key
> -
> and i can't find function which reads this quickkey from database, only how to
> create new item. so far i tried to use FavDBLibLookupInSpeedDialDB but it
> seems
> to return true for every input and from FavDBLibGetSpeedDialInfo i can't read
> this quick key and there i run out of ideas...)
>
>
> is here anyone who knows more about it and could give me some hints?
>
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/