|
From: Cullen N. <cn...@sa...> - 2006-09-20 20:11:11
|
kc1...@ya... wrote:
> Hi list,
>
> I am not receiving any event when clicking on the menu
> bar.
>
> Is there a way to do that?
>
> Thanks,
>
> --
>
> John Hen
Is this what you mean?
-Cullen Newsom
def on_doHelpAbout_command(self, event):
self.addConsoleText("Add an About Box Someday.")
{'type':'Menu',
'name':'menuHelp',
'label':'&Help',
'items': [
{'type':'MenuItem',
'name':'menuHelpAbout',
'label':'&About ...',
'command':'doHelpAbout',
},
|