[python-win32] SetCursor
Tim Roberts
timr at probo.com
Sat Jul 26 01:13:47 CEST 2008
Brian Parma wrote:
> Is this function working? When I try it using a default cursor
> (IDC_WAIT), the cursor changes only if the mouse is over the window,
> and even then if I move the mouse at all it reverts back immediately.
>
> I googled this problem a bit and only found one mailing list post on
> this problem, but there was no solution posted, is this a bug?
The first part of your question is just the way Windows is designed.
YOUR application is busy, but other applications are just fine. Why
should your cursor choice be foisted upon other applications?
As to the "reverts back immediately", do you have a runnable sample that
shows this?
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list