Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328983

Summary: MobileShell with SWT.NO_TRIM still has x in upper right corner on WM6
Product: z_Archived Reporter: Wolfgang Röckelein <mail>
Component: ERCPAssignee: ercp.eswt <ercp.eswt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Windows Mobile 5.0   
Whiteboard:

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.