Hi,
In my application, i am using a Dialog Ring from
classic control.The dialog ring has around 15-17
items in it.based on the user selection i am
calling a sub vi.
i am using a Event structure and using the event
on "value change".
we are able to call the sub vi when ever the user
changes the value, we are not able to call on the
existing value.
for example..if the dialog ring contains A to F
when ever user changes to the new value,the
required code is execuuted.say from Ato B or C,D,E,F.
if the current state is A, to call the sub vi for the
A...we have to change to B or others and then to A
then A code gets called and executes.
when the excution begins and the A is the default state
on click how can i execute the code that belongs to A
could you please suggest any way to slove the problem.
rags