> > I've tried this method to pass the event on to the databrowser control
> > directly, with no success. The browser does not scroll even when
[quoted text clipped - 9 lines]
> Enjoy,
> Richard.
Thanks for the suggestion. I have actually used that class for many
years now :-)
It works fine for PowerPlant views. The problem is that it does
obviously not find a LScroller on the LDatabrowser view so it does
nothing.
Then, as I wrote in the other mail, I tried SendEventToEventTarget if
DoScrollEvent did not find anything. This makes no difference..
Thanks
Kent
Richard Buckle - 30 Apr 2005 04:10 GMT
[snip]
> > Try my public domain class that adds scroll wheel support to PowerPlant:
> > <http://www.sailmaker.co.uk/progtools.html#CScrollWheelAttachment>.
[quoted text clipped - 11 lines]
> nothing.
> [snip]
Kent, YHM. CScrollWheelAttachment has been updated. The latest version
on my website (v1.2.3) *does* support LDataBrowser, courtesy of a
submission by James W Walker. It's controlled by an #ifdef, which is
off by default, merely because LDataBrowser.h is not part of the
standard PowerPlant install.
Share and enjoy,
Richard.