I cannot reproduce this in a trunk build, can you send a small self contained test case which triggers the bug. Also, which runtime are you running it in? SWF8, DHTML, or SWF9?
On Tue, Dec 16, 2008 at 8:36 PM, Lee Lundrigan <[email protected]> wrote: > 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 > -- Henry Minsky Software Architect [email protected]
