Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Mouse Pointer Bug?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Mouse Pointer Bug?

 Post Reply Post Reply
Author
Message
oyalhi View Drop Down
Newbie
Newbie
Avatar

Joined: 27 January 2005
Location: Turkey
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote oyalhi Quote  Post ReplyReply Direct Link To This Post Topic: Mouse Pointer Bug?
    Posted: 27 January 2005 at 1:58am

I have some panes in my app, kind a looks like outlook.  Now when the user clicks and generates the wndReportControl_SelectionChanged event, I do something that takes some time.  Therefore, I set Screen.MousePointer = vbHourglass.  The mouse pointer however does not change.  I use doevents before and after changing the mouse but that does not help either.

I move the cursor to the caption of the main form and change selection using the keyboard, now I can see that mouse pointer changes to hourglass.

Summary: The mouse pointer does not change when the mouse is over CodeJock ActiveX controls.

How do I fix this?  Or am I doing something wrong?

Thank you, Omer

Back to Top
Flamer View Drop Down
Newbie
Newbie
Avatar

Joined: 15 January 2005
Location: Netherlands
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Flamer Quote  Post ReplyReply Direct Link To This Post Posted: 27 January 2005 at 3:05am

Futhermore, when the system is really busy an Hourglass mousepointer WILL appear...

Will the use of an windows API help? I haven't tried yet...

 

Back to Top
oyalhi View Drop Down
Newbie
Newbie
Avatar

Joined: 27 January 2005
Location: Turkey
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote oyalhi Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2005 at 10:42am

It has been 2 weeks since my post and I get no answer whatsoever from support.  Is this the price we pay on top of already expensive OCX controls?  Please advise about the mouse problem.

Thanks & regards,

Omer

Back to Top
gshawn View Drop Down
Senior Member
Senior Member


Joined: 04 October 2004
Status: Offline
Points: 227
Post Options Post Options   Thanks (0) Thanks(0)   Quote gshawn Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2005 at 12:35pm

Omer, have you tried logging an issue through IssueTrack? Even though the forums are monitored by CodeJock, they are not the primary method of providing support.

https://www.codejock.com/support/index.asp

This will allow you to open a support ticket... I've had pretty good luck getting support through there. Good luck.



Edited by gshawn
Back to Top
oyalhi View Drop Down
Newbie
Newbie
Avatar

Joined: 27 January 2005
Location: Turkey
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote oyalhi Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2005 at 2:41am
Thank you GSHawn, I'll give it a shot.
Back to Top
steve9999 View Drop Down
Newbie
Newbie


Joined: 25 April 2005
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote steve9999 Quote  Post ReplyReply Direct Link To This Post Posted: 25 April 2005 at 12:06pm
Originally posted by oyalhi oyalhi wrote:

I have some panes in my app, kind a looks like outlook.  Now when the user clicks and generates the wndReportControl_SelectionChanged event, I do something that takes some time.  Therefore, I set <FONT face="Courier New, Courier, mono" color=#000099>Screen.MousePointer = vbHourglass.  The mouse pointer however does not change.  I use doevents before and after changing the mouse but that does not help either.


I move the cursor to the caption of the main form and change selection using the keyboard, now I can see that mouse pointer changes to hourglass.


Summary: The mouse pointer does not change when the mouse is over CodeJock ActiveX controls.


How do I fix this?  Or am I doing something wrong?


Thank you, Omer

Back to Top
steve9999 View Drop Down
Newbie
Newbie


Joined: 25 April 2005
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote steve9999 Quote  Post ReplyReply Direct Link To This Post Posted: 25 April 2005 at 12:07pm
have you found a solution on the mouse problem ? i wonder nobody else has posted complaints !!
Back to Top
oyalhi View Drop Down
Newbie
Newbie
Avatar

Joined: 27 January 2005
Location: Turkey
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote oyalhi Quote  Post ReplyReply Direct Link To This Post Posted: 25 April 2005 at 3:00pm

I opened a log in IssueTrack and have told that it is windows DLL problem, not specific to the CodeJock software.  There are no solutions as of now.

Regards, Omer

Back to Top
Maui View Drop Down
Groupie
Groupie


Joined: 10 June 2004
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maui Quote  Post ReplyReply Direct Link To This Post Posted: 29 April 2005 at 3:32pm

"A windows DLL problem" hahahahaha  What a crock.

The mouse pointer problem has been going on for as long as I can remember.

It is hard coded inside the codejock controls to change the mousepointer to the default arrow whenever you move your mouse over the control.

You can test this by making an empty form. Add any of the vb controls you like as well as a codejock control eg the report grid. In the form_load sub put some code like Me.MousePointer = 12 to change the pointer to something else. Then run the code.
You will see that over the form and all the other controls the mouse pointer will be whatever you set it to (in this case the 12 cursor vbnodrop)  but when you move it over the grid the cursor reverts to the default arrow.

They dont even change it to a hand (pointer) when it is over one of their own hyperlinks (see popup control)

I would go back and ask again if I were you.

 

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.