tetecohete
Technical User
Hi everyone,
I am new in the Brio world and now I am beginning to get familiar with it. I am trying the simplest thing - create an EIS.
I succeeded in creating a "Start" button, which when it is clicked, appears "You pressed this button". I know it is extremly easy, but I have to begin with something!
Now I have created 2 "Radio Button" which belog to the same group Option, in order to select A or B:
1st Radio Button
Groupname: Option
Name: A
Titel: A
2nd Radio Button
Groupname: Option
Name: B
Titel: B
My goal is: click, for instace, select radio button A and after clicking the Start button, get the following message: "you have selected option A"
The problem is that I am not able to do that.
The script is:
OnClick Button
Console.Writeln("You pressed start button");
Console.Writeln(option.Select());
It does not only work but also this radio button is always highlighted and there is no way to unselect it.
Thank you very much in advance.
Regards,
Tete
I am new in the Brio world and now I am beginning to get familiar with it. I am trying the simplest thing - create an EIS.
I succeeded in creating a "Start" button, which when it is clicked, appears "You pressed this button". I know it is extremly easy, but I have to begin with something!
Now I have created 2 "Radio Button" which belog to the same group Option, in order to select A or B:
1st Radio Button
Groupname: Option
Name: A
Titel: A
2nd Radio Button
Groupname: Option
Name: B
Titel: B
My goal is: click, for instace, select radio button A and after clicking the Start button, get the following message: "you have selected option A"
The problem is that I am not able to do that.
The script is:
OnClick Button
Console.Writeln("You pressed start button");
Console.Writeln(option.Select());
It does not only work but also this radio button is always highlighted and there is no way to unselect it.
Thank you very much in advance.
Regards,
Tete