Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Multiple dialogs in eclipse v4.1

Hi,

I am trying to create multiple dialogs in eclipse 4.1. A user, for example presses a button, and this displays a new dialog. Any examples I look up in swt shows shells to create the new dialog. But in my eclipse application it seems to use a 'Composite parent' for the shell. 
Would anybody have any snippet of code or tutorials to do this in eclipse 4.1?

Regards,
Deirdre.

Back to the top