disconnect : on 1:disconnect: { if (!$dialog(tabla)) dialog -m tabla tabla scon -at1 did -r tabla 1 $!serverip $chr(9) $!server $chr(9) $!port $chr(9) # ? }
join : on 1:connect: { if (!$dialog(tabla)) dialog -m tabla tabla scon -at1 did -a tabla 1 $!serverip $chr(9) $!server $chr(9) $!port $chr(9) # ? }
usually works fine , but i don what happen
when i conect to a server the new server has show in the list but when i want close it there is a problem , they close the entire list
The -r switch erases the entire listbox. For removing just specific lines you should first get that line's number and then, using /did -d <dname> <Id> <line number>, removing the line(s) you want.
Hope this can help Zyzzyx.
"All we are saying is give peace a chance" -- John Lennon