Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView - I can't get the ImageList property initialize
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00041539
Message ID:
00041658
Vues:
31
>>>>I'm trying to associate an imagelist with the treeview list. I've both the treeview and the imagelist objects on a form together.
>>>>Efforts to try and set the treeview's imagelist property to the imagelist object have failed.
>>>>
>>>>THISFORM.treeview.imagelist = THISFORM.imagelist
>>>>
>>>>I get an "invalid object" error message.
>>>>
>>>>Thanks,
>>>>Steve Despres
>>>
>>>Have you also tried rightclicking over the Treeview to set the ImageList there?
>>
>>Steve, check your version of the comctl32.ocx. If it is not the same as on VFP CD-ROM in OS\SYSTEM directory, unregister old one, copy one from CD and register it again.
>>Getting "wrong" ocx version - that what happened to me after VB installation - latest comctl32.ocx don't work properly with VFP. In my case neither setting of ImageList property of the TreeView, nor setting it in code worked.
>>Now I have comctl32.ocx size 332288, date 08/21/96 - this one works for sure.
>>
>>Nick
>
>Hi Folks!
>
>Here is some code that will do the trick:
>
>oForm.oleTreeView.Object.ImageList = ThisForm.oleImages.Object
>
>I usually put this code in the init event of the form. Off course, this is not the perfect way to do it because it's against some OO rules, but it's the only way to make sure that all the objects are already initialized.
>
>Greetings
>Markus

In my case even this code didn't work, and only reinstallation of "right" comctl32.ocx helped. BTW, the latest TreeView versions from MS don't show any
of specific TreeView properties in right click menu - just empty comboboxes... :)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform