Paul McNett wrote:
> Nate Lowrie wrote:
>> I tracked it down to _core.py in the wx module and found that Enable
>> takes an id as the first arg and a bool enable as the second arg.  Is
>> this new in 2.8.8?  isEnabled takes 2 args to.  Thoughts?
> 
> It also exists in 2.8.7.1, and probably all along. wx Menus are 
> confusing because they become menu items at runtime, and only menu items 
> can be disabled/enabled by their containing menu or menubar. Try this 
> patch and let me know how/if it works:

Actually, I just committed this fix. I'm confident about it; let me know 
how it works for you.

Paul


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

Reply via email to