The most interesting thing is that this does not work even with normal dialog creation.
I decided to localize the reason and created a code like this, to check by running the alias "dtest":
Code
alias dtest { .dialog -md dtest dtest }
dialog dtest {
  title "dtest"
  size -1 -1 300 300
  option pixels
  list 1, 20 20 150 200
}
on *:DIALOG:dtest:sclick:1: .echo -a test: $devent

But this is doesn't work! Echo is silent. Although the reference book says that the "List" control element can work with the "sclick" and "dclick" events. Perhaps the root cause lies in this Bug.


🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples