New RADIOGROUP widget in LC 11
Paul - Livecode
paul at livecode.org
Wed Jul 8 21:58:50 EDT 2026
Hi Panos,
I tried to get LiveCode Create’s AI to write the code for me, it suggested a script with “hilitedIndexChanged”, so maybe that would be a good place to start, at least the AI should be correct then! :-)
Paul
AI script:
on hilitedIndexChanged pIndex
local tIndex, tOption
put the hilitedIndex of me into tIndex
put the content[tIndex] of me into tOption
Answer tOption
end hilitedIndexChanged
> On Jul 7, 2026, at 22:34, panagiotis merakos via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> Hello all,
>
> Currently no message is sent when a radio button of the Radio Group Widget
> is selected. We will look into adding one (probably "hiliteChanged")
> shortly.
>
> Kind regards,
> Panos
> --
>
> On Wed, 8 Jul 2026 at 05:30, Brian Milby via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
>> I don’t get that message.
>>
>> Docs don’t show any messages at all.
>>
>> Brian Milby
>> brian at milby7.com
>>
>>> On Jul 7, 2026, at 8:06 PM, Bob Sneidar via use-livecode <
>> use-livecode at lists.runrev.com> wrote:
>>>
>>> hiliteChanged
>>>
>>> Bob S
>>>
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list