Hi Partha, Thanks for the conversion.
Hi Lee_Jay,
The "Pane: Mouse Up" event which you are handling in the facade VI is for the front panel of the facade. The "Pane: Mouse Up" event for the test VI in which you will place the XControl will be different. I am not sure if you can handle this event in the Facade VI. I tried dynamic event registration but "Register for events" function will accept references only to local objects. You may have to handle a "Pane: Mouse Up" event in your test VI. But I guess this defeats the purpose of having an XControl in your case.
I am also new to XControls and hence not very clear about how the different parts work together.
Also, in the "Data Change" event of your facade VI you need to update the slider using a local variable. The "Data Change" event will be called when you write a value to the XControl's terminal, local or value property. In these cases the "Slide: Value Change" event is not called.