Sep 1, 2001 #1 bilbao Programmer Sep 1, 2001 2 GB i can't center a text file in a text widget. { .t configure -justify center }, it doesn't works. Thanks for any suggestions
i can't center a text file in a text widget. { .t configure -justify center }, it doesn't works. Thanks for any suggestions
Sep 3, 2001 #2 Guest_imported New member Jan 1, 1970 0 Try: - create a "tag" with all text you want to center; .f tag add xxx lineStart.colStart lineEnd.colEnd (the coordonates of your text); - apply to this "tag": .f tag configure xxx -justify center George Moga, george@dsn.ro Braila, Romania Upvote 0 Downvote
Try: - create a "tag" with all text you want to center; .f tag add xxx lineStart.colStart lineEnd.colEnd (the coordonates of your text); - apply to this "tag": .f tag configure xxx -justify center George Moga, george@dsn.ro Braila, Romania