Jeff Hobbs <je...@activestate.com> wrote:
> Michael Carman wrote:
>> Explicit calls to xview() and yview() work but the scrollbar
>> bindings don't.
>
> I believe the trick is to make sure the command callback comes through 
> Perl and not stays within the Tcl side. 
>
>   -command => sub { $rotext->yview(@_); }
>
> You should get what you need ... I think.  It may require some more
> finessing for the args to be passed along correctly.

I thought of that. It doesn't work and I wasn't willing to figure out 
what finessing was necessary. Even if it did work the behavior is still 
broken to third-party users.

-mjc

Reply via email to