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 
> <[email protected]> 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 <
> [email protected]> wrote:
> 
>> I don’t get that message.
>> 
>> Docs don’t show any messages at all.
>> 
>> Brian Milby
>> [email protected]
>> 
>>> On Jul 7, 2026, at 8:06 PM, Bob Sneidar via use-livecode <
>> [email protected]> wrote:
>>> 
>>> hiliteChanged
>>> 
>>> Bob S
>>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> [email protected]
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to