mIRC Home    About    Download    Register    News    Help

Print Thread
#16445 22/03/03 05:49 PM
Joined: Feb 2003
Posts: 282
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
I'm creating a Dialog which contains a combo. I already wrote it, and it works, but I have few questions:

1) Can I add the line of the combo from a text files without useing a while loop (it scans the file from the first line to the last, and add it one by one)?

2) After I created the combo with the lines, the user can choose which option suites for him te best. I want that if he doesn't select anything, there will be a DEFAULT option that will be shown in the combo. (Right now, the user see an empty line, and when he clicks on the combo he sees all the options) .


Thanks in advanced

#16446 23/03/03 01:27 AM
Joined: Dec 2002
Posts: 40
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
1. /loadbuf
2. on *:dialog:name:init:*:did -c name id #


Link Copied to Clipboard