What's weird is that I can wheel scroll powerpro winhlp32 even when mousetrap is disabled, so I suspect your mouse driver isn't as capable as mine.
But with mousetrap enabled I can scroll winhlp32 faster, so there's definitely something for you to try here. Notice that these settings enable scrolling all sorts of windows, not just winhlp32. They scroll active or inactive (under the mouse) windows, horizontally or vertically. Give it a try. Hopefully it will work for you. Place these codes in mousetrap.ini right before section [IgnoreVKCodes. -- sgp ;-------BEGIN SNIP ------ ; --------------------------------------------------------------------------- ; MOUSEWHEEL SUPPORT LIKE KATMOUSE - LEFT/RIGHT - WINDOW UNDER EVEN NON-ACTIVE ;These mousetrap-entries scroll horizontally when within 30 pixels of ;window bottom, otherwise vertically. ;Archived-At: <http://permalink.gmane.org/gmane.comp.windows.power-pro/25093> ;20080205 further modified to support Alt-Tab mouse-wheel taskswitch, see ;next entry for info ;wheel1=0,0,0,ANY,MWU,ymouse - win.top(%chan%) > win.height(%chan%) - 30,,win.sendMessage(% chan%\, 0x114\, 0\, 0),1,1,0,0,0 ;wheel2=0,0,0,ANY,MWD,ymouse - win.top(%chan%) > win.height(%chan%) - 30,,win.sendMessage(% chan%\, 0x114\, 1\, 0),1,1,0,0,0 wheel1=0,0,0,ANY,MWU,(not mouseleft) && (win.width(%chan%) > win.clientwidth(%chan%)) && (ymouse - win.top(%chan%) > win.height(%chan%) - 30),,.scrollHor(%chan%\,0\,3),1,1,0,0,0 wheel2=0,0,0,ANY,MWD,(not mouseleft) && (win.width(%chan%) > win.clientwidth(%chan%)) && (ymouse - win.top(%chan%) > win.height(%chan%) - 30),,.scrollHor(%chan%\,1\, 3),1,1,0,0,0 wheel3=0,0,0,ANY,MWU,(not mouseleft),,Edit:scroll=#,1,1,0,0,0 wheel4=0,0,0,ANY,MWD,(not mouseleft),,Edit:scroll=#,1,1,0,0,0 ; --------------------------------------------------------------------------- ; --------------------------------------------------------------------------- ; MOUSEWHEEL SUPPORT LIKE KATMOUSE - UP/DOWN - WINDOW UNDER EVEN NON-ACTIVE ; Scrolls the window even if it is not in the foreground. ; sgp 20051011 - NOMOD=1 incompatible with ppro righthold+wheel taskswitch ; sgp 20051014 - modified for compatibility NOTE mouseleft -> left-wheel ; Archived-At: <http://permalink.gmane.org/gmane.comp.windows.power-pro/18569> ; NOTE: if left-wheel is changed in pproconf.pcf it must be changed here too ; --------------------------------------------------------------------------- ; 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 ; ; it's not an incompatibility issue. For example, if you need both ; MouseTrap's KATMOUSE feature and PP's Alt-Tab feature with ; Right-Wheel, then the following could the job (though I haven't tested): ; Sean ini=0,0,0,ANY,MWU,(not mouseleft),,Edit:scroll=#,0,1,1,0,0,, ini=0,0,0,ANY,MWD,(not mouseleft),,Edit:scroll=#,0,1,1,0,0,, ; --------------------------------------------------------------------------- ; [IgnoreVKCodes] ;---------- END ------------------------------------ Brother Gabriel-Marie wrote: > Hello all! > > Does anyone have the mousetrap code for scrolling in the winhelp > window of Powerpro Help? > I have tried all sorts of things to no avail. > Thanks! > > ini=0,0,0,ANY,MWU,,=winhlp32,Edit:scroll=@,1,0,0,0,0,, > ini=0,0,0,ANY,MWD,,=winhlp32,Edit:scroll=@,1,0,0,0,0,, >
