mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Hello and greetings from Auschwitz,

I am not sure if this is actually a bug or not supported feature, it seems when having a huge submenu list then mouse scroll wheel doesn't trigger to scroll up/down when the mouse is focus on the submenu items list and the only way to view the hole list is to click on the black up/down arrows several times at the top/bottom of the list to view the other items and this is too annoying.

Example Code:

Code:
menu status {
  -
  Test List
  .$submenu($test_list($1))
  -
}

alias -l test_list {
  if ($istok(begin end,$1,32)) || ($1 > 50) { return - }

  return Test $1 $+ :noop
}


Image Preview:

- Thanks!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Jul 2014
Posts: 313
Pan-dimensional mouse
Offline
Pan-dimensional mouse
Joined: Jul 2014
Posts: 313
Maybe it will be changed in the next version, but that always worked like that.


TECO
irc.PTirc.org (Co-Admin)
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks for your bug report. As far as I know, this is a Windows UI limitation. Mouse wheel scrolling does not work in popup menus. I am not aware of a way to get around that.


Link Copied to Clipboard