From: Schollnick, B. <Ben...@us...> - 2004-06-18 13:39:37
|
Folks, I'm probably missing something simple here.... I am working on a file viewer, and using a scrolledMessagedialog... PythonCardPrototype.dialog.scrolledMessageDialog (self, "".join(display), "License File Contents") And while I am mainly using ASCII text, I would like to add some "spice" and flavor to the text. This could be as simple as Bold, etc, but I do not see any options documented regarding how to control the text display in the ScrolledMessageDialog Windows... I even checked the WxPython pages, and do not see anything there talking about the text format of the scrolledMessage Windows.... Am I limited to pure ASCII? no HTML, or other tricks to support anything else? - Benjamin |