PDA

View Full Version : Anchored static width ignored



earthworm3
March 8th, 2016, 16:49
what is this error ?

"Ruleset Warning: window: Anchored static width ignored for control () in windowclass (charsheet_abilities)"

i have it with this code :



<scrollbar_list>
<anchored to="allskills">
<right offset="15" />
<top offset="35" />
</anchored>
<target>allskills</target>
</scrollbar_list>


Thanks for your help.

earthworm3
March 8th, 2016, 19:37
Problem solved :



<scrollbar_list>
<anchored>
<to>allskills</to>
<position>insidetopright</position>
<top offset="20" />
<right offset="15" />
<bottom offset="0" />
</anchored>
<target>allskills</target>
</scrollbar_list>