eclipse - how to hide "help" image from wizard? -


Does anyone know how to hide such an image from your custom wizard?

setHelp is not available (incorrect) is not working, it hides "rectangular help button", not this image.

Thanks

confirms that:

  • It has a button with a question mark mark that is a part of this button wizarddrollog , which is used to show the end user a wizard.
    This button is used to display in a dialog tray or through a reference

  • Then, there is a rectangular button with the text 'help'.
    This button is shown if the wizard provides support which is setHelpAvailable (true) . If you use this button your wizard can override page method performance.


The visibility of this reference help button (with the question mark) is controlled by the static method .
If the call is made with the parameter, then the wrong JFace-dialog will show the help button. However, this can be made individually in a dialog derived from Trondologg setHelp is available with the parameter correctly.

The References help button is part of TrayDialog.
If you do not use wizard dileleg to display the wizard, your dialog class can be retrieved from TrayDialog .

  / ** * Determines whether the JFace dialog that supports support control * should show the control by default if & lt; Code & gt; False & lt; / Code & gt ;, * Support Control can still be shown on a per-dialog basis * * @ Ultimate Help available & lt; Code & gt; True & lt; / Code & gt; Help * control, & lt; Code & gt; False & lt; / Code & gt; Otherwise. * @since 3.2 * / Public Static Zero SettleOugHelp Available (Boolean Support Available) {dialogHelpAvailable = helpAvailable; }  

Comments