"McCollister, Mike" <[EMAIL PROTECTED]> wrote in message
news:38929@palm-dev-forum...
> ... I found that the application name and the
> application icon name are not necessarily the same. For example, on a
German
> Palm McPhling will show "Address Book" even though the icon name is
> "Adressen". Any idea on how to get this icon name instead of the
application
> name?

The terminology we use is:
    database name = name passed to DmCreateDatabase, DmFindDatabase, etc.
    app icon name = tAIN 1000 (only applies to applications) - shown in
Launcher

To get the latter, open the application's database and use:
    MemHandle ainH = DmGet1Resource(ainRsc, ainID);
where ainRsc and ainID are defined in UIResources.h.

You'll probably want to revert to using the database name if the app doesn't
have a tAIN 1000 resource.

PQA's are a little different. If you need to deal with PQA's, you can
probably find the details in the docs for the PQA format.
--
Danny Epstein
OS Engineer, Palm Inc.


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

Reply via email to