Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
ted_hulick
Posts: 229
Registered: ‎11-21-2009

setName and Application Deletion...setName/Title reverts to original name

If you set setName to change the Title...

 

Delete any app in same screen...

 

Delete takes place, and you go back to home screen (was in downloads)

 

Any icon title set with setName reverts back to original name...

 

100 percent reproducible...

 

So what Event (can't be a soft reset - but some kind of reset) is being thrown here?   If I new

the ID I could perhaps catch in GlobalEvent listener and reset my title...

 

Please advise?

 

 

Please use plain text.
Administrator
MSohm
Posts: 13,073
Registered: ‎07-09-2008
My Carrier: Bell

Re: setName and Application Deletion...setName/Title reverts to original name

This issue has been logged in Issue Tracker here:  https://www.blackberry.com/jira/browse/JAVAAPI-859

 

You can use a CodeModuleListener to catch the event where COD modules are either marked for deletion or deleted, which occurs when an application is uninstalled.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.