From: Brad A. <bra...@ma...> - 2006-01-05 22:19:32
|
Bernie Hogan wrote: >I am trying to use a notebook in pythoncard and looking for resources for >building the notebook pages. I found a reference online to employing >model.pageBackground instead of model.Background when initializing pages, >but that is as far as I got. Are there any code examples lying around for >employing pages using the pythoncard, rather than wxPython style of dealing >with notebook pages? I've been using notebook pages in my app for about seven months, and they seem to work well. They look "platform-native" like other wx widgets. I think I originally learned how to use notebook pages from the examples in PythonCard/samples/testNotebook. I think I got some help from the mailing list as well, so you might check the archives. If the examples in testNotebook aren't helpful, let me know and I'll send you some excerpts my from app's source code. |