473,587 Members | 2,579 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

RadioBox in wxPython

Every time i use wxRadioBox, it will show the box.
I just want the options show on the panel. What could i do?
Jul 18 '05 #1
6 2389
On Tue, 2004-10-26 at 16:19 +0800, Austin wrote:
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

--
Cliff Wells <cl************ @comcast.net>

Jul 18 '05 #2
Do I have to go to 2.4 in order to start using wx.Control, versus wxControl
?

"Cliff Wells" <cl************ @comcast.net> wrote in message
news:ma******** *************** *************** @python.org...
On Tue, 2004-10-26 at 16:19 +0800, Austin wrote:
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

--
Cliff Wells <cl************ @comcast.net>

Jul 18 '05 #3
On Wed, 2004-10-27 at 03:34 +0000, StvB wrote:
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

--
Cliff Wells <cl************ @comcast.net>

Jul 18 '05 #4
Cliff Wells <cl************ @comcast.net> writes:
On Wed, 2004-10-27 at 03:34 +0000, StvB wrote:
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.


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

--
Godoy. <go***@ieee.org >
Jul 18 '05 #5
On Tue, 2004-11-02 at 16:42 -0200, Jorge Godoy wrote:
Cliff Wells <cl************ @comcast.net> writes:
On Wed, 2004-10-27 at 03:34 +0000, StvB wrote:
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.


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 ;)

--
Cliff Wells <cl************ @comcast.net>

Jul 18 '05 #6
Cliff Wells <cl************ @comcast.net> writes:
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...
WRT the hack, the wxwidgets people abandoned the changes there...


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.

--
Godoy. <go***@ieee.org >
Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
11892
by: SeeBelow | last post by:
Do many people think that wxPython should replace Tkinter? Is this likely to happen? I ask because I have just started learning Tkinter, and I wonder if I should abandon it in favor of wxPython. Mitchell Timin -- "Many are stubborn in pursuit of the path they have chosen, few in
25
3337
by: BJörn Lindqvist | last post by:
See: http://www.wxpython.org/quotes.php. especially: "wxPython is the best and most mature cross-platform GUI toolkit, given a number of constraints. The only reason wxPython isn't the standard Python GUI toolkit is that Tkinter was there first." - Guido van Rossum Guess, that answers my question, but isn't "Tkinter was there first" a...
1
2557
by: timothy.williams | last post by:
I'm trying to install wxPython 2.5.3.1 using Python 2.3.2 on a Fedora 2 machine. I have python in a non-standard place, but I'm using --prefix with the configure script to point to where I have everything. The make install in $WXDIR seemed to go fine. I have the libxw* libraries in my lib/ directory libwx_base-2.5.so@ ...
25
4265
by: TPJ | last post by:
GUI's etc: PyGtk on Windows "(...) So if someone develops mainly for X and just wants to make sure that it is not impossible to run on Windows, you can use PyGTK. (...)", July 2nd, 1999 pyGTK on Windows "(...) > can i use pyGTK under > Windows???
13
6188
by: Clevo | last post by:
Hello, I want to check if user select one from the radiobox group. How can I get the radiobox actual value in javascript. In the value field I see the default value, but how can I know if it really was selected? Thanks! <input name="menu_order" id = "menu_order1" type="radio" value="1">one<br> <input name="menu_order" id =...
0
860
by: wei | last post by:
Hello All I want to add RadioBox control or DropDownList control to my login page, so the user can choose which database they want to use, but after I added RadioBox control, It shows me the name" xxx" does not exist in the current context. below is code protected void Login_Authenticate(object ..., Auth....) { string whichConnection; if(...
0
1651
by: Robin Dunn | last post by:
Announcing ---------- The 2.6.3.0 release of wxPython is now available for download at http://wxpython.org/download.php. There have been many enhancements and fixes implemented in this version, many of which are listed below and at http://wxpython.org/recentchanges.php. What is wxPython?
2
4237
by: crystalattice | last post by:
In my GUI app, I have a radio box allowing the user to pick his/her gender. When I click a button, I'd like the radio box to tell the program which choice is marked. I can get it to work when I manually pick a choice but I get an error when the choice is left at the default value, which is "Male". I have the radio box tied to an event to...
2
1798
by: krisvt | last post by:
Hi. I'm trying to make a PHP script that simply prints some stored information after the user has checked a radiobox and presses submit. Have been many years since I have done any of this so It's kinda lost. What would be the easiest soloution for printing information containing information about the subject the user selected in the...
0
7918
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8206
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7967
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3840
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2353
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1185
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.