Is there a workaround to the disappearing Perl/Tk text widget scrollbar for right justified content?

Posted by Streamline on Stack Overflow See other posts from Stack Overflow or by Streamline
Published on 2010-05-26T17:02:27Z Indexed on 2010/05/27 3:41 UTC
Read the original article Hit count: 486

Filed under:
|
|
|
|

I've come across a bug I believe in Perl/Tk 804.027 Text Widget (using Scrollable('ROText')). When I add a tag that selects all and apply the configuration change to justify to the right, the scrollbars do not show up. If I comment out the tagConfigure where I justify to the right, the scrollbars come back.

Does anyone have a workaround or fix for being able to right justify a text widget's contents (includes text and embedded entry widgets) and still have functional horizontal scrollbars?

© Stack Overflow or respective owner

Related posts about perl

Related posts about text