refreshing a wxWidget

J

justin__devine

I have a quick question here is my widget it is a Radiobox.

rb = wx.RadioBox(
self, -1, "Quick Sites", (10, 215), (425, 70),
labellist, 5, wx.RA_SPECIFY_COLS
)
self.rb = rb

later on in the program I change labellist
the question is I can't get the radiobox to refresh and display with
the new values

I have tried .Refresh()
I have tried .Create()
I have tried refreshing the panel in which i have created the radiobox.
All no go... so does someone know the answer to this problem?

Thanks alot

An earlier version of the full code (without this feature) can be found
at http://gobblewin.sourceforge.net or
http://www.sourceforge.net/projects/gobblewin/

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top