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 3876774
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:25:16+00:00 2026-05-19T22:25:16+00:00

I am calling WizardDialog dialog = new WizardDialog and a new window is opening

  • 0

I am calling WizardDialog dialog = new WizardDialog and a new window is opening with a help icon in the bottom button tray in extreme left corner. I don’t need that button.
How to remove that or is there any way to add help content to it.

  • 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-05-19T22:25:17+00:00Added an answer on May 19, 2026 at 10:25 pm

    According to bug 330206:

    To hide the “?” you need to call setHelpAvailable(false) on your WizardDialog.
    If you don’t control/create the dialog, you can add the following method to
    your wizard:

    public void setContainer(IWizardContainer wizardContainer) {
        super.setContainer(wizardContainer);
        if (getContainer() instanceof TrayDialog)
            ((TrayDialog)getContainer()).setHelpAvailable(false);
    
    }
    

    To add Help, you can see the general idea in this thread, but take into account bug 3827:

    if you are opening the wizard in a WizardDialog you create, you have to set help on the dialog’s shell: ex.

    dialog.create();
    WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_WIZARD});
    dialog.open();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Calling multiMax() at the bottom of the code block we pass in 4 arguments.
Calling all .htaccess gurus. I need your help! I'm trying to force a rewrite
When calling rails new it is obviously possible to pass some kind of template
When calling Response.Cookie.Add(new HttpCookie(MyCookie, objValue)); where does the cookie saved? on Client Machine or
Calling: Intent i = new Intent(Timer.this,TimerService.class); i.putExtra(ms, ms); startService(i); code: public class TimerService extends
Calling instance method cancel on an NSURLConnection most often don't cancel the connection at
Calling Validate() on an XmlDocument requires passing in a ValidationEventHandler delegate. That event function
Calling all C macro gurus... Is there any way to write a C macro
Calling TextRenderer.MeasureText as follows: TextRenderer.MeasureText(myControl.Text, myControl.Font); and comparing the result to the size of
Calling image = Image.open(data) image.thumbnail((36,36), Image.NEAREST) will maintain the aspect ratio. But I need

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.