[Lazarus] Radiogroup not updating clicked button when in non-visible TPageControl tab
Anthony Tekatch
anthony at unihedron.com
Sat Sep 13 20:35:50 CEST 2014
On Sat, 13 Sep 2014 16:37:21 +0200, zeljko <zeljko at holobit.net> wrote:
> On 09/13/2014 01:38 PM, Anthony Tekatch wrote:
> > Hello,
> >
> > I have a RadioGroup located on a PageControl tab that is sometimes
> > made invisible. If I update that RadioGroup ItemIndex
> > programmatically when that tab is invisible, then later make the tab
> > visible and click on a previously clicked (but not selected) radio
> > button ... there is no OnSelectionChanged (and also OnClick) event
> > produced.
> >
> > I submitted bug 0026714 which includes a test application:
> > http://bugs.freepascal.org/view.php?id=26714
> >
> > I am wondering if there is a simple workaround for this behavior, or
> > is it an actual bug?
>
> Issue is fixed (you can use lazarus trunk or wait for 1.2.6).
>
> zeljko
Your fixed worked well. Thank you very much!
More information about the Lazarus
mailing list