[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology] eclipse launch framework: retaining launch screen after clicking run

Hi everyone,

I am using eclipse launch framework. I need to retain launch screen in few conditions on click of 'run'.
I need to open another dialog on run in few condition. Those conditions are specified in launch method of delegate. After clicking on ok of that dialog, user will again click run button of launch screen and then launch screen will disappear and execute rest of the logic in launch method.
Does anyone know how to achieve this?


Thanks and regards