PDA

View Full Version : Console Troubleshooting



Tassadar237
September 24th, 2007, 02:35
Can anyone tell me what this error message means, and help me/tell me how to fix it?

Ruleset Warning: Anchored control static width ignored

I get it a bunch of times on the console, when I open up the charsheet (which is what I'm working on)

Dachannien
September 24th, 2007, 05:25
If you use <bounds> in a control, you can't use <anchored> in that same control, and vice versa. The error message indicates that you have a control with both tags included, and the <bounds> tag is being ignored.

It might also be that you've already specified both the left and right edges of a control through the use of anchors, but you're also specifying the width of the control in a <size> tag. I vaguely recall this giving a different error message, though.

Tassadar237
September 24th, 2007, 05:28
Thanks. I did have both bounds and anchored. :)