I'm having some trouble with the text input box for the control page.
I add the "input" and then it shows up on the control page, and as a datasource. I select this datasource for the field I want this text to go in, but nothing shows up. I'm likely missing a step here, but dont know what it is!
After adding an Input control, go to a Widget and select 'Input controls' as the dataset. Then go to a label in that widget and change the data bindings. Now you should be able to select any of your input controls as the binding.
It's possible that the text will only show up on your label when you run the theme in ATVO and not in the editor, I'm not sure.
ND
Niclas D.
Reply #3
I have had this issuse before, after adding the Input, you need to restart ATVO, then you can data bind to it.
NT
Nick Thissen
Appgineering
Reply #4
I fixed that bug a few builds back I think. Perhaps it is not yet in the stable channel, I'm not sure.
ES
Emmanuel S.
Reply #5
How could I read in a script the value of an INPUT ?
I find it ... var input = item.Theme.ControlInputs.Find("I_serie_name"); But what inside ?
NT
Nick Thissen
Appgineering
Reply #6
Just input.Text
ES
Emmanuel S.
Reply #7
Simple, thanks ... I try a lot different ... DisplayText/ Get / Value .....