On 6/4/07, Robin Dunn <[EMAIL PROTECTED]> wrote: > BTW, you may want to look at wx.lib.docview and wx.lib.pydocview for > existing classes for a command-stack and undo/redo frameworks, as well > as the Document/View framework.
Oh, there's an example in demo/samples/pydocview. Hadn't noticed that before. Checking it out now. Thanks. (Not really germane to the topic here, but right off the bat I notice that the splash screen on the pydocview sample disappears almost instantly. Doesn't make a good impression. -- So I tried to put in a delay into the demo and discovered that pydocview.ShowSplash turns off wx.STAY_ON_TOP, so the splash gets buried under the app frame as it pops up. After adding STAY_ON_TOP back, the demo's startup looks nice.) --bb _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
