epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

widget stacking problem in motorxU.adl #154

Closed prjemian closed 4 years ago

prjemian commented 4 years ago

While working on a MEDM screen converter for PyDM, a stacking order problem was discovered that causes a cosmetic rectangle to block the tweak controls in motorxU.adl.

Clipboard01

In this screen shot, the screen rendered by PyDM is on the left, the MEDM screen is on the right.

After lowering (locally) the stacking order of the rectangle widget in the .adl file, the converted PyDM screen looks (and acts) the same as its MEDM source.

Clipboard02

note: Before applying this change, I first confirmed the version of the motorxU.adl in my workstation is identical with the master branch.