Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Shell widget: minimize button in titlebar(why does a minimized shell disappear?)
Shell widget: minimize button in titlebar [message #1771252] Wed, 23 August 2017 11:44
Julia Kurde is currently offline Julia KurdeFriend
Messages: 91
Registered: November 2011
Location: Berlin, Germany
Member
Hi,

How can I restore a minimized window in RAP?

Creating a shell like this
Shell shell = new Shell(Display.getDefault(), SWT.SHELL_TRIM);
shell.open();

makes a shell window visible. But clicking the minimize button makes the window disappear and there is no way to get it back. Where did it go?

Is there a way to keep this window accessible for the user?

For example by overwriting a minimize() method to just make the size of the window small? But I could not find any such method in class Shell or class Window.

Julia
Previous Topic:How to get date format from the client side?
Next Topic:Shell widget: minimize button in titlebar
Goto Forum:
  


Current Time: Sun Jan 19 04:32:41 GMT 2025

Powered by FUDForum. Page generated in 0.04135 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top