Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pictures in Listboxes
Message
From
16/12/1999 11:14:26
 
 
To
15/12/1999 05:32:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00303939
Message ID:
00304698
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform