Hello Team,
After I finished the devicedriver, I found a little problem
1.If I rotate the knob,This value will be change,But the Focus doesn't move it .for example:I change the Gain value,But the Green circle stiil display on SOURCE.
Is there any way to transfer the green circle to my adjusted object ?

2.If i use Value Display instead of Text,Can you make it look like text box display an array ?
Because I didn't find string attribute in this.
I use text box display arrays is:
Application::Device.Gain = Sider.CurrentValue;
Knob.String = string( Application::Device.GAIN[Application::Device.Gain] ) ;
postsignal OnChange;
and is this replaceable??Or can I add an String attribute to the Value Display?
Best regards,
Tonny