Conrad, Bill (ThomasTech) wrote: > Hi All > > In PERL 5.8.6 Build 811 the Tk tagConfigure -state option was > removed. Is this an oversight or was there a reason for this? > > Previously the -state option allowed for text on the > screen to be > hidden. > > -state => state > State specifies if the text is hidden or normal. Hidden > text is not > displayed and takes no space on screen, but further on behaves just > as normal text.
You might want to try the comp.lang.perl.tk newsgroup where those that support Perl/Tk hang out. It would probably be a good idea to check the archives on google first to see if this question has already been answered. I only have build 810 so it may be a different version ov Tk, but the documentation for Tk::Text includes an -elide option that is described almost identically to what you quote. HTH -- Brian Raven ----------------------------------------------------------------------- The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised reproduction, disclosure, modification, and/or distribution of this email may be unlawful. If you have received this email in error, please notify the sender immediately and delete it from your system. The views expressed in this message do not necessarily reflect those of LIFFE Holdings Plc or any of its subsidiary companies. ----------------------------------------------------------------------- _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
