mIRC Homepage
Posted By: jacksparrow2 Help - 14/04/04 08:57 PM
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
Posted By: Cobra Re: Help - 15/04/04 12:05 AM
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^
Posted By: tidy_trax Re: Help - 15/04/04 12:25 AM
correct. smile
Posted By: jacksparrow2 Re: Help - 15/04/04 12:46 AM
waste time i do it on mirc 6.03 and works fine

thnx
© mIRC Discussion Forums