Re: Linguistically correct Python text rendering

From: Josiah Carlson (jcarlson_at_nospam.uci.edu)
Date: 02/21/04


Date: Sat, 21 Feb 2004 10:19:54 -0800


> Any ideas?

Perhaps using a GUI call that hooks into Windows or MacOS would be
sufficient for you. I don't know if tkinter or wxPython can handle it,
but I would imagine that standard Windows gui calls wouldn't have a
problem. Check out the pythonwin GUI extensions:
http://www.python.org/windows/pythonwin/

  - Josiah



Relevant Pages

  • Re: Splash Screens , how could something so basic still be hard?
    ... You say that there "is no message pump to allow for further GUI ... Note that by "there is no message pump", I mean that because of the way the code is written, no message pump is working while the "splash screen" is displayed. ... In a normal Forms app, there would be a message pump loop, and there's no reason to believe that in those examples, one doesn't exist. ... The same technique is possible in Windows, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Tkinter - Multiple Tk() instances/mainloops in one process?
    ... many gui toolkits manage a single event loop and need ... mean that you do not invoke gui actions from the other threads. ... All Tkinter access must be from the main thread (or, ... All the windows involved work fine when tested individually, ...
    (comp.lang.python)
  • Re: What GUI toolkit looks the best?
    ... I have been using wxPython and it performs well ... ... I've seen Tkinter applications that look ... >>Glade isn't a GUI, it is a GUI builder that uses GTK. ...
    (comp.lang.python)
  • Re: What GUI toolkit looks the best?
    ... Forget TKinter, this has to actually ... >> Windows and haven't done much fancy GUI programming since the early X ... > Glade isn't a GUI, it is a GUI builder that uses GTK. ...
    (comp.lang.python)
  • Re: Tkinter vs. wxPython?
    ... wxPython will not "replace" Tkinter ) if you mean that Tkinter will ... such as Pmw and is still the most extensively documented Python GUI. ... many more resources than I could find for wxPython. ... via TCP/IP to that "app" from my Tkinter app with print instructions and the ...
    (comp.lang.python)