RadioBox in wxPython

A

Austin

Every time i use wxRadioBox, it will show the box.
I just want the options show on the panel. What could i do?
 
C

Cliff Wells

Every time i use wxRadioBox, it will show the box.
I just want the options show on the panel. What could i do?

Don't use a wx.RadioBox. The box is a feature of that control. Instead
just use wx.RadioButtons and lay them out yourself in a wx.BoxSizer.

Regards,
Cliff
 
C

Cliff Wells

Do I have to go to 2.4 in order to start using wx.Control, versus wxControl
?

Yes. But frankly, if you are going to upgrade, why not go to 2.5? In
2.4 the wx namespace is a hack. In 2.5 it's the real thing. Plus there
are plenty of other enhancements.

Regards,
Cliff
 
J

Jorge Godoy

Cliff Wells said:
Yes. But frankly, if you are going to upgrade, why not go to 2.5? In
2.4 the wx namespace is a hack. In 2.5 it's the real thing. Plus there
are plenty of other enhancements.

One reason is that the website states that 2.4 is the latest stable
series, while 2.5 is the latest development series.

WRT the hack, the wxwidgets people abandoned the changes there...
 
C

Cliff Wells

One reason is that the website states that 2.4 is the latest stable
series, while 2.5 is the latest development series.

Right, but I've been using wx for several years and I can assure you
that the development branch is where you want to be. It is no less
stable and tends to be far better functionality-wise. The only possible
instability is in the API and frankly you'll only notice if you move
from 2.4 to to 2.5.
WRT the hack, the wxwidgets people abandoned the changes there...

But not the wxPython people, which is what we care about here ;)
 
J

Jorge Godoy

Cliff Wells said:
Right, but I've been using wx for several years and I can assure you
that the development branch is where you want to be. It is no less

I've been using it for 2 years now. And I assure you the stable branch
is where I want to be. :) The development branch causes me trouble
with Windows 98 machines, used by some of our costumers. I've posted
about it two or three times on the wxPython ML.
stable and tends to be far better functionality-wise. The only possible
instability is in the API and frankly you'll only notice if you move
from 2.4 to to 2.5.

I agree with you that there are a lot of new functionalities and
facilities that are very interesting. Unfortunately, they don't work on
each and every system we need to support, so...
But not the wxPython people, which is what we care about here ;)

I hope so. I found the interface much cleaner, but I thought Robin had
some "I lost time" feeling when he posted saying that wxWidgets people
hadn't done the change as expected.
 

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

No members online now.

Forum statistics

Threads
474,210
Messages
2,571,091
Members
47,691
Latest member
Jenny-jane

Latest Threads

Top