This is kind of a wierd question, but, is there a way that I can
click on a radio, and then a button by using something like:

Code:
/did -r nick_dialog
or
/did -a nick_dialog


I made a quick dialog to see if it was possible, please help if possible, thanks. and I will be posting here again, for more questions, lol, sorry!



Code:
dialog Nick_Dialog {
  title "Nicks/Chans"
  size -1 -1 109 106
  option dbu
  button "Add", 2, 48 21 37 12
  radio "Nicks", 3, 40 49 50 10, group
  radio "Chans", 4, 40 67 50 10
  box "Example Dialog", 1, 2 2 97 95
}

alias test dialog -m nick_dialog nick_Dialog

Last edited by Kurdish_Assass1n; 18/05/06 01:07 AM.