Hello folks,
I'm looking for a good example of a document-centric wxPython app that
does things the "right way". By that I mean good MVC separation, good
command handling architecture, good support for undo-redo.
I'm just looking for something that I can learn from. Actually
doesn't even really need to be done with wxPython, but would be best
if so. Actually the ultimate best would be some sort of app skeleton
that I can build on that embodies "best practices", but I'm not
holding my breath for that one.
Hello folks,
I'm looking for a good example of a document-centric wxPython app that
does things the "right way". By that I mean good MVC separation, good
command handling architecture, good support for undo-redo.
I'm just looking for something that I can learn from. Actually
doesn't even really need to be done with wxPython, but would be best
if so. Actually the ultimate best would be some sort of app skeleton
that I can build on that embodies "best practices", but I'm not
holding my breath for that one.
Thanks,
--bb
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Hello folks,
I'm looking for a good example of a document-centric wxPython app that
does things the "right way". By that I mean good MVC separation, good
command handling architecture, good support for undo-redo.
I'm just looking for something that I can learn from. Actually
doesn't even really need to be done with wxPython, but would be best
if so. Actually the ultimate best would be some sort of app skeleton
that I can build on that embodies "best practices", but I'm not
holding my breath for that one.
Take a look in the samples/ide folder.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!