Surviving BlackBerry
Showing posts with label
java
.
Show all posts
Showing posts with label
java
.
Show all posts
Thursday, March 3, 2011
Remove "Changes Made!" message when hitting back button
To get rid following dialog:
Put following code inside Screen class:
public
boolean
onClose(){
setDirty(
false
);
return
super
.onClose();
}
Older Posts
Home
Subscribe to:
Posts (Atom)