11-14-2006 06:35 AM
11-14-2006 08:17 AM
11-15-2006 04:38 PM - edited 11-15-2006 04:38 PM
Message Edited by Duffman Says: on 11-15-2006 04:38 PM
11-16-2006 08:27 AM
Hi Mike,
I am actually evaluating this product and maybe the problem you say is true. i will send an email to 10Tec to have their opinion (using igrid outside VB) of this.... but i think the problem come from LabVIEW because i got exatly the same problem on an another free activex control (for making a toolbar).
I have ask 10Tec and they have test it. They have give this answer :
As you can see by iGrid.NET and iGrid ActiveX, LabVIEW does not support properly all the standard .NET and COM data types, and this concerns your last problem with the ImageList property. One of our customers already tried iGrid OCX in LabVIEW and faced this problem as well. The ImageList property has the Variant data type, and this prevents this property from being used properly in LabVIEW.
To solve the problem, we implemented a special separate build of iGrid in which the ImageList property was replaced with the SetImageList method (it means now you set the image list used by iGrid through the method but not the property). Attached you'll find this special build. Try to use it in LabVIEW and please let us know whether it works fine in this environment.
i send you the file in attach zip
Do you know if i got the code source of an activex control (which is create in VB), if it is possible to create a wrapper function in Visual Basic so that it is possible so connect the ImageList control to my activex control (like i connot do it directly in LabVIEW)?
Thank for any ideas
Derek
11-16-2006 01:59 PM
Hi Mike,
i have test something else, to see if the problem come from LabVIEW. In LabWindows/CVI, we can convert an activex (ocx file) into an .fp library (in the cvi tools there is an utility for this). I have do it with the activex control that i can't connect an imagelist to it and the cvi function see the same thing like LabVIEW. So i don't thing that it is a LabVIEW problem.
So i think i have to ask an engineer of National Instrument if he got an idea and maybe a Visual Basic expert.
thanks
derek
11-17-2006 05:56 AM
11-17-2006 06:38 PM
11-20-2006 02:52 AM
11-21-2006 03:53 PM
11-22-2006 01:13 AM