SOLVED: Markup Click Handler Bug |
Post Reply |
Author | |
Krog
Groupie Joined: 06 February 2008 Status: Offline Points: 100 |
Post Options
Thanks(0)
Posted: 05 January 2010 at 10:00am |
Hello!
There is a bug in the handling of MouseLeftButtonDown (I have not tested the others, like right button) with the 'Hand' cursor. After the event is called the mouse cursor stays with the 'hand' by some time, and it does not change above the flatedit as usually, nor causes the mouseover effect over the pushbuttons. The test project is here: 20100105_095502_MarkupClickBug.rar When we use markup inside the ReportControl, the same behavior occurs. Regards! |
|
Product: Xtreme SuitePro (ActiveX) version 15.2.1
Platform: Windows XP SP2 Language: Visual Basic 6 SP6 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thanks, checking it.
btw maybe for hyperlinks type text better use MouseLeftButtonUp event instead.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Krog
Groupie Joined: 06 February 2008 Status: Offline Points: 100 |
Post Options
Thanks(0)
|
Yeah. I tested now it with MouseLeftButtonUp and it works without the 'bug'.
Thanks |
|
Product: Xtreme SuitePro (ActiveX) version 15.2.1
Platform: Windows XP SP2 Language: Visual Basic 6 SP6 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
to fix just set Handled: Public Sub ControlClicked(ByVal Sender As Object, ByVal Arg As Object)
MsgBox "Clicked", vbInformation
Arg.Handled = True End Sub
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Krog
Groupie Joined: 06 February 2008 Status: Offline Points: 100 |
Post Options
Thanks(0)
|
Thank you, oleg!
|
|
Product: Xtreme SuitePro (ActiveX) version 15.2.1
Platform: Windows XP SP2 Language: Visual Basic 6 SP6 |
|
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 |