<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Jacob Kruger wrote:<br>
    </div>
    <blockquote cite="mid:BB71FDB8B3EE45C8B3C3C27A73583619@JakesPC"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 10.00.9200.16521">
      <style></style>
      <div><font face="Arial" size="2">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:</font></div>
    </blockquote>
    <br>
    Are you looking for critique?<br>
    <br>
    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.<br>
    <pre class="moz-signature" cols="72">-- 
Tim Roberts, <a class="moz-txt-link-abbreviated" href="mailto:timr@probo.com">timr@probo.com</a>
Providenza & Boekelheide, Inc.
</pre>
  </body>
</html>