Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Input MessageDialog
Input MessageDialog [message #440109] Thu, 22 July 2004 12:56 Go to next message
Eclipse UserFriend
Originally posted by: "prenom.,nom".sextant.thomson-csf.com

Hi,

I'd like to know if there's an equivalent in SWT of the
JOptionPane.showInputDialog(...) which allows the user to choose a value in a
ComboBox.
I looked at the class MessageDialog but there're only simple dialogs for
questions or warnings...

I hope you'll be able to help me.

Thank you in advance

Regards,
Fabrice
Re: Input MessageDialog [message #440183 is a reply to message #440109] Sun, 25 July 2004 19:29 Go to previous message
Martin Klinke is currently offline Martin KlinkeFriend
Messages: 80
Registered: July 2009
Member
There is the org.eclipse.jface.dialogs.InputDialog which provides the
possibilty to enter a value that is validated by the specified Validator
(implement the interface IInputValidator). I don't know of a standard
input dialog that contains a combo box, but that should not be too
difficult to create ;)

On Thu, 22 Jul 2004 14:56:53 +0200, JAYLES Fabrice
<"prenom.,nom"@sextant.thomson-csf.com> wrote:

> Hi,
>
> I'd like to know if there's an equivalent in SWT of the
> JOptionPane.showInputDialog(...) which allows the user to choose a value
> in a
> ComboBox.
> I looked at the class MessageDialog but there're only simple dialogs for
> questions or warnings...
>
> I hope you'll be able to help me.
>
> Thank you in advance
>
> Regards,
> Fabrice



--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Previous Topic:Close all child shells?
Next Topic:FileSelectionDialog being deprecated for FileDialog
Goto Forum:
  


Current Time: Fri Apr 26 23:37:07 GMT 2024

Powered by FUDForum. Page generated in 0.03106 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top