I want to give a radio button initial focus, which I can't.
I have a (T4) Form component including a
RadioGroup including Radio buttons. The first Radio
is meant to get initial focus.
The form gives initial focus to the first PropertySelection or
TextField. RadioGroup implements
protected boolean getCanTakeFocus()
{
return false;
}
I found a dirty&incomplete way of solving this; can anybody
give insight why a radio button is not meant to be given focus ?
Sincerely,
Paul Ivancsics
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]