The movecontrol doesn´t seem to resize the tab.
I use an alias to rezise a tab I have in a dialog, and all it does is clear the name of the tab and then put´s a mark over it, like something pulled it down or something. I am using mIRC 6.01 on Win me.
Here´s the code:
on *:dialog:away:*:*: {
if ($devent == init) { mdx.mark | if ($hr(away,lasttab)) { did -c $dname $ifmatch | awaytabupdate $ifmatch } }
elseif ($devent == sclick) { if ($regex($did,(2|14|28|48))) { $hw(away,lasttab) $did | awaytabupdate $did } }
}
alias -l awaytabupdate {
var %s = $iif($len($1) == 1,Options,$replace($1,14,Annouce,28,Pager,48,Logging)), %d away
dit %d Away - %s
if ($1 == 14) { dis %d -1 -1 362 501 | dimove %d 14
* 454 | dimove %d 8
472 * | dimove %d 51
472 * | ddir %d }
else { dis %d -1 -1 362 248 | dimove %d $1
* 207 | dimove %d 8
227 * | dimove %d 51
227 * | ddir %d }
}
The dimove and mdx.mark are not the problem. I have used them on other dialog and they work fine. My away dialog is a 4 tab dialog and every time I try to resize the tabs it doesn´t work

The dis and dit are just simple dialog comands.
Dis for diaog -s and dit for dialog -t
Please help me out, I really need to resize these tabs if I knew how to post a screenshot here I would, maybe it would make things easier to understand.