Gerardo
Gerardo

Reputation: 5830

Blackberry: Create a popup Dialog

i would like to know how can i create a custom popup in blakcberry in order to set the Fields in this way:

------Text---------

Button1 Button2

Upvotes: 1

Views: 2566

Answers (1)

Prasham
Prasham

Reputation: 6686

Create a class that extends Popup .

In this class use your own manager

in your case you need

one vertical field manager

add a text into it

prepare a horizontal field manager add both buttons into it

add that horizontal field manager into vertical field manager

And add vertical field manager in your screen

Upvotes: 2

Related Questions