Tutorial is wrong...
Status: Beta
Brought to you by:
riaan
There is a bug for this that the user closed thinking he
was wrong...actually he was right...but later in the
tutorial.
the code you are told to look for (to edit it) is:
OnFileitems0Menu(self, event):
WRONG...shd be:
OnMnuFileItems0Menu(self, event):
and
pass
WRONG...shd be:
event.Skip()
also
The save as menu item was item2
WRONG...shd be:
The save as menu item was item1
so the code is off from there on!!!
you have to debug the tutorial in order to do the
tutorial...LAME!!
Logged In: NO
More problems:
Tutorial States:
"Now we must repeat the process to add options to the file
menu.
From the Data View in the Editor, select the second
menu, 'mnuFile'."
but you told us to name the first menu mnuFile??!!!!!!!!...
Tutorial States earlier:
"Edit the name of the first wxMenu to call it mnuFile."