mIRC Home    About    Download    Register    News    Help

Print Thread
#91946 27/07/04 06:39 PM
Joined: Jul 2003
Posts: 19
R
Pikka bird
OP Offline
Pikka bird
R
Joined: Jul 2003
Posts: 19
i just wanted to ask why when a menu contains options the rclick event doen' t trigger... for example:

menu @test {
rclick: echo -s right-clicked in $active
}

the above works fine, but:

menu @test {
rclick: echo -s right-clicked in $active
Main menu
.submenu 1: echo -s 1
.submenu 2: echo -s 2
.submenu 3: echo -s 4
}

only opens the menu but the rclick event does not trigger (all other events work fine)... is this a bug?

PS: i' ve checked this only with picwins but i think it' s the same for non-picwin too...


"Three words of destruction: Shun-Goku-Satsu"
#91947 27/07/04 08:18 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
There's another bug kinda related to this:

Code:
menu @t {
  rclick:{ echo -s rclick in $active ( $+ $mouse.x $+ / $+ $mouse.y $+ ) }
}
menu @t {
  rclick2: echo -s clicked rclick2 in $active 
}


Then /window -p @t and right click in the window, the following appears in the status window: * /2:: not connected to server


New username: hixxy

Link Copied to Clipboard