wxTextCtrl refresh problem

Has anyone developed a reusable application framework for wxPython and
MySQL? I need a starting point for a new (rewrite) application that I
am porting from DOS console mode to windows using wxPython.

Heimburger, Ralph P wrote:

Has anyone developed a reusable application framework for wxPython and
MySQL? I need a starting point for a new (rewrite) application that I
am porting from DOS console mode to windows using wxPython.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Maybe you could take a look at PAF on www.dctools.org as a starting point.

Uwe

I have created a object/DB mapping layer. I've not yet released
it (it still needs some cleanup, IMO) but I'm using it in
client projects now. I don't have a reusable framework as yet;
still working on that, as I try to get the hang of wxPython.
I'm just starting on using my persistent-objects stuff to connect
the UI to the DB.

I just downloaded wxpython-docview-v041.zip from
http://www.yared.com/pybypy/ to try. It might help you out.
IIUC, it's a pure-Python port of wxWindows' document/view
architecture.

Wandering a bit off topic for object/DB mapping details...
    My DB code uses properties for attribute accesses, to make it
minimally intrusive. For DB persistence, it adds getObject,
getNewObject, and store methods; otherwise, the code interacts
with the objects as plain old (new-style) Python objects.
It handles parent-child relations, client-side caching, and
db-persistence status management (i.e., new, delete,
undelete, dirty, and whether to insert, update, or delete).
I'd be delighted for someone else to try it out and provide
some feedback. I'll have to throw together some docs, but
I was planning to do that soon, anyway.

- Sam

ยทยทยท

At 2004-02-19 11:27 AM -0500, you wrote:

Has anyone developed a reusable application framework for wxPython and
MySQL? I need a starting point for a new (rewrite) application that I
am porting from DOS console mode to windows using wxPython.

__________________________________________________________
Spinward Stars, LLC Samuel Reynolds
Custom Software and Web Development 303-805-1446
http://SpinwardStars.com/ sam@SpinwardStars.com