Community
Participate
Working Groups
It is not necessary for a UIProcessWindow to provide min, max and close Buttons in the dialog border. The user will never want to maximize nor minimize a UIProcessWindow, because it pops ups and hides automatically after a short period. So I suggest to disable these buttons by default and maybe provide a simple API for controlling which buttons should be available. In addition it should be possible to disable oder hide the cancel-Button for those background jobs the user may not cancel.
There are now new APIs to control the enabled/visible state of the cancel button of the UIProcessWindow. - public void setCancelEnabled(final boolean enabled) - public void setCancelVisible(final boolean visible) MIN/MAX buttons got removed.