Hi, i use mIRC 6.16 with WindowFX for make a nicklist with a dialog.
I have these in my remotes:

alias winfx { return $dll($mircdirdll\WindowFX.dll,$1,$2-) }
alias creanicklist { if (!$dialog(list $+ $1 $+ $2 $+ $3)) { .timer -m 1 50 winfx SetPadding $1 > 105 list | .dialog -m list $+ $1 $+ $2 $+ $3 nicklist | .timer -m 1 500 winfx SetChild $1 > $dialog(list $+ $1 $+ $2 $+ $3) } }
on *:JOIN:#: { if ($nick == $me) { creanicklist # $server $network } }

Well, when I join a channel, WindowFX.dll should be dock the dialog into the padding over the listbox of the channel. The padding was made, but the dialog is docked very very strange???(not over the listbox) confused
Someone can tell me where is my error, or if it is a bug of the dll?
Thanks in advance.

ps:
sorry for my english, i'm italian. crazy