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'm trying to migrate older CS Studio interfaces to phoebus and I think I found a bug. In this case we used the button text property to set a macro when launching a new window, but $(text) isn't solved. Curiously, if I try other properties like $(name) or $(class) these are correctly substituted with the widget property value.
The text was updated successfully, but these errors were encountered:
I'm trying to migrate older CS Studio interfaces to phoebus and I think I found a bug. In this case we used the button
text
property to set a macro when launching a new window, but$(text)
isn't solved. Curiously, if I try other properties like$(name)
or$(class)
these are correctly substituted with the widget property value.The text was updated successfully, but these errors were encountered: