Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328983 - MobileShell with SWT.NO_TRIM still has x in upper right corner on WM6
Summary: MobileShell with SWT.NO_TRIM still has x in upper right corner on WM6
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ERCP (show other bugs)
Version: unspecified   Edit
Hardware: Other Windows Mobile 5.0
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ercp.eswt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 16:55 EDT by Wolfgang Röckelein CLA
Modified: 2021-07-15 12:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Röckelein CLA 2010-10-28 16:55:27 EDT
shell = new MobileShell(new Display(), SWT.NO_TRIM);
shell.setFullScreenMode(false, false);

There is still a x in the upper right corner on WM6.

Note that with 
shell = new MobileShell(new Display(), SWT.NO_TRIM);
shell.setFullScreenMode(true, false);
there is no automatically added close command
while with
shell = new MobileShell(new Display(), SWT.CLOSE);
shell.setFullScreenMode(true, false);
there is an automatically added close command.