dacian_roman23
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2016
02:13 AM
Re: Beta Scene Graph Components
Is there any performance data table ? How many components can be added to a scene until the stack overflows ? Adding 10 or 20 different components to a main scene component affects the application performance ?
I want for example to start from screen A and go to screen G.. Each time i'll change the screen/content ,i'll make a request to the api and populate the current screen with what i need, but when I am going to navigate back from screen G to screen A i don't want to make the requests again. What is the best approach for this problem ? Should i create 7 different components ( A to G) and change the visibility accordingly . Is this going to be fine for 20-50 components ?
I want for example to start from screen A and go to screen G.. Each time i'll change the screen/content ,i'll make a request to the api and populate the current screen with what i need, but when I am going to navigate back from screen G to screen A i don't want to make the requests again. What is the best approach for this problem ? Should i create 7 different components ( A to G) and change the visibility accordingly . Is this going to be fine for 20-50 components ?
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2016
04:35 AM
Re: Beta Scene Graph Components
I am also having this issue. Have you found a resolution?
"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.
Tyler Smith
edskitter
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2016
07:31 AM
Re: Beta Scene Graph Components
Any official word from Roku on the EPGGrid? I am curious to know why the documentation was taken down as we use this extensively in our app.
jkvarsh
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2016
10:24 PM
Re: Beta Scene Graph Components
Hi,
I have build an app with Roku Scene Graph for HLS streams and works fine but it does not seem to work for MS Smooth Streaming streams. Any idea?
Jeet
I have build an app with Roku Scene Graph for HLS streams and works fine but it does not seem to work for MS Smooth Streaming streams. Any idea?
Jeet
sudo97
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016
12:36 PM
Re: Beta Scene Graph Components
Found problem with epg-grid: when set timeLabelFont to custom font, timeLabel is not visible, so it only can be seen when use default font.
RobSMS
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016
10:25 PM
Re: Beta Scene Graph Components
I'm having an issue with 7.2 b144-02 with GetToString(). It locks up my Roku 2 XD when called. No information in any of the debug consoles. I usually have to unplug the device to get back to the home menu.
It's working fine on my Roku 3 without any issue.
It's working fine on my Roku 3 without any issue.
Need Apps Templates? Content Management for OTT/IPTV? Check me out @ http://rovidx.com
adamkaz
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2016
08:44 PM
Re: Beta Scene Graph Components
Since it was buried and I didn't see anyone note that it was indeed a bug - setting the Video mute option does not actually mute the video.
dacian_roman23
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016
05:20 AM
Re: Beta Scene Graph Components
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 ?
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 ?
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016
06:59 AM
Re: Beta Scene Graph Components
My dev team also experiences this from time to time. It's almost like the device randomly renames a property or value.
We generally just restart the device and carry on.
Wish I could offer a fix, but it seems to be a bug in the firmware.
We generally just restart the device and carry on.
Wish I could offer a fix, but it seems to be a bug in the firmware.
Tyler Smith

BCVatOVG
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016
12:55 PM
Re: Beta Scene Graph Components
"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 ?
I see the same thing from time to time as well. Rebooting the device has been the fix for me as well. It really is bad when it starts changing the values of variables that store URL's...not fun, but something deeper in BS I presume.