iLogic Radio box Cancel "x" Button detection

iLogic Radio box Cancel "x" Button detection

james.johnston.2
Explorer Explorer
184 Views
1 Reply
Message 1 of 2

iLogic Radio box Cancel "x" Button detection

james.johnston.2
Explorer
Explorer

How do I detect when the "x" button is pressed on a radio box? 

 

DesignMethod1 = InputRadioBox("Select Design Method", "Pipe Diameter", "Flow Rate", True, Title:="Design Method")	

 

0 Likes
185 Views
1 Reply
Reply (1)
Message 2 of 2

A.Acheson
Mentor
Mentor

Hi @james.johnston.2 

There seems to be no method to handle that return value if the close button is pressed so you will always receive a return value of boolean type.  See help page 

Return Value

Type: Boolean
True if the first option was selected. False otherwise.

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes