I am trying to build an app much like the keyboard_press_demo.
What is this line:
local value = gre.get_data("titletext") --Get titletext contents.
When I add it to my own script, it says "ERROR ...attempt to concatenate field 'titletext' (a nil value)".
I don't find any control, property, variable or function called titletext.
