Re: Displaying text formats in a text widget...

2001-06-12 Thread Jeff 'japhy' Pinyan
On Jun 12, Brennan, Corey said: >I am trying to convert a script to Perl/Tk and I am having trouble. I have >some formats defined I've no clue how you'd get formats to write() to a Tk widget... you'd have to use formline() and the $^A variable, methinks. But have no fear -- I'm in the process

Displaying text formats in a text widget...(2)

2001-06-12 Thread Brennan, Corey
Sorry if this comes twice, but I think I had a problem sending it the first time. >I am trying to convert a script to Perl/Tk and I am having trouble. I have some formats defined > >example: > >format DATA_OUT_TOP = >col1 col2 col3 >--- >. > >format DATA_OUT =

Displaying text formats in a text widget...

2001-06-12 Thread Brennan, Corey
I am trying to convert a script to Perl/Tk and I am having trouble. I have some formats defined example: format DATA_OUT_TOP = col1 col2 col3 --- . format DATA_OUT = @|@|@|| $text $text1 $text2 . And I am looking for a way to use th