LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XControl (Linked List) trouble - buttons without reaction...

Hi, Colleagues,
I've got the trouble with XControl (this is my first XControl, actually).
So, I have linked list of the booleans. The goal is - I would like to create something like "toolbar" fully dynamically. Given code based on this example.
But the problem that the newly created controls don't have reaction on the mouse clicks - they looks like '"disabled", and I don't know why. Can you please take a look, what wrong in this example?
 
Thank you in advance,
 
Andrey.
 
0 Kudos
Message 1 of 3
(2,777 Views)
Add a pane: mouse down? that does nothing to the facade vi.

I wrote something kinda simular (mine was for an array of different control types that could be easily be extended with lvoop objects).

see attached for an executable version (needs 8.5 runtime) if you want an idea of how far I've gotten with the idea (I'm using a different technique than linked list example). When I get some free time I'm planning on cleaning up the code and posting it to see if anyone has any improvement suggestions.

Matt W


Message Edited by Matt W on 01-24-2008 05:12 PM
Message 2 of 3
(2,763 Views)

hi matt ,

can you post source code for dynamic list ?

I want to have look of the code how you implemented this.

 

Thanks

 

0 Kudos
Message 3 of 3
(2,468 Views)