Skip to content
AppgineeringAppgineering
Shop
Read-only8 posts · 4,630 views · Started 17 May 2020, 03:39

Text input

Archived: discussion moved to DiscordDiscord
Spencer M.Original poster
#1

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!

Nick ThissenAppgineering
· edited
#3

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.

#4

I have had this issuse before, after adding the Input, you need to restart ATVO, then you can data bind to it.

Nick ThissenAppgineering
#5

I fixed that bug a few builds back I think. Perhaps it is not yet in the stable channel, I'm not sure.

#6

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 ?

#8

Simple, thanks ... I try a lot different ... DisplayText/ Get / Value .....

This thread is archived.

New replies have moved to Discord.

Continue on Discord