mIRC Home    About    Download    Register    News    Help

Print Thread
#92744 04/08/04 03:41 AM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
why wont this script copy the info i put in, in my edit boxes!!!

dialog FileServer {
title "File Server"
size -1 -1 160 120
option dbu
tab "File Server", 1, -2 -2 159 119
text "Trigger", 2, 21 20 18 7, tab 1
button "DONE", 3, 30 102 37 12,ok, tab 1
button "CANCEL", 4, 79 102 37 12,cancel, tab 1
text "Fserve Directory", 5, 3 33 43 8, tab 1
text "Welcome File(Not Required)", 6, 0 49 67 8, tab 1
edit %input1, 8, 69 19 70 10, tab 1
edit %input2, 9, 69 33 69 10, tab 1
edit %input2, 10, 69 48 70 10, tab 1
}

if ($did == 3) {
%input1 = $did 8
%input2 = $did 9
%input3 = $did 10
}

if ($did == 4) {
did -r fileserver 8
did -r fileserver 9
did -r fileserver 10
}

#92745 04/08/04 04:05 AM
Joined: Apr 2004
Posts: 45
V
Ameglian cow
Offline
Ameglian cow
V
Joined: Apr 2004
Posts: 45
um, where do those if statements go? you can't just have them float in the middle of nothingness. I'd go with custom identifiers in this case, if you need to use if checks in your dialog table settings.

-Venoman


Link Copied to Clipboard