Hi!
I currently have a visibility condition inside a panel-container looking something like this:
<itemlayout>
....
<visible>ControlGroup(2000).HasFocus()</visible>
...
</itemlayout>
Everything works fine, except when opening the context-menu: The visibility-condition inside the itemlayout becomes false for some reason (The same visibility condition does not become false for items outside the panel-container in question...).
I cant figure it out, is there some problem with having visibility-conditions inside an itemlayout?
Cheers,
I currently have a visibility condition inside a panel-container looking something like this:
<itemlayout>
....
<visible>ControlGroup(2000).HasFocus()</visible>
...
</itemlayout>
Everything works fine, except when opening the context-menu: The visibility-condition inside the itemlayout becomes false for some reason (The same visibility condition does not become false for items outside the panel-container in question...).
I cant figure it out, is there some problem with having visibility-conditions inside an itemlayout?
Cheers,