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
I have on CSS (*.opi file) a ProgressBar with scale, minor ticks and markers.
But i can't find any way to implement this with Phoebus (*.bob file).
Will these properties be implemented in Phoebus?
The text was updated successfully, but these errors were encountered:
For the progress bar, we use the underlying progress bar from the JavaFX toolkit, which is similar to the HTML5 <progress> tag or the Qt progress bar or the mac os progress bar etc.
What BOY used is closer to the "tank" widget, albeit horizontal instead of vertical:
Do you want to look at the code for the tank widget and add a 'horizontal' property, which is by default false, but when checked would switch to horizontal rendering and would then be similar to some use cases of the BOY progress bar?
Hello,
I have on CSS (*.opi file) a ProgressBar with scale, minor ticks and markers.
But i can't find any way to implement this with Phoebus (*.bob file).
Will these properties be implemented in Phoebus?
The text was updated successfully, but these errors were encountered: