- Moderator
- #1
Hi...
When using GUIPropertyManager.SetProperty(property, value); to put a BLANK value in a label the label is not blanked.
<label>#mylabel</label>
GUIPropertyManager.SetProperty("#mylabel", ""); does not insert a blank value in #mylabel (as one would expect) but keeps the #mylabel.
This makes it impossible to control visibility of elements from plugins based on a value being/not being there.
When using GUIPropertyManager.SetProperty(property, value); to put a BLANK value in a label the label is not blanked.
<label>#mylabel</label>
GUIPropertyManager.SetProperty("#mylabel", ""); does not insert a blank value in #mylabel (as one would expect) but keeps the #mylabel.
This makes it impossible to control visibility of elements from plugins based on a value being/not being there.