[BUG] scrollBarValue: deprecated in 3.9 ([closed] on Mantis ID 1024)

Larry Trutter ltrutter at onemain.com
Thu Mar 31 10:44:04 UTC 2005


Thank you for your report.  I have transferred your report to Squeak's
Mantis Database and you can followup on the issue if desired by going to
http://bugs.impara.de/view.php?id=1024 .

In the future please report new issues on Squeak's Mantis Database at
http://bugs.impara.de/ .

Thanks!


stéphane ducasse wrote:

> Hi
>
> in 3.9 alpha
> when we type into some window that should scrolls we get
>
> scrollBarValue: scrollValue
>     self deprecated: 'Please use vScrollBarValue: or hScrollBarValue: 
> instead.'.
>     ^self vScrollBarValue: scrollValue
>
>
> scrollBarValue is set up in the variable setValueSelector and call from
>
> Slider>>setValue: newValue
>     "Called internally for propagation to model"
>     self value: newValue.
>     self use: setValueSelector orMakeModelSelectorFor: 'Value:'
>         in: [:sel | setValueSelector _ sel.  model perform: sel with: 
> value]
>
>
> But I could not get my hand on where this inst variable was indeed setup.
>
> Stef
>
>
>




More information about the Squeak-dev mailing list