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
New Developer
joaogalli
Posts: 12
Registered: ‎04-14-2008
Accepted Solution

Dialog Buttons in Horizontal Line

Hi,

 

I would like to know if there is a way to show the buttons from a Dialog like in a HorizontalFieldManager.

 

Like This:

 

/--------------------\

|    Message   |

|                    |

| YES     NO  |

\-------------------/

João Eduardo Galli
Please use plain text.
Developer
johnbibs
Posts: 903
Registered: ‎02-07-2009
My Carrier: Globe Telecom

Re: Dialog Buttons in Horizontal Line

[ Edited ]

you can actually utilize the Dialog object which automatically displays that kind of output. like Ok and cancel.

 

or you can implement a PopupScreen which will act as a dialog screen. With popupscreen you have more controls with it unlike the dialog alert. 

Message Edited by johnbibs on 08-06-2009 02:37 AM
Please use plain text.