Hi,
I have a simple (but strange) issue. I created 2 RadioButtons like this:
RadioButton active = new RadioButton("status", "Active");
RadioButton inactive = new RadioButton("status", "Inactive");
and added them to a VerticalPanel and then into a cell in a FlexTable.
However, the only thing that shows up is the actual radio button and not
the text. Do I need to do anything different to have the text show?
I am using GWT 1.5.3 on OS X.
Thanks for any help - I've been beating my head against the wall trying
to figure it out and can't seem to.
John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---