Open claudio-rosati opened 6 years ago
Well, not sure what to do about this.
As for full-screen, in phoebus we have decent full-screen support: When a display is detached, toolbar disabled, Window/Always show tabs disabled, a display in full screen uses the native full-screen mode, filling the screen 100% without any window decoration. That was never possible with BOY/RCP, you always have the 'tab' and window border.
I can obviously not duplicate or investigate the on-screen keyboard issue since I don't have your hardware. The underlying problem might be the hosting of JFX inside SWT.
I'll ask for a simple example to test in BOY first (she says it works in BOY) and then in Display Builder.
The integrator is starting CS-Studio using css --launcher.openFile <path>/init.opi
, where init.opi
is just an empty OPI file that has the following python script attached to it:
from org.csstudio.opibuilder.scriptUtil import ScriptUtil
from org.csstudio.opibuilder.scriptUtil import GUIUtil
GUIUtil.fullScreen()
ScriptUtil.openOPI(widget,"../Overview/overviewCompressor.opi",1,None)
So, can we provide something similar to fullScreen()
(that is currently calling an eclipse action)?
Hello Kay,
here some compatibility problems an integrator has using Display Builder.