ok saol şimdi ark böle bir problem oldu şimdi
bir dialog içinde 5 6 mesaj giriş kutusu 5 6 tane check atma yeri olunca ne yapacaz peki ?
nasıl bunları birbirinden ayırıcam
mesela şöle bişey
3 tane var bunda nasıl yapıcaz yönlenndirmeyi 3 de farklı işlem yapıcak
alias mesaj { if !$dialog(mesaj) { /dialog -m mesaj mesaj } }
dialog mesaj{
title "mesaj"
size 179 108 350 255
button "Mesaj girin", 1, 71 25 75 17
check "aç", 3, 37 23 35 13
check "aç", 4, 33 73 27 13
button "Mesaj Girin", 6, 73 71 75 17
check "aç", 7, 32 118 75 13
button "Mesaj Girin", 8, 71 118 75 17
button "&Hide", 10, 0 0 0 0, hide Ok
} |