any built-in dialog box available for choosing among a list?

  • Thread starter Thread starter Hari
  • Start date Start date
H

Hari

Hi,

My application requires to prompt the user to select among a list
of options. This dialog should actually display a list of buttons for
an array of items and should get closed when the user clicks on any
button, returning the item that the user has chosen. I want something
like a replacement to Dialog.ask() in BlackBerry. Does any one know if
there is a direct way to call such a dialog or do i have to create a
new form just for that purpose? Please suggest!


- Hari
 
That's a *very* specific requirement. You'll have to create a form for it.

Paul T.
 
Back
Top