Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Form closing icon (X) presentation also for inactive forms
Form closing icon (X) presentation also for inactive forms [message #1811147] Tue, 27 August 2019 14:10 Go to next message
Krzysztof Leja is currently offline Krzysztof LejaFriend
Messages: 55
Registered: April 2019
Member
Hi,
In my Eclipse Scout application I have many forms with:
      @Override
	protected int getConfiguredDisplayHint() { 
	    return IForm.DISPLAY_HINT_VIEW;
	}
	
	@Override
	protected boolean getConfiguredClosable() {
		return true;
	}


But the form closing icon (X) is only displayed on the one, active form in application desktop, not for all open forms at the same time.

Can this be changed to make this icon also appear on inactive forms?
Re: Form closing icon (X) presentation also for inactive forms [message #1811285 is a reply to message #1811147] Fri, 30 August 2019 06:48 Go to previous message
Andre Wegmueller is currently offline Andre WegmuellerFriend
Messages: 204
Registered: September 2012
Location: Baden-Dättwil, Switzerla...
Senior Member
Hi Krzysztof

Currently there's no way to activate the "X" for closable forms on inactive forms.

However, there's a context-menu (right click) that allows to close all tabs or all other tabs (see attachment).

If you're brave you could try to make some adjustments on Scout's JavaScript/CSS framework code. You could disable this CSS rule here ".simple-tab.closable .closer" - which hides the "X" for inactive tabs. Now you can close inactive tabs, but I'm not sure if this has any side-effects.


Eclipse Scout Homepage | Documentation | GitHub
Previous Topic:Scout Explorer and setting up a connection to MySQL
Next Topic:Lookup Call
Goto Forum:
  


Current Time: Fri Apr 19 05:41:57 GMT 2024

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

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

Back to the top