Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Baloon Help ( FoxTalk July 2002 )
Message
From
03/09/2002 21:34:13
 
 
To
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Baloon Help ( FoxTalk July 2002 )
Miscellaneous
Thread ID:
00696476
Message ID:
00696476
Views:
57
Hello Predrag ,

I was trying to use your code with ActiveX and had a strange problem you might give some insights on. This ActiveX does have MouseMove event with the included code

*** ActiveX Control Event ***
Lparameters Button, Shift, x, Y

aNode = This.GetNodeAt(X , Y)

If !Isnull(aNode)
IF ATC( 'Saved Term' , anode.text ) > 0
thisform.starttooltip(this)
ELSE
thisform.killtooltip()
ENDIF
Endif

My problem is when mouse over ActiveX and Skin method is called in Paint method of ttscr2 it seems to trigger constant repainting and timer for ttscr2 is not triggered. So when mouse cursor left still over the node of ActiveX, tooltip is alive ( CPU 100%) until we moved mouse from this cell.
Skin in Init method seems to be sufficient ( just there is no border for tooltip ) and doesn't result in any problem. Do you see any problems with that ?

Thank you
Michael
Reply
Map
View

Click here to load this message in the networking platform