kasemir / org.csstudio.display.builder

Update of org.csstudio.opibuilder.*
Eclipse Public License 1.0
2 stars 10 forks source link

Compatibility problem with standalone windows #424

Closed claudio-rosati closed 6 years ago

claudio-rosati commented 6 years ago

When a standalone window is opened, it will be sized to the Display width/height, and the titlebar shows the Display's name.

If a button in this display opens another Display replacing the current one, the window's size and the title bar are not updated.

See the attached file and compare with the BOY samples.

CSSTUDIO-773.zip

kasemir commented 6 years ago

Display Builder has no "Standalone" window that tries to implement many of the RCP behaviors on top of a Shell. Instead, it uses a normal workbench window, #422 (or with Phobus removes all of RCP). Opening a different display will not resize the workbench window.

claudio-rosati commented 6 years ago

OK Understood.