Separating GUI code from Logic

Oliver,

I’ve used pubsub before, and I’m about to use it again in a current project.

In my post, I was referring to a wiki tutorial called “Separating GUI Code from Logic”.

I just liked the idea of moving the event handlers to another class, to simplify clutter.

I really shouldn’t have used “Separating GUI Code from Logic” for the subject of my post,

because it took everyone down the wrong path.

But I’m grateful for everyone’s input & advice.
It’s always useful.

Thanks

oliver oliver.schoenborn@gmail.com Sep 22 11:52PM -0400
^

  > UI at all, perhaps other than there are certain capabilities that can be

triggered by sending messages to it. Pubsub or similar tools are helpful

for implementing things like that.

Tony,

Take a look at http://wiki.wxpython.org/Controlling%20GUI%20with%20pubsub.

Cheers,

Oliver