communication between a actor, widget, and structure

Hello,

I have a test world with a sun(a1) that can have it’s time changed. The way I’m trying to do it is via a widget(w1).
The widget(w1) has a slider that when the value changes it changes the Structure values then displays it in another widget(w2) this is display on the main widget(w1). Then I try to grab the structure value that is current and set it as the new value of the duration.

(w1) the slider (w2) the numbers edited by slider (a1) the result of (w2) set it as the duration.

The call and bind function appear not to work here and i look into this many time with no evident solution.

Thanks, Icy