Broken Radio Box in 6.10.1 Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
AWhit
Earned a small fee
Earned a small fee
Posts: 23
Joined: Wed Jan 03, 2007 4:04 am
Location: Colorado, USA

Broken Radio Box in 6.10.1

Post by AWhit »

I put a radio box with 4 buttons on the screen and added a click function using the 'Events' panel in the Properties window. When I click on the buttons they visually do what I expect BUT the click function isn't called.

Instead, the click function is called by mouse events, seemingly any, including movement and mouse button clicks.

When I add a button with a click event that reads the selection of the radio box and changes the selection, the new button is activated, but the old one is not cleared.

Basically, the click event for the box is associated with the wrong event. I don't see how I could have possibly screwed this up because in this program I don't have any mouse events.

Anyone else able to use Radioboxes in 6.10.1?
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

version 6.10.1 of what??
AWhit
Earned a small fee
Earned a small fee
Posts: 23
Joined: Wed Jan 03, 2007 4:04 am
Location: Colorado, USA

Post by AWhit »

wxDev-C++ 6.10.1
metalogic
Super wx Problem Solver
Super wx Problem Solver
Posts: 307
Joined: Fri Oct 08, 2004 8:21 am
Location: Area 51
Contact:

Post by metalogic »

Try posting under the wxDev-C++ topic:
http://forums.wxwidgets.org/viewforum.php?f=28
AWhit
Earned a small fee
Earned a small fee
Posts: 23
Joined: Wed Jan 03, 2007 4:04 am
Location: Colorado, USA

Redirection

Post by AWhit »

Thank you for the redirection. I will repost it there.

Anyone else wanting to follow this thread will need to follow the link above.

A Whit.
Post Reply