cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Efeldiades
Level 2

someone please Replay

I work for a company which creates a game and they ask me to
to create something like this.

The user to see on a Dialog Form 10 Radio Buttons which are attached to 10
Features and when the user click on one of Radio Buttons the other 9 Features not be installed.

For Example :

User click on Radio Buttons1 , the Features attached on the other 9 not be installed
when the user click on Radio Buttons2,Features attached on Radio Buttons 1,3,4,5,6,7,8,9,10 not be installed.

My questions are :

How to attached a Features to a Radio Buttons

and

How to make,like "if statement" :

If Radio Buttons1 Selected Then
Radio Buttons2 not installed
Radio Buttons3 not installed
Radio Buttons4 not installed
Radio Buttons5 not installed
Radio Buttons6 not installed
Radio Buttons7 not installed
Radio Buttons8 not installed
Radio Buttons9 not installed
Radio Buttons10 not installed

EndIf

something like this

please answer my job depends on it
Labels (1)
0 Kudos
(1) Reply
Johannes_T
Level 6

Hey,
as far as I know, you have to build a custom dialog to display 10 options at the same time. Perhaps, if 9 options are enough, you can use AskOptions.

After an user selects one option, you can select the feature you want by calling FeatureSelectItem.

I think this is a good starting point.
Ask if you have any problems.

Greetings
Johannes
0 Kudos