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
rgelb1
Posts: 108
Registered: ‎08-05-2008

Save/Discard/Cancel

I have a form with several textboxes.  I fill them out, then press the Back button.  A message box (Save/Discard/Cancel) comes up, even though I didn't code it.  This is fine, but how do I capture what the user selected?
Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: Save/Discard/Cancel

Review the API docs in the Screen class for onSave() and onSavePrompt().
Please use plain text.