Page 1 of 1

ItemIndex is always -1

PostPosted: 29 Jun 2013 13:01
by ICampbell
I have a feeling that I must be doing something wrong here. I'm trying to use a JQRadioGroupEx with 7 items: 0 'Sun', 1 'Mon', 2 'Tue', 3 'Wed'... 6 'Sat'.
When I click on any item and then test ItemIndex in the OnClick event handler it is always -1. I get the same behavior with OnChange.

I am using 1.6.0.2592 with IW14.0.12 and XE4 on Win7(64).

What am I doing wrong?

Ian

Re: ItemIndex is always -1

PostPosted: 29 Jun 2013 15:09
by Jorge Sousa
Hi Ian

You always have to set property Item.Value

Best Regards

cgdevtools