[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] winCE and close button
|
- From: Danny Garcia Hernandez <danny@xxxxxx>
- Date: Thu, 28 Apr 2005 13:02:52 +0200
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
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