Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property ShowTips is not found
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01506315
Message ID:
01538698
Vues:
88
Hi Martina,

Is column's tooltip also not working in VFP9 SP2 latest hotfix? With the special code I can make header's tooltip to show, but I set column's tooltip also to the same text and it's not showing when I move mouse.

I guess both not working :(
https://connect.microsoft.com/VisualStudio/feedback/details/311817/vfp-sp2-tooltiptext-not-displaying-for-grid-column-header-and-grid-column




>Hi Naomi,
>
>Maybe is protected or hidden
>
>MartinaJ
>
>>Hi everybody,
>>
>>I have a grid class where in order to fix no tooltip prolem on for the header I have the following code in the MouseLeave event:
>>
>>
>>lparameters nButton, nShift, nXCoord, nYCoord
>>local lcCur, llST
>>
>>this.tooltiptext= ""
>>lcCur=set("CURSOR")
>>set cursor off
>>llST = thisform.showtips
>>thisform.showtips = .f.  && now turn off currently displayed tip
>>*=Sleep(100)
>>INKEY(.1)
>>
>>thisform.showtips = llST
>>set cursor &lcCur
>>
>>Now, I have a form class based on another form class. This class has a pageframe with 3 pages and page1 and page3 have a grid. When I move the mouse over the grid on the Page3, I get the error 'property showtips is not found' on the llST = thisform.showtips line. Why would I get this weird error? The property is indeed there.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform