Actions
Bug #3636
closed/did -r DIALOG ID is crashing when ID is listbox
Start date:
07/26/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
There is an crash in AdiIRC 2.9 2017/07/25 beta, here is a code to reproduce the crash.
Example Code:
dialog example10 {
title "testing dialog"
size -1 -1 233 208
option dbu disable
button "Close this window", 2, 61 91 117 16, ok default
list 3, 4 30 99 47, tab 1 size vsbar disable
}
ON *:DIALOG:example10:*:*: {
if ($devent == init) { .timer[SETUP] -ho 1 1000 example10_setup }
}
alias example10_setup {
var %d = example10
did -r %d 3
}
- Thanks!
Actions