Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » loose mouse cursor in CExtPageNavigatorWnd Collapse All
Subject Author Date
Borremans Pierre Oct 9, 2009 - 2:21 AM

I use a CExtPageNavigatorWnd in a CExtControlBar. All is correct but when I go over the button to change the pane, I lost the mouse cursor. What can I do to recover the mouse cursor ?

Technical Support Oct 10, 2009 - 5:08 AM

First of all, please check all the invocations of the SetCursor() API in your project. Prof-UIS never sets empty cursors and nobody reported such problems yet.
Second, please check all the invocations of the SetCursorPos() API in your project. Probably something moves cursor programmatically far outside the page navigator in your application. Only the splitter control in Prof-UIS changes the cursor position but we are sure it’s OK and splitters are not used by resizable control bar and page navigator control.
Third, check this problem on several computers. It’s always possible you are using some system wide hook based software which affects to this problem.