On Fri, 4 Jan 2008 14:30:57 +0000 Simon Garrett <simong...@ukhome.net> wrote:
SG> Is it possible to change the text colour of a RadioBox,
SG> programatically?
My guess would be that it isn't under Mac. What you do should be enough to
change it under the other platforms (e.g. MSW) so if it doesn't work under
Mac, it must be because either it's not implemented in wxMac or it's not
supported by the native radio box at all.
Regards,
VZ
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-discuss-...@lists.wxwidgets.org
For additional commands, e-mail: wx-disc...@lists.wxwidgets.org
On Fri, 4 Jan 2008 16:14:02 +0000 Simon Garrett <simong...@ukhome.net> wrote:
SG> I had hoped to get a different reply, but at least I have a
SG> definitive answer now -- after all, I think I saw your name at the
SG> top of radiobox.cpp?
No, I really don't know this code and my guess was just this -- a guess. I
did look at the code now (mainly to correct the header comment, but in fact
I don't see my name there so there is nothing to correct) and it seems that
maybe it's wxMac deficiency after all: if you can change the colour of an
individual wxRadioButton, it should be possible to do it for the wxRadioBox
buttons too (rather easily). Let me know if you manage to do this (you can
just run the widgets sample under Mac and use the menu commands on the
radio button page).
[this seems to be wrong list for this kind of questions, you'll find manymore participants on wx-users, this list is for (non technical)discussions of wx itself rather than about how to use it]
On Fri, 4 Jan 2008 14:30:57 +0000 Simon Garrett <simong...@ukhome.net> wrote:SG> Is it possible to change the text colour of a RadioBox,SG> programatically?My guess would be that it isn't under Mac. What you do should be enough tochange it under the other platforms (e.g. MSW) so if it doesn't work underMac, it must be because either it's not implemented in wxMac or it's notsupported by the native radio box at all.