[ wxwindows-Bugs-1187095 ] Reparent issues with wxSlider and
wxSpinCtrl
SourceForge.net
noreply at sourceforge.net
Sat Mar 15 07:36:40 PDT 2008
Bugs item #1187095, was opened at 2005-04-21 05:25
Message generated for change (Settings changed) made by vadz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1187095&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMSW specific
Group: Must fix
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: tacao (tacao)
Assigned to: Nobody/Anonymous (nobody)
Summary: Reparent issues with wxSlider and wxSpinCtrl
Initial Comment:
Tried reparenting some controls. As for wx.Button,
wx.TextCtrl, wx.ComboBox and wx.StaticText everything
works fine, but reparenting a wx.SpinCtrl makes its
text field to disappear (only its arrow buttons remain
on screen) and reparenting a wx.Slider makes its handle
to leave tracks on screen when dragged (it looks like
the handle is not previously erased when dragged to a
new position).
[wxPython 2.5.5.1 ansi, Python 2.3.5, Win XP]
----------------------------------------------------------------------
>Comment By: Vadim Zeitlin (vadz)
Date: 2008-03-15 15:36
Message:
Logged In: YES
user_id=71618
Originator: NO
Should be fixed by the patch 1914190 (r52543)
----------------------------------------------------------------------
Comment By: eco (eco_was_taken)
Date: 2005-05-10 03:04
Message:
Logged In: YES
user_id=1058136
This is in wxMSW 2.6.0 as well. Reparenting a wxSpinCtrl
causes the spin buttons to reparent but the text field where
the current value is displayed remains in the original window.
----------------------------------------------------------------------
Comment By: Robin Dunn (robind)
Date: 2005-04-21 06:47
Message:
Logged In: YES
user_id=53955
This is not wxPython specific.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1187095&group_id=9863
More information about the wx-dev
mailing list