05-21-2010 10:43 AM
Hello,
It's the first time that I use XControls. The xcontrol is working fine exept that I can't find a way to get my data out of the xcontrol. I've attach the xcontrol to this message. Can you tell me what I did wrong?
Thank you,
05-22-2010 01:21 AM
You're on the right track by placing data in the 'data' cluster.
However you need to be more specific which data you store, currently you only store the last selected value.
I think the following steps should help you:
05-25-2010 12:18 PM
Thank you for your answer. I've manage to add the read property but not the write property. Do I do it in the "display state change"? Where can I find from wich property the display change came from?
Thank you,
05-26-2010 01:19 AM
coolaid wrote:Thank you for your answer. I've manage to add the read property but not the write property. Do I do it in the "display state change"? Where can I find from wich property the display change came from?
Thank you,
For detecting which property caused the event to be triggered you need to write yourself a framework. What I normally do is add a string to the data cluster that I set in the property and reset in the event.
You should call these properties in your owning VI of the XControl.
Ton