-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dialog tray taking wider width than the wizard when we maximise the wizard dialog. It can't be customised. #2663
Comments
i do not fully understand the issue
"wider" then what? it would help to understand the issue if you draw your expectations into the screenshots.
If its only a problem of you custom subclass you should provide a PR with a suggestion how to give you the needed API. |
Out of curiosity, what behavior would you like to implement instead of the default one? |
I am reusing the Tray dialog to show some UI content when clicked on the button which is added next to help button. In this case, when I maximise the wizard, I don't want the dialog tray to take the wider area than the wizard area. How can I achieve this.? I updated the title for better understanding. |
OK, so you're showing different content then (ie not the help, but some browser or whatever else control). |
The TrayDialog class doesn't provide a getter method for accessing the trayControl. This makes it difficult to set the layoutData for trayControl in my class. Adding another ResizeListener to my dialog is unsuccessful. To meet my UI requirements, I need to modify the data.widthHint variable to a specific value within my class. Can anyone provide guidance on how to achieve this? |
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
I tried
I expected: The size of the tray dailog can be scaled as per our requirement
But got: Not able to customise the resize code.
Tested under this environment:
Regular size wizard
Maximized wizard
Community
The text was updated successfully, but these errors were encountered: