Hi all,
I've been working on converting the demo to use the new "import wx" namespace. Before I continue with this huge task I wonder if it makes sense to convert the demo before we have the full set of Python-specific reference docs for the new names? Does the educational value of the demo become compromised if it doesn't match what docs we do have? What do you think?
I decided to convert a number of the demo modules by hand instead of using the script that somebody sent me a couple months back, just to get a better feel for the differences. Talking about the switch is one thing, but after having used the wxFoo names for so long (going on 8 years!) it is *very strange* to actually always use the wx.Foo names, or even weirder, names like wx.grid.Grid... Anyway, the exercise has raised some issues for me that I thought were already beaten to death but I'll wait to ask about them until I'm sure that they are issues and not just my comfort zone being ruptured.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!