[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Open Multiple TitleAreadialog at the same time

Kavitha wrote:

Could anyone plse let me know how to open multiple instances of TitleAreadialog at the same time???



Thanks.


Spawn multiple threads, open title area dialog from each one of them. Don't forget to use Display asyncExec/syncExec if your threads are non-ui ones.


Just wondering why do you want to do this ?