mIRC Home    About    Download    Register    News    Help

Print Thread
#79263 14/04/04 08:57 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
alias oper {

dialog -m opers opers

}

dialog opers {
title "Identificador de Operadores de Red y Admins ---by Hulk-"
size -1 -1 226 129
option dbu
edit %nick, 1, 56 13 50 10 | set %nick %usuario1
text "Usuario ", 2, 9 14 25 8
box "Oper System", 3, 1 2 216 122
edit %contraseƱa, 4, 57 28 69 10, pass
text "ContraseƱa", 5, 8 29 35 8
button "Entrar", 6, 6 49 37 12, flat
button "Entrar ", 7, 6 61 37 12, flat
edit "", 8, 57 49 68 10
edit "", 9, 57 61 68 10
button "Aceptar", 10, 7 80 37 12
}

i have this dialog the part

edit %nick, 1, 56 13 50 10 | set %nick %usuario1 its no working


mess with the best
#79264 15/04/04 12:05 AM
Joined: Dec 2002
Posts: 208
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 208
well i dont do dialogs .. so i'm sure someoen with more knowledge can correct me and/or add aditional information which may help you

but one thing i do notice is that your trying to include code into a dialog table

thats a dialog table .. used by mIRC to construct the dialog .. its not an alias where you add in aditional commands wherever you wish

perhaps mIRC alows you to do that and i'm not aware of it, if so then i'm in error .. but i dont see an example in the help file where normal commands are included in the dialog table

i also find it strange that your useing varables in there like that .. but as long as u manage them correctly i guess it'll work *shrug*

u can always set the var in the code u used to open the dialog... ?

again .. i dont code dialogs .. so i may not be 100% accurate.

Cobra^

#79265 15/04/04 12:25 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
correct. smile


New username: hixxy
#79266 15/04/04 12:46 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
waste time i do it on mirc 6.03 and works fine

thnx


mess with the best

Link Copied to Clipboard