#11475: WidgetStack will raise AttributeError.
---------------------+------------------------------------------------------
Reporter: bear330 | Owner:
Type: defect | Status: new
Priority: high | Milestone:
Component: AGW | Version:
Keywords: | Blockedby:
Patch: 0 | Blocking:
---------------------+------------------------------------------------------
WidgetStack.RaiseWidget will call
{{{
oldChild, childIndex = self.VisibleWidget()
}}}
There is a possible that oldChild will be None
Then
{{{
# Hide the old child
oldChild.Show(False)
}}}
Raise error.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11475>
#11475: WidgetStack will raise AttributeError.
----------------------+-----------------------------------------------------
Reporter: bear330 | Owner:
Type: defect | Status: closed
Priority: high | Milestone:
Component: AGW | Version:
Resolution: invalid | Keywords:
Blockedby: | Patch: 0
Blocking: |
----------------------+-----------------------------------------------------
Changes (by Infinity77):
* status: new => closed
* resolution: => invalid
Comment:
Hi,
WidgetStack is not part of wxPython (and it will never be as far as I
know), it's simply just another widget I created. The bug report doesn't
belong here, so I'll mark it as "invalid". But I'll fix the version of my
website when I get some time.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11475#comment:1>