[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.dsdp.ercp] Re: SWT.CLOSE flag ignored
|
For WM, if SWT.CLOSE is specified, a "close" Command should be created.
"Uriel Liu" <liukl@xxxxxxxxxx> wrote in message
news:ganp3t$rvn$1@xxxxxxxxxxxxxxxxxxxx
> Yes, it's a design change.
>
> ----------
> Uriel Liu
>
>
> "Mirza Dobric" <mdobric.pub@xxxxxxxxx>
> ???????:310341075e0e4d70dcce8baca92b5647$1@xxxxxxxxxxxxxxxxxx
>>I noticed that in the latest release Shell's created with the SWT.CLOSE
>>flag still show the "X" button in the upper right corner instead of "OK".
>>The Shell constructor contains the comment below addressing this issue and
>>I'm not sure if this change is intentional so I wanted to check before
>>filing a bug.
>>
>> Comment from Shell.java, line 261:
>> //For WM related devices, make right-upper ok button to disable replacing
>> with X button for minimizing shell only.
>>
>
>