@ You wrote component ECScheme ...
 
No, I wrote it :-)
______________________________________________________________
Od: Vojtěch Čihák via Lazarus
Komu: Lazarus mailing list <[email protected]>
Datum: 03.10.2017 19:32
Předmět: Re: [Lazarus] Mousewheel events on TCustomControl

Hi,
 
your scrollbars are part of control? I mean, are they created via
  ShowScrollBar(Handle, SB_HORZ, True);
  ShowScrollBar(Handle, SB_VERT, True);  ?
 
You wrote component ECScheme, it is part of ECControls and I didn't use 
DoMouseWheelxxx methods at all. I use
  procedure WMHScroll(var Msg: TWMScroll); message WM_HSCROLL;
  procedure WMVScroll(var Msg: TWMScroll); message WM_VSCROLL;  
instead to update area and it works well.
 
V.
______________________________________________________________
> Od: Martok via Lazarus <[email protected]>
> Komu: [email protected]
> Datum: 03.10.2017 18:32
> Předmět: [Lazarus] Mousewheel events on TCustomControl
>



--
_______________________________________________
Lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus 
<https://lists.lazarus-ide.org/listinfo/lazarus>


----------

--
_______________________________________________
Lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus 
<https://lists.lazarus-ide.org/listinfo/lazarus>

-- 
_______________________________________________
Lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to