Paradox Community

Items in pnews.paradox-client_server

Subject:Re: Performance Issue Mouse
Date:26 Apr 2018 07:36:49 -0400
From:"Thies Grimm" <thies.grimm@t-online.de>
Newsgroups:pnews.paradox-client_server

Hi Leslie,

very nice idea, but doesn't work.

As Workaround I use something like this (moving the mouse off the Desktop):

pntMouse = getMouseScreenPosition()
setMouseScreenPosition(-10,-10) 

... doing my SQL-Jobs ... 
 
setMouseScreenPosition(pntMouse)


The disadvantage is that there is no mouse at all during the SQL-Jobs, but
as long as the user doesn't move the mouse back it is fast - much faster.
On the Notebook 10 times faster!

I would love to get any idea how to solve that issue in a better way.

Thies



Leslie <"ViaThe List"@NOSPAM.com> wrote:
>Try SetCapture() and ReleaseCapture()
>
>On 25/04/2018 12:45 AM, Thies Grimm wrote:
>> Hi,
>> How can I stop the mouse flickering during SQL-jobs.
>> When I move the mouse out of the paradox-window the action is almost two
>> times faster!
>> SetMouseShape(NoMouse, True) doesn’t work either delayScreenUpdates.
>>
>> Thies
>>
>
>---
>This email has been checked for viruses by AVG.
>http://www.avg.com
>


Copyright © 2004 thedbcommunity.com