mIRC Home    About    Download    Register    News    Help

Print Thread
#34603 07/07/03 10:51 AM
Joined: Mar 2003
Posts: 63
N
NiCk2 Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Mar 2003
Posts: 63
Is it possible to have a different menu, one for the window itself and another for the side listbox ? I went through the help file for menus and @windows but it seems as if the menu is unique. Am I mistaken ?
Thanks in advance for any help smile

#34604 07/07/03 10:57 AM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
u can check if your mouse is on a listbox with $mouse.lb identifier
so for example u can do this:
menu @window {
$iif($mouse.lb,listbox):echo -a listbox
$iif(!$mouse.lb,window):echo -a window
}


Link Copied to Clipboard