mIRC Home    About    Download    Register    News    Help

Print Thread
#65496 27/12/03 01:16 AM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
all right i am getting really annoyed with this beacuse i cant figur out how to make this work right but what im trying to do is when u sclick your custom menu on the top w/ all your speacil commands and stuff well instead of showing commands and submenus i just want it to do one command activateing a dll this is what i got so far:

Code:
menu menubar {
  $menu1:$menu1
}
alias menu1 { dll $mpopup MPopup commands > 40 10 left top left }


when i do this nothing happens... any ideas on how to make this porperly work?
=/


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
when i do this with an echo it works fine but if i have a /dll in it, it doesnt work any idea why?


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Oct 2003
Posts: 50
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2003
Posts: 50
I think this works:
Code:
menu menubar { sclick { menu1 } }
alias menu1 { dll $mpopup MPopup commands > 40 10 left top left }

Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
nope it didnt work =-/ this is starting to bug me beacuse im finding ppl who "say" that this works for them


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Jan 2003
Posts: 98
T
Babel fish
Offline
Babel fish
T
Joined: Jan 2003
Posts: 98
read the file included with the dll

most likely u'd have to make the menu before you can display it
so for example, create the menu when ur script loads, and then display it when an event occurs

Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
well it doesnt really mater any more i just droped the idea i will wait tell i can figur out a better way to do this
=/


Need amazing web design for low price: http://www.matrixn3t.net

Link Copied to Clipboard