Mouse Pointer Bug? |
Post Reply |
Author | |
oyalhi
Newbie Joined: 27 January 2005 Location: Turkey Status: Offline Points: 14 |
Post Options
Thanks(0)
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 |
|
Flamer
Newbie Joined: 15 January 2005 Location: Netherlands Status: Offline Points: 10 |
Post Options
Thanks(0)
|
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...
|
|
oyalhi
Newbie Joined: 27 January 2005 Location: Turkey Status: Offline Points: 14 |
Post Options
Thanks(0)
|
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 |
|
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
|
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 |
|
oyalhi
Newbie Joined: 27 January 2005 Location: Turkey Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Thank you GSHawn, I'll give it a shot.
|
|
steve9999
Newbie Joined: 25 April 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
|
|
steve9999
Newbie Joined: 25 April 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
have you found a solution on the mouse problem ? i wonder nobody else has posted complaints !!
|
|
oyalhi
Newbie Joined: 27 January 2005 Location: Turkey Status: Offline Points: 14 |
Post Options
Thanks(0)
|
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 |
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
"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. 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.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |