mIRC Home    About    Download    Register    News    Help

Print Thread
#92184 29/07/04 10:38 PM
Joined: Jul 2004
Posts: 169
S
ShinZon Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
i have this dialog made today:

alias identify {
dialog -m identify identify
}

dialog identify {
title "Service Login"
size -1 -1 180 161
option dbu
text "Auto Identify:", 1, 3 5 35 8
text "Service(s):", 2, 4 22 26 8
list 3, 4 56 172 82, size extsel
radio "On", 4, 42 4 17 10
radio "Off", 5, 63 4 18 10
radio "NickServ", 6, 41 21 31 10
radio "Q (QuakeNet)", 7, 41 31 43 10
radio "X (UnderNet)", 8, 41 42 41 10
button "Add", 9, 4 145 37 11, ok flat
button "Close", 10, 94 145 36 12, cancel flat
button "Help", 11, 139 145 36 12, flat
button "Remove", 12, 49 145 36 11, flat
}

my question is if i set

%network Network
%Nickname nickname
%password password

how to input them into this list box on proper places ?
just basic case, coz i never used mdx and dunno how to code in it.

#92185 30/07/04 12:55 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
I'm assuming that you've already created the listview in the dialog's init event, so I'll go straight to adding the text.

You add the text the same as you would with any other dialog control, by using the /did -a command.
/did -a identify 3 %nickname $chr(9) $+ %network $chr(9) $+ %password
The $chr(9) (tab) seperates the text adding it to each column.

#92186 30/07/04 01:05 AM
Joined: Jul 2004
Posts: 169
S
ShinZon Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
no i have no code at all, i only made mdx dialog

it worked, but if i would use ADD button with dialog input it will only add on 1st line of list information, and since this "should" be auto-ident dialog it should on each "add" put in new line new info

any ideas how to do it?

(have in mind that i dunno to do it with normal dialogs and i dunno ANYTHING about mdx coding) smirk

Last edited by ShinZon; 30/07/04 02:47 AM.
#92187 31/07/04 01:58 AM
Joined: Jul 2004
Posts: 169
S
ShinZon Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
anyone ?


Link Copied to Clipboard