[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] winCE and close button

Hi. i have a swt application runnig into windows CE. I have a problem because i can´t control the close event. All my shells are created using

new Shell(display,SWT.NO_TRIM,SWT.APPLICATION_MODAL,SWT.BORDER)

Yes, my shells don´t have title bars but windows CE put one over shell window, put the shell´s text into this nad put a close button. If the user click in this close button, windows ce send this windows to open task windows and show the windows behind my shell.

Any hints?

Thank in advanced
Danny