Hello,
I have the following problem : multiple menus in the app pointing towards
the same processing function. I would like to be able to find out at least
the id of the menu which raised the event.
Nothing seems to work, the serialized event (via pickle.dumps) is always
the same, I even tried grouping the menus and using event.GetSelection()
in conjunction with EVT_MENU_RANGE as suggested in the docs but the
answer is always zero no matter what menu was selected.
What am I doing wrong ?
Thanks for any hints ...