Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug: Mousewheel on ListBox
Message
From
13/01/2005 10:23:22
 
 
To
13/01/2005 05:16:37
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00976692
Message ID:
00976777
Views:
7
>On next code:
>
>Expected : scroll the listbox
>
>Observed : do none
>
>
>* Mousewheel
> LPARAMETERS nDirection, nShift, nXCoord, nYCoord
>NODEFAULT
>RETURN ListBox::MouseWheel(nDirection, nShift, nXCoord, nYCoord)
>
>

In general, calling an event method in VFP doesn't actually fire the event, just runs the method code.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform