Tuesday, May 27, 2014

Creating Radio Button dialog box using Wise Scripts


item: Radio Button Dialog
  Variable=HAR
  Title=OPTION
  Description=Please select the option
  Radio Button=Test1
  Radio Button=Test2
  Radio Button=
end


item: If/While Statement
  Variable=HAR
  Value=A
  Flags=00000100
end
item: End Block
end
item: If/While Statement
  Variable=HAR
  Value=B
  Flags=00000100
end
item: End Block
end


Note: Copy the highlighted content to notepad and change to .wse format and use it

No comments:

Post a Comment