mIRC Homepage
Posted By: Mail Dialog Assistance. - 24/01/06 11:51 PM
I am making a dialog using check or radio. What I am wanting to do is, After closing the dialog, I want the boxes that were previously checked to show once the dialog is reopened. I am just not sure how to make this happen. Any assistance in this matter would be greatly appreciated.
Posted By: Skeletor Re: Dialog Assistance. - 25/01/06 12:01 AM
post some of the code then so we can assist you...

You need a group so it will remain checked...

Code:
 on *:Dialog:testing:init:0: {
  if ($group(#test) == on) { did -c $dname 2 }

} 
Posted By: Mail Re: Dialog Assistance. - 25/01/06 12:15 AM
Your example was fine Skeletor. That was alot of help. Thanks.
Posted By: Skeletor Re: Dialog Assistance. - 25/01/06 12:18 AM
No worries smile
© mIRC Discussion Forums