> Anything running from timers or scheduled events? > omg, i should have found that earlier.
The culprit is mousetrap plugin. Scheduler runs MouseTrap.Enable(1,0) at ppro startup (you can't imagine how many times i checked scheduler !!!). If i close and open ppro 2 or 3 times, for some reason mousetrap is not enabled. I only use "KatMouse" functionality from mousetrap, so it was not easy to realize that this was not any more working. The following lines cause the beep: ; MOUSEWHEEL SUPPORT LIKE KATMOUSE ; Scrolls the window even if it is not in the foreground. ; Use the system mousewheel setting ;ini=0,0,0,ANY,MWU,,,Edit:scroll=#,0,1,1,0,0,, --> must set EAT and NOMOD to 1 ;ini=0,0,0,ANY,MWD,,,Edit:scroll=#,0,1,1,0,0,, --> must set EAT and NOMOD to 1 doh! I tried #, *, Event:MWU all of which do not work properly. Only # works okay, but causes the beep problem. Any idea?
