05-15-2007, 03:06 AM
|
#2 (permalink)
|
| CrackBerry Addict
Join Date: Jun 2005 Location: Manchester, UK Model: BOLD Carrier: t-mobile
Posts: 714
Post Thanks: 0 Thanked 0 Times in 0 Posts
| okay, that's 5 threads you've posted the same question to, 3 here and two over at blackberry.com, please just post once at each.
the application icon pre 4.1 is not able to have a rollover image, this feature was introduced in 4.1 after developers complained that rims own apps had rollover icons but there was no api for us to do it in our own apps. in 4.1 rim introduced the HomeScreen api which allows you to change icons at runtime:
try {
HomeScreen.updateIcon(icon);
HomeScreen.setRolloverIcon(rollover);
} catch (Exception e) {
}
HomeScreen now has a few other features including the ability to change the application title at runtime.
__________________
new job doesn't allow a public profile - please do not contact this user with questions, you will not get a response. good luck!
|
| Offline
| |