At 12:00am -0700 00-08-02, Palm Developer Forum digest wrote:
>Subject: Changing "Application Icon Name"
>From: Stringer <[EMAIL PROTECTED]>
>Date: Tue, 01 Aug 2000 11:14:17 -0400
>X-Message-Number: 95
>
>Is there any way programmatically to change the "Application Icon Name"
>that one sets in the Constructor.
>
>It seems like it should be very possible, but I don't see anything in the
>documentation!
>
>I'm looking for something that works under OS 3.0 and more recent.

You can grab the tAIN=1000 resource and modify it, but...

1. As with any modification of an app, you should be prepared for it 
to fail, because the app might be in flashable ROM.

2. In the future, the app might be running as a copy in the storage 
heap (dynamically loaded from "someplace else"), and thus your name 
change won't stick.

3. If somebody has created an overlay for you app, then depending on 
how you determine the resource file to modify, you might wind up 
modifying the name in the overlay or the name in the base (your app), 
but not in both places.

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

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