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, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to