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
guylaroche
Posts: 29
Registered: 04-27-2009
My Carrier: Rogers

How can I create this dialog box?

I need to create something that looks like this:

 

 

How can I do that using Java (for a 5.0+ device)?

Please use plain text.
Developer
Developer
CMY
Posts: 961
Registered: 02-10-2009
My Carrier: Verizon

Re: How can I create this dialog box?

You want the look of the container popup or for it to look exactly like this?
Please use plain text.
Developer
guylaroche
Posts: 29
Registered: 04-27-2009
My Carrier: Rogers

Re: How can I create this dialog box?

I want a rectangle with rounded corners
Please use plain text.
Developer
Developer
CMY
Posts: 961
Registered: 02-10-2009
My Carrier: Verizon

Re: How can I create this dialog box?

You can override a popup screen or you can extend screen and use a snapshot for the background and draw the rounded corners yourself.
Please use plain text.