This is just test code for now, until i can put it into my real script
The problem i have is using Checkbox to enable and disable #groups

Code:
dialog gtest {
  title ""
  size -1 -1 107 60
  option dbu
  text "Group Checkbox Test", 1, 5 5 100 8, center
  check "Click here to turn on or off groups", 2, 5 18 100 10
  edit "", 3, 5 30 50 10, read center
  button "OK!", 4, 5 45 37 12, ok
}

on 1:dialog:gtest:sclick:2: {
  $iif($did(2).state == 0,set %check Off,set %check On) | did -r $dname 3
  did -a $dname 3 %check
  $iif(%check == On, .enable [color:red]#gtest[/color])
}
[color:red]#gtest on
ON *:DIALOG:gtest:sclick:2 {
  echo -a Test
}
[color:green];What goes here ?, this is where  my problem lies i think[/color]
#gtest end
[/color] 


The above code works, in that it will say On or Off in the edit box, but wont enable the group
maybe i got something wrong.

I did take the checkbox code from an old script of mine to be used for timers and that works
but this is the first time for #groups.

Also is it possible to pull the #groups enable/disable from an external .mrc file ?
For example, i use the above code but the groups are in another mirc script file

Or will i have to put my groups into the script i have the checkbox's in ?
which i dont wanna do if i dont have to.

Can somebody help me in nice easy to understand code please ?, bear in mind i have re-read the help file,
seacrhed the forums, i have other groups in scripts that do work, but only if i type /enable or /disable
this is a first for me with checkboxes and groups.

Thanks in advance

ShadowDemon
mIRC V6.15


Never argue with an idiot...they'll drag you down to their level and beat you up with experience