Link to home
Start Free TrialLog in
Avatar of RalphSCoffin
RalphSCoffin

asked on

RadioGroup text visibility

I have a Radiogroup for which visible is initially false.  When I set
visible to true during execution, the Radiogroup box appears, but
the text is missing.  The same thing happens if I use hide and show.
If I set visible initially to true, the text is there.  
Avatar of shaneholmes
shaneholmes

Hi, is this a standard TRadioGroup , or a third party?
Is this a standard TRadiogroup or a thirdparty?

Did you try things such as   RadioGroup1.Invalidate;  or repaint?

Or something as simple as processing the application messages

Appliaction.ProcessMessages;

You would do this after each show/hide,   or visibility change


sholmes
Avatar of RalphSCoffin

ASKER

Standard RadioGroup.  I have an almost identical RadioGroup on
another form that works.  So I copied the working RadioGroup from
the working form and pasted in place of the RadioGroup that
doesn't work and the problem persists.  I've been careful to put
the RadioGroup on the form so that it isn't inside some other
item on the form.  This is insane.  
ASKER CERTIFIED SOLUTION
Avatar of shaneholmes
shaneholmes

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try Radiogroup1.Update