Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pictures in Listboxes
Message
De
16/12/1999 11:14:26
 
 
À
15/12/1999 05:32:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00303939
Message ID:
00304698
Vues:
22
Hi Dale.

>> But if the form loses the focus and then regains the focus, the item's picture reverts to its previous state. Has anyone hit this and found a way around it? <<

I believe that what you are seeing is that the listbox is going back to its initial state when it regains focus. What I do in VFP 6.0 is put this code in the listbox's GotFocus:

ListBox::GotFocus()
This.RefreshList()
NODEFAULT

And I put code in my RefreshList method to re-specify the pictures.

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform