Maximizing the size of the form [message #1820708] |
Mon, 27 January 2020 08:01  |
Eclipse User |
|
|
|
Hi,
Is it possible to maximize the form so that it occupies the full area of the application desktop?
For example, I found the following methods in the AbstractForm class, whose names suggest they may relate to what I'm looking for:
- setMaximized(true)
- setMaximizeEnabled(true)
I used them during form initialization, but without any visible effect in the appearance of the form. So what are they for?
Same question to similar methods:
- setMinimized(true)
- setMinimizeEnabled(true)
[Updated on: Mon, 27 January 2020 08:02] by Moderator
|
|
|
|
Re: Maximizing the size of the form [message #1820745 is a reply to message #1820739] |
Tue, 28 January 2020 05:08  |
Eclipse User |
|
|
|
Hi André,
Quote:Since Scout moved to the web, these methods are no longer supported.
I had such suspicions that these functions are dead code, so thank you for dispelling my doubts :-)
Quote:What exactly is your use case? Is your Form a view or a dialog?
Dialog.
|
|
|
Powered by
FUDForum. Page generated in 0.03608 seconds