-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hello all,
I'm trying to build a motor control to be embedded in other OPI, functionally similar to this one, but with a better and modern UI.
I'm using BOY to do it (and it will serve a testbed for a Display Builder widget I was requested to create).
As you can see, there are a lot of small widgets packed into this controller, all referring do different fields of the same motor PV.
All this widgets' border and background are set NOT being sensitive to alarm, because I don't want a "panic UI" where everything get colored because of an alarm. There will be just a LED for this purpose placed near the controller's title bar.
The problem arises when there is no connection with the PV, because nevertheless I explicitly set the borders and the backgrounds NOT being alarm sensitive, everything is magenta-colored with the "Disconnected" text inside (in Display Builder everything has the magenta-colored dashed border around).
I think this is an error, preventing to build smart, "no panic UI". Is there a way to prevent it? Can we add a way (a specific property maybe) to prevent it?
Can someone pointing me in the right plug-in's code in order to see if/how this can be done?
Thank you in advance,
Claudio