Jacob Kruger wrote:
> As subject line says - current example .xml file is tracks.xml, and
> sound clips are in /sounds subdirectory, and it uses sound_lib to
> handle playback:

Are you looking for critique?

With the one exception of blStop in OnEvent, none of your "global"
directives are necessary.  As an overgeneralization, global variables
are bad.  That "lbc.py" module encourages you to think of your
application in a rather non-Pythonic (non-wx) way, in my opinion. 
Usually, almost your whole app would be member functions within a class
derived from wx.Dialog.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to