Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:active:*:if $regex($window($active).type,/^(channel|custom|status)$/) { if $dialog(test) { dialog -x test } } | elseif $regex($window($active).type,/^(query)$/) && !$dialog(test) { dialog -m test test }
dialog test {
title "mIRC"
size 500 550 110 100
option dbu
tab "m", 1, 5 5 100 90
tab "I", 2
tab "R", 3
tab "C", 4
button "m is for ... ;)", 11, 30 50 50 24, ok tab 1
button "I is for Internet", 12, 30 50 50 24, tab 2
button "R is for Relay", 13, 30 50 50 24, tab 3
button "C is for Chat", 14, 30 50 50 24, tab 4
}
Yukarıdaki örnekte olduğu gibi içeriğini kendine göre düzenleyebilirsin.
Dialogun pozisyonunu soldan
500 , yukarıdan
550 aşağıdadır.
İyi forumlar dilerim...