Title: RE: RAD with python

I've never used Tkinter, but wxPython (http://www.wxpython.org) is a very good GUI for Python that has some controls that go at least part of the way towards what you want.

Just a heads up if you've never heard of it before!

David.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: June 2, 2002 10:57 PM
To: [EMAIL PROTECTED]
Subject: RAD with python


Hi folks,

when last time i read discussions on RAD a lot of people said the Tkinter
was nearly the best solution to create dialogs fast.
I have found Tkinter realy easy to do this kind of job, but i envy Delphi
developers to place recordsets onto these dialogs just with the same
effort.

Have anyone written python classes to place an ADO recordset onto a Tkinter
dialog?
I am looking for a similar class to place TreeViewControl onto dialogs in
Tkinter too.

Best regards,
-----------------------
Juhász János
IT department

E-Mail: [EMAIL PROTECTED]

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to