[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Retrieve String from Open File Dialogue

Thanks for your answers, that helps alright.

I have an application (GMF) that opens a a SWT window that I have. There are two thing I want to do. Firstly pass information from my app to the SWT window so it will be displayed, Having the constructor of the SWT window expect these values and then just read them into the display seems to work fine.

But, how do I get back the information after the user has finishing editing them?
i.e. closed the window?


Thanks for your help,

Gaff