Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid and Mouse Icon
Message
De
24/04/2003 15:50:30
 
 
À
23/04/2003 20:07:07
Peter Easson
Catalina Trading
Sydney, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00780903
Message ID:
00781276
Vues:
18
>Thanks Tracy,
>Set Whinge ON
>The second idea I've heard before and it has all the finesse of a rampaging bull in a beauty parlour! :-). This Grid thing sucks. It needs a revamp (even with what's in 8). Columns have no Left property. Headers have no Height property (accessed from Grid HeaderHeight). Columns have no Height property. You could achieve some pretty amazing things if it was beefed up. No cell tooltips.... etc
>Set Whinge OFF
>Pete ! (Whew, that feels good)

Don't feel too good, just yet. < bg >

There are tooltips for grids, at the grid level, the column level, and the control within the column level. You just have to turn them on with the appropriate settings. To see tooltips, make sure you have the form's .ShowTips property enabled. To see a grid level tooltip, assign the Grid.ToolTipText some info, to see a column level, you set the Grid.ColumnX.ToolTipText, and to see the control's, you set it's .ToolTipText property and also make sure the column's .Sparse property is .F. or you won't see it.

And I'm not real sure what value a .Left property would have as it's the widths that are usually more important. And what good would a column Height property be? It's the remander after the Grid height has the header height and scrollbars subtracted. What else could it be? You can also set Row height, so what more do you need? About the only other need I see is to have a dynamic row height property, as it may be useful to have differing row heights depending on values.

This is all available in VFP8 as is (except dynamic row heights).
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform