OS X and multiple wxRB_GROUP

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
User avatar
rocrail
Super wx Problem Solver
Super wx Problem Solver
Posts: 293
Joined: Fri Oct 02, 2009 2:02 pm
Contact:

OS X and multiple wxRB_GROUP

Post by rocrail »

Hi,

I have a dialog with multiple radio button groups which works perfectly under Linux and Windows but under Mac OS X a selection in the next button group will unselect the previous button group.
http://wiki.rocrail.net/doku.php?id=can-gca2-en#setup
http://bazaar.launchpad.net/~rocrail-pr ... dlggen.cpp

I'm using wxWidgets 2.9.4 and did try also 2.9.5 with the same result.

The Windows and Linux binaries are build with 2.8.x; For Mac OS X 64 bit I must use 2.9.x.

Is it a known bug or must I define the multiple button groups in another way?

Best regards,
Rob Versluis
http://www.rocrail.net
Best regards,
Rob.
https://wiki.rocrail.net
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: OS X and multiple wxRB_GROUP

Post by doublemax »

Too much code to read. Check if it happens in the "dialogs" sample.
Menu -> Dialogs -> Standard Button Sizer Dialog

If it happens there, please open a bug report at http://trac.wxwidgets.org/

If not, you can compare its code to yours.
Use the source, Luke!
User avatar
rocrail
Super wx Problem Solver
Super wx Problem Solver
Posts: 293
Joined: Fri Oct 02, 2009 2:02 pm
Contact:

Re: OS X and multiple wxRB_GROUP

Post by rocrail »

OK, it happens with the sample too.
See the attached screenshots.
Attachments
Screen Shot 2013-01-12 at 22.12.11.png
Screen Shot 2013-01-12 at 22.12.00.png
Best regards,
Rob.
https://wiki.rocrail.net
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: OS X and multiple wxRB_GROUP

Post by doublemax »

Then it's clearly a bug in the library. Please file a bug report at http://trac.wxwidgets.org/
Use the source, Luke!
User avatar
rocrail
Super wx Problem Solver
Super wx Problem Solver
Posts: 293
Joined: Fri Oct 02, 2009 2:02 pm
Contact:

Re: OS X and multiple wxRB_GROUP

Post by rocrail »

Best regards,
Rob.
https://wiki.rocrail.net
Post Reply