From: Alex T. <al...@tw...> - 2004-10-27 10:40:51
|
At 05:37 27/10/2004 +0000, m.e...@at... wrote: >In attempting to get through walkthrough 3 I have run into a bit of a >wall. It appears that the on_openBackground methods in the counter module >and the child module never execute. Has the name changed? Do I need to >add code to specifically execute these event methods? I would appreciate >any guidance. Here is the Counter code: Sorry, the walkthroughs haven't yet been updated to match Pythoncard 0.8 and upwards. on_openBackground has changed its name to on_initialize This (and some other useful info) can be found in Pythoncard/docs/migration_guide.html The samples directory includes an updated version of the Counter example. -- Alex. |