Hi guys,
I have this debug warning happening against applyConstraintMethod.
Here is the code:
6 <class name="wtscrollbar" extends="basescrollbar"
7 visible="${this.scrollable && (this.height > 21)}"
8 axis="y" width="16"
9 >
and here is what the debugger is telling me:
@/Users/Lee/src/diamond-dhtml42/client/components/wtscrollbar/wtscrollbar.lzx#8:
wtscrollbar.applyConstraint is deprecated. Use
wtscrollbar.applyConstraintMethod instead
I am assuming this problem is referring to the constraint being placed
on visible but neither Maynard nor I could see why this isn't
working...maybe you guys could shed some light on this for us?
Thanks,
Lee