Hi,

After latest changes in menu handling, something goes wrong.
I think that in getMenu method, exception dabo.ui.assertionException
is not handling correctly, because instead of returning "None" value,
global exception is raised. Here is the code:

            idx = self.FindMenu(idOrCaption)
            try:
                ret = self.GetMenu(idx)
            except dabo.ui.assertionException:
                ret = None

After change to:
          except ValueError:

works fine.

-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to