You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I select a source in the configuration selection with line = form.addLine("Source:") form.addSourceField(line, nil, function() return widget.source end, function(newValue) widget.source = newValue end)
the widget.source is still not known in the current configuration, how can I update the current configuration after selecting the widget.source without leaving it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Bertrand,
if I select a source in the configuration selection with
line = form.addLine("Source:") form.addSourceField(line, nil, function() return widget.source end, function(newValue) widget.source = newValue end)
the widget.source is still not known in the current configuration, how can I update the current configuration after selecting the widget.source without leaving it?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions