About Radio buttons

287 views
Skip to first unread message

maybeg...@gmail.com

unread,
Feb 11, 2014, 3:49:23 PM2/11/14
to suppor...@runmyprocess.com
Hi

I'm just wondering I'm trying to make some widget active or visible, when an element is chosen in a radio button widget. So how could I create a script a make other widget visible or active (which variable should I use)?.


Thanks in advance.

A file is attached to explain this.

Radio buttons conditional.PNG

Pray Desai

unread,
Aug 28, 2014, 1:00:38 AM8/28/14
to
Hi,

You can create a new invisible javascript widget below the radio button widget.
Write the value variable of radio button widget in the "Listen to variables" field of the javascript widget properties. Then you can write a script in this widget :

var r = "[[radio_value_variable_name]]";
if (r=="National") {
id_some_widget.setVisible(true);
}
else {
id_some_widget.setVisible(false);
}

You need to keep default visibility unchecked for the id_some_widget that needs to be made visible.


Regards,
Pray Desai,
Fujitsu RunMyProcess,


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/9aee64f3-637c-401f-b06f-c3380a872847%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.



--
Thanks,
Pray Desai
Solutions Architect, Global Software Center
 Fujitsu RunMyProcess      

maybeg...@gmail.com

unread,
Feb 11, 2014, 5:18:49 PM2/11/14
to suppor...@runmyprocess.com, maybeg...@gmail.com
Hi Pray Desai.

Thank you for your answer.

I'll prove it and I'll inform you about the result.

att:
Nes

Reply all
Reply to author
Forward
0 new messages