mIRC Home    About    Download    Register    News    Help

Print Thread
#48039 08/09/03 02:52 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Can you make it look like "popups" in a dialog? i trying to make a history channel box, and i want that to open up as a popup do in mirc on costum windows, but i cant figure out how to do that, i know about the "item" funktion, but i dont want to use that cos then the menu ends up wrong, i dont want it in the top of the dialog, i want it where i put it.. somone that have been doing this?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#48040 08/09/03 08:20 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
I think the closest is a drop-down box

Code:
[color:green]; in the dialog definition[/color]
combo id,x y w h,drop
[color:green] [/color]
[color:green]; in the dialog : init event[/color]
did -a $dname id option1
did -a $dname id option2
did -a $dname id option3
did -c $dname id N [color:green]; to focus on option number N[/color]



DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#48041 09/09/03 01:39 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Thnx.. i made it a combo wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#48042 09/09/03 01:46 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Quote:
; in the dialog : init event
did -a $dname id option1
did -a $dname id option2
did -a $dname id option3
Code:
didtok $dname ID 32 option1 option2 option3


Link Copied to Clipboard