
Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2015
08:43 AM
di.GetSupportedGraphicsResolutions() not working
BrightScript Debugger> di = CreateObject("roDeviceInfo")
BrightScript Debugger> ? di.getModel()
2500X
BrightScript Debugger> ? di.getsupportedgraphicsresolutions()
Member function not found in BrightScript Component or interface. (runtime error &hf4) in $LIVECOMPILE(489)
Is there a typo in the documentation, or does this function no longer work?
BrightScript Debugger> ? di.getModel()
2500X
BrightScript Debugger> ? di.getsupportedgraphicsresolutions()
Member function not found in BrightScript Component or interface. (runtime error &hf4) in $LIVECOMPILE(489)
Is there a typo in the documentation, or does this function no longer work?
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2015
10:27 AM
Re: di.GetSupportedGraphicsResolutions() not working
"Komag" wrote:
BrightScript Debugger> di = CreateObject("roDeviceInfo")
BrightScript Debugger> ? di.getModel()
2500X
BrightScript Debugger> ? di.getsupportedgraphicsresolutions()
Member function not found in BrightScript Component or interface. (runtime error &hf4) in $LIVECOMPILE(489)
Is there a typo in the documentation, or does this function no longer work?
roDeviceInfo.GetSupportedGraphicsResolutions is a new API for firmware 7.0 (which hasn't released yet).
(That should be indicated on the preliminary SDK docs, but apparently isn't).

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2015
10:36 AM
Re: di.GetSupportedGraphicsResolutions() not working
Ah, okay, here is the page where it doesn't mention that:
http://sdkdocs.roku.com/display/sdkdoc/ifDeviceInfo
http://sdkdocs.roku.com/display/sdkdoc/ifDeviceInfo