TCArknight
Well-known member
Hi all!
I have this tab:
If I try to use panellink="sorcery" (for Resource components on the tab) or container.panelvalid[sorcery] (for validations) the tab is never marked invalid, even if a resource would mark another panel invalid.
What am I missing when dealing with these agents?
I have this tab:
Code:
<!-- sorcery panel
This is the "Sorcery" panel shown within Hero Lab.
-->
<panel
id="sorcery"
name="Sorcery"
marginhorz="5"
marginvert="5"
order="155"
agentcompset="Sorcery"
agentlive="HasSorc"
agentname="name"
>
<live>!HideTab.sorcery</live>
<layoutref layout="sorcery"/>
<position><![CDATA[
]]></position>
</panel>
If I try to use panellink="sorcery" (for Resource components on the tab) or container.panelvalid[sorcery] (for validations) the tab is never marked invalid, even if a resource would mark another panel invalid.
What am I missing when dealing with these agents?