roee shlomo wrote:
> Thanks,
>
> Got an error from flatnotebook:
>
> Traceback (most recent call last):
> File
>
"C:Python25libsite-packageswx-2.8-msw-unicodewxli
bflatnotebook.py
> "
> , line 4107, in OnLeftUp
> self.PopupTabsMenu()
> File
>
"C:Python25libsite-packageswx-2.8-msw-unicodewxli
bflatnotebook.py"
> , line 4847, in PopupTabsMenu
> item.EnableTab(pi.GetEnabled ())
> AttributeError: 'MenuItem' object has no attribute
'EnableTab'
>
>
> Should be:
>
> item.Enable(pi.GetEnabled())
>
Thanks. Looks like a copy/paste error.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java
give you jitters? Relax with wxPython!
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-dev-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help lists.wxwidgets.org
|