Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8792121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:56:11+00:00 2026-06-13T22:56:11+00:00

I have an Eclipse Application with a ViewPart that can’t be resized under some

  • 0

I have an Eclipse Application with a ViewPart that can’t be resized under some width and height.

Is it possible to limit the resizing so that the whole workbench can’t get smaller than the Point value that I want to set?

This requirement is because of the images inside the ViewPart, which can’t be hidden.

Now I have the DIALOG_TRIM option on the whole workbench so it can’t be resized, but I’ve been asked for maximizing the app, so the minimum size is the problem.

I haven’t found in stackoverflow.com anything about doing this.

Thank you in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T22:56:11+00:00Added an answer on June 13, 2026 at 10:56 pm

    You just need to set minimum size on main Shell

    ApplicationWorkbenchWindowAdvisor
    
        @Override
        public void postWindowCreate() {
            super.postWindowCreate();
           final Shell shell = getWindowConfigurer().getWindow().getShell();
           shell.setMinimumSize(700, 800);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an eclipse application that creates some file and then calls upon a
I have an Eclipse RCP application that will launch properly after a clean install
I have developed the Hello World Android application using Eclipse. I can run the
I have an Eclipse RCP application that I'd like to make available to end
I have created an eclipse RCP application with .nl1 fragments for some of the
I have created a simple Eclipse RCP application where I can open multiple editor
I have an rcp eclipse application and from that application, using a context menu
I have an Eclipse RCP application which uses some bindings from org.eclipse.ui.defaultAcceleratorConfiguration in addition
I have an Eclipse RCP application which does some time consuming things in the
i have multiple instances of view open in my eclipse rcp application. Can any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.