Ticket #1221 (closed defect: fixed)

Opened 3 years ago

Last modified 1 year ago

dMenuBar.getMenu fails if Menu nonexistent

Reported by: sunday Assigned to: somebody
Priority: major Milestone: 0.9.2
Component: ui Version: 0.9.1
Keywords: Cc:

Description

dabo\ui\uiwx\dMenuBar.py, around line 147

handling that case was normally done by:

except dabo.ui.assertionException:

ret = None

i needed to change it to

except ValueError?:

ret = None

Change History

06/22/09 13:50:18 changed by paul

This seems like a wxPython bug, since the FindMenu?() call returned an idx. Anyway, I've never seen this. Can you post code that reproduces it?

07/05/09 15:12:12 changed by sunday

I'd really like to, but I think it may be a few days 'til i get it done.

02/03/11 10:27:08 changed by paul

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r6381. Thanks!