From: Kevin W. <kw...@co...> - 2015-04-08 10:26:08
|
On 4/7/15 6:48 PM, Andrew Stein wrote: > Following the discussions here of Tk-Cocoa 2.0, I have downloaded and > built tcl/tk 8.6.4 and to try out. Unfortunately, there seems to be a > regression when autoscrolling a text widget -- the scrollbar's "bar" > is not visible. I also saw this issue when working with the autoscroll package as I updated TkChat to the new implementation of Tk/Cocoa. The only solution I found was to get rid of autoscroll and just use scrollbars, which works just fine. There is some sort of clipping going on within the autoscroll package that doesn't play as well with the HITheme scrollbar. But I assure you that scrollbars appear just fine when configured directly. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com |