You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To customise the ResizeListener added in TrayDialog.java in my subclass
But, it is private and final.
I need to use the tray dialog for my customised requirement and I am not able to change the resize behaviour.
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:
OS & version: Windows 11
Eclipse IDE/Platform version : 2024-12 (4.34)
Regular size wizard
Maximized wizard
Community
I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.
The text was updated successfully, but these errors were encountered:
divzz95
changed the title
Help tray taking wider width when we maximise the wizard dialog can't be customised.
Help tray taking wider width when we maximise the wizard dialog. It can't be customised.
Jan 6, 2025
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.
divzz95
changed the title
Help tray taking wider width when we maximise the wizard dialog. It can't be customised.
Dialog tray taking wider width than the wizard when we maximise the wizard dialog. It can't be customised.
Jan 6, 2025
OK, so you're showing different content then (ie not the help, but some browser or whatever else control).
Have you tried adding another ResizeListener on your dialog? If this resizeListener is added after the default one, then it can override the behavior (eg change some preferredSize on the layout and then call requestLayout to refresh)
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: