LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event structure does not capture mouse click event on toolbar activeX control

I am unable to click the toolbar on front panel when the vi is running.

 

Thanks.

 

 

0 Kudos
Message 11 of 17
(1,263 Views)

No. I am frogfrog Anne. 🙂

0 Kudos
Message 12 of 17
(1,261 Views)

OK.... I was responding to dennex.

 

As for your issue, you still need to post the missing VIs so we can actually try to run your code....

0 Kudos
Message 13 of 17
(1,251 Views)

I know you were responsing to dennex.  I see from his description that my problem is exactly the same as his.

 

And same code runs well on all other computers except one.  There must something missed, but I don't know what.

 

 

Here is a test code.

 

 

Thanks a lot for help.

0 Kudos
Message 14 of 17
(1,246 Views)

Hi,

 

sorry for the confusion. I'm actually frogfrog's collegue.

 

We're just trying out different configurations to narrow down the problem. Here are the things we've tried so far:

 

- reinstalling the whole National Instruments package

- adding some activeX controls into a blank VI. It is interesting that the ActiveX controls associated with .NET are functioning, but the ones that are associated with COM are not and just gives out a blank gray or white box that looks significantly different than the way the component is supposed to look like.

 

thanks for any help that can be provided!

0 Kudos
Message 15 of 17
(1,232 Views)

Here s an updated test vi and a screencapture of how it looks like on my machine. it uses the same extra files as frogfrog has posted.

Download All
0 Kudos
Message 16 of 17
(1,224 Views)

Hello!

 

update on the situation is that when we reset the LabView settings to the factory defaults, the problem is solved.

 

That's done by renaming LabView.ini to something else, then LabView will just load the factory defaults.

 

I would think it has to do with the two first lines because I don't see them in the old ini file.

 

 

[LabVIEW]
PaletteHidddenControlCategories_LocalHost="Modern;System;Classic;Control Design & Simulation;.NET & ActiveX;Addons;"
PaletteHidddenFunctionlCategories_LocalHost="Programming;Measurement I/O;Instrument I/O;Vision and Motion;Mathematics;Signal Processing;Data Communication;Connectivity;Control Design & Simulation;SignalExpress;Addons;"
RecentFiles.pathList="C:\temp\toolbar_test.vi"
IsFirstLaunch=False
menuSetup="default"
menu.1=C:\Program Files\National Instruments\LabVIEW 8.5\menus\default\root.mnu\control
menuLoc.1=276,1074,526,1254
menuFormat.1=0
PaletteOpenCategories.1="3;"
menu.2=C:\Program Files\National Instruments\LabVIEW 8.5\menus\default\root.mnu\function
menuLoc.2=306,1074,613,1254
menuFormat.2=0
PaletteOpenCategories.2="10;"
saveFloaterLocations=True
find.viListFlags=0
LastErrorListSize=0,0,0,0
SaveChanges_ApplyToAll=True
RecentFiles.projectPathList="C:\svn\chek\Software\LabVIEW\BoxChek\BoxChek.lvproj"

[LabVIEW]PaletteHidddenControlCategories_LocalHost="Modern;System;Classic;Control Design & Simulation;.NET & ActiveX;Addons;"PaletteHidddenFunctionlCategories_LocalHost="Programming;Measurement I/O;Instrument I/O;Vision and Motion;Mathematics;Signal Processing;Data Communication;Connectivity;Control Design & Simulation;SignalExpress;Addons;"RecentFiles.pathList="C:\temp\toolbar_test.vi"IsFirstLaunch=FalsemenuSetup="default"menu.1=C:\Program Files\National Instruments\LabVIEW 8.5\menus\default\root.mnu\controlmenuLoc.1=276,1074,526,1254menuFormat.1=0PaletteOpenCategories.1="3;"menu.2=C:\Program Files\National Instruments\LabVIEW 8.5\menus\default\root.mnu\functionmenuLoc.2=306,1074,613,1254menuFormat.2=0PaletteOpenCategories.2="10;"saveFloaterLocations=Truefind.viListFlags=0LastErrorListSize=0,0,0,0SaveChanges_ApplyToAll=TrueRecentFiles.projectPathList="C:\svn\chek\Software\LabVIEW\BoxChek\BoxChek.lvproj"

 

0 Kudos
Message 17 of 17
(1,194 Views)