Re: [Ann:] MEditor 2.0.3 release

new topic     » goto parent     » topic index » view thread      » older message » newer message

If you want to get the system default for mouse scroll-lines, use 
SystemParametersInfo with SPI_GETWHEELSCROLLLINES:

SPI_GETWHEELSCROLLLINES is equal to #0068. (Not supported on Win95, though)

BOOL SystemParametersInfo(
  UINT uiAction,  // system parameter to retrieve or set
  UINT uiParam,   // depends on action to be taken
  PVOID pvParam,  // depends on action to be taken
  UINT fWinIni    // user profile update option
);

uiAction should be SPI_GETWHEELSCROLLLINES; uiParam should be zero; pvParam 
points to a UINT; and fWinIni is un-needed and should probably be zero as 
well.

>From: "C. K. Lester" <cklester at yahoo.com>
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: Re: [Ann:] MEditor 2.0.3 release
>Date: Thu, 29 May 2003 10:00:04 -0500
>
>
>Pete,
>
> > PS Can someone with a mouse wheel check whether it now works?
>
>It works, but can I make a suggestion?
>
>Scrolling my mouse scrolls three lines (probably the default standard
>scrolling). Instead of having it smoothly scroll all three lines, can you
>make it jump to that final position? Either that, or make the scroll move
>many times faster than it does now. I wouldn't want to scroll through a 
>long
>document the way it works now.
>
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu