design of radio-button choice

Chipp Walters chipp at chipp.com
Fri Aug 5 01:31:07 EDT 2005


Charles,

You can also put a mouseUp handler in a group:

on mouseUp
   put the hiliteButton of me into tButtonNumber
   --> OR
   put the hilitedButtonName of me into tButtonName
   -> OR
   put the hilitedButtonID of me into tButtonID
end mouseUp




More information about the use-livecode mailing list