Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Resizing/lower resolution issue(Missing horizontal scrolling when resizing or with a lower resolution)
Resizing/lower resolution issue [message #1234237] Tue, 21 January 2014 14:11 Go to next message
Rajitha Kantamneni is currently offline Rajitha KantamneniFriend
Messages: 7
Registered: January 2014
Junior Member
Our application has more than 10 outlines. When screen is resized or with a lower resolution some of the outlines and part of the screen get cut off. How to get horizontal scrolling so entire page can be viewed?
Re: Resizing/lower resolution issue [message #1234289 is a reply to message #1234237] Tue, 21 January 2014 16:15 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Can you tell which Scout UI (Swt, Swing, RAP) you are using? Can you maybe post a screenshot (blur the confidential parts).

I am not sure if there is a solution that will work for you out of the box.
Re: Resizing/lower resolution issue [message #1234307 is a reply to message #1234289] Tue, 21 January 2014 16:50 Go to previous messageGo to next message
Rajitha Kantamneni is currently offline Rajitha KantamneniFriend
Messages: 7
Registered: January 2014
Junior Member
Thank you, Jeremie.

If horizontal scrolling is not possible, is there a way to make outline bar in two lines as we resize the screen?
I attached screen shots for the issue.
AllOutlines.png is when all outlines are visible.
ResizedOutlines.png is when screen is resized and some outlines are not visible.
Re: Resizing/lower resolution issue [message #1234309 is a reply to message #1234307] Tue, 21 January 2014 16:55 Go to previous messageGo to next message
Rajitha Kantamneni is currently offline Rajitha KantamneniFriend
Messages: 7
Registered: January 2014
Junior Member
Scout Rap UI is used.
Re: Resizing/lower resolution issue [message #1235146 is a reply to message #1234309] Thu, 23 January 2014 17:04 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi Rajitha

This is not supported.

But you could extend / replace the existing widget by a custom implementation.

The class RwtScoutDesktop is responsible for rendering the IDesktop elements which includes the outlines. In order to adjust the implementation, you can extend the existing desktop. In your rwt environment add the following method:

  @Override
  protected RwtScoutDesktop createUiDesktop() {
    return new CustomRwtScoutDesktop();
  }


The outlines are rendered by RwtScoutViewButtonBar which gets created by RwtScoutToolbar.

Best regards
Claudio

Previous Topic:Question about execPrepareAction on desktop menus
Next Topic:Scout RAP - Margin between group box columns
Goto Forum:
  


Current Time: Tue Mar 19 04:31:42 GMT 2024

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

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

Back to the top