[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How to exit from maximize tables?

I am making a popup shell that fills entire screen as system modal,
showing a table. If I use trim, when they doubleclick title bar,
it becomes normal size. I cannot find a way to prevent this.
Trims have only the close button. I diabled everything except
this double cliking the title bar.

The other approach I am trying is NO_TRIM option. In this case,
double click is a standard exit method. However double click
events are not generated. So no exit method other than ESC key.

R.