Quantcast
Channel: LabVIEW topics
Viewing all articles
Browse latest Browse all 69515

.net in XControl

$
0
0

I'm doing a wrapper for .Net library.
Without X-control, everything works, here it is necessary to do the following:

net.png


There is a client and a widget.After the connection, you need to register a callback.
Such a scheme works.

I want to hide the ref in the X-control so that there are no .Net references outside .
I have a control on the front and I save the link in each cluster in the cluster:

facade.PNG

 


Connect maked as a separate method

connct.PNG


but when I call it, the link WFWidget is zero.
All other variables are successfully saved, but the link to the widget is lost.
How to save a link in Display State In cluster and use outside of facade?


Viewing all articles
Browse latest Browse all 69515

Trending Articles