#11475: WidgetStack will raise AttributeError.

0 views
Skip to first unread message

wxTrac

unread,
Nov 24, 2009, 2:43:14 AM11/24/09
to wx-...@googlegroups.com
Ticket URL: <http://trac.wxwidgets.org/ticket/11475>

#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>

wxTrac

unread,
Nov 24, 2009, 3:18:18 AM11/24/09
to wx-...@googlegroups.com
Ticket URL: <http://trac.wxwidgets.org/ticket/11475#comment:1>

#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>

Reply all
Reply to author
Forward
0 new messages