Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-19 Thread Marc-Andre Belzile
bject: Re: [python-win32] ANN: PyGUI 2.3.2 Marc-Andre Belzile wrote: > I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and > pyGUI work together? Yes, there is a GLView class for on-screen drawing, and a GLPixmap class for off-screen drawing with

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-17 Thread Greg Ewing
Marc-Andre Belzile wrote: I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and pyGUI work together? Yes, there is a GLView class for on-screen drawing, and a GLPixmap class for off-screen drawing with OpenGL. -- Greg ___ pyt

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-17 Thread Tim Roberts
Marc-Andre Belzile wrote: > Hi, > > I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and > pyGUI work together? PyGUI already includes OpenGL support. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ___ python-

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Marc-Andre Belzile
n.org] on behalf of Greg Ewing [greg.ew...@canterbury.ac.nz] Sent: Thursday, December 16, 2010 5:01 PM To: Octavian Rasnita Cc: python-win32@python.org Subject: Re: [python-win32] ANN: PyGUI 2.3.2 Octavian Rasnita wrote: > Does this mean that under Windows it uses the Win32 standard GUI like &g

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Greg Ewing
Octavian Rasnita wrote: Does this mean that under Windows it uses the Win32 standard GUI like WxPython? I am asking this because I want to know if the interfaces it creates will be accessible for screen readers. I have no experience with screen readers, so I can't be sure. However, PyGUI uses

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Tim Roberts
Octavian Rasnita wrote: > I read "There is now a native Windows implementation based on pywin32 and > ctypes." > > Does this mean that under Windows it uses the Win32 standard GUI like > WxPython? If you read the documentation, I think this will be clear. It uses standard Win32 controls. > I a

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Octavian Rasnita
hat is the difference between PyGUI and WxPython? Thank you. Octavian - Original Message - From: "Greg Ewing" Newsgroups: comp.lang.python,comp.lang.python.announce To: "PyObjC-Dev" ; "PyGtk" ; "python-win32" Sent: Thursday, December 16, 201

[python-win32] ANN: PyGUI 2.3.2

2010-12-15 Thread Greg Ewing
PyGUI 2.3.2 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This version fixes a problem in Cocoa whereby the coordinate system for drawing in a Pixmap was upside down, and corrects a slight mistake in the Canvas documentation. What is PyGUI? -- PyGUI is a