the a switch for the $input identifier does not work, it still uses the main mirc window for the parent, instead of the dialog. To see what i mean, load the code below into remotes and type "/dialog -m test test". the click on the dialog. Then click the main mirc window.

Code:
dialog test {
  option dbu
  size -1 -1 90 30
  button "test",1,5 5 80 20
}

on *:dialog:test:sclick:1:{
  var %t = $input(Does this work,a)
}


i am using WinXP Pro SP1 with mIRC 6.15