"sudo97" wrote:
On system v7.0 I could Observe few fields, Load data from memory, server, etc. and then unobserve it and modify without any callbacks. Then I updated to 7.1 and after calling obj.unobserveField("field") -- I got nothing, It doesn't work. Tested on Roku 3 and Roku Stick.
"dacian_roman23" wrote:
Can anyone explain me this ... I have an associative array as following
BrightScript Debugger> ? m.itemData
<Component: roAssociativeArray> =
{
contenttype: lenu
id: startButton
index: 809
label: Watch Now
}
The main problem here is that there is no word in the whole project as "lenu"..... instead it should be menu ... This problem is not always...also it happened that contentype was bonttentype. Is this a compilation problem or what ?