print "Unknown event: "; msg.GetType(); " msg: ";sg.GetMessage()
print "Unknown event: "; msg.GetType(); " msg: "msg.GetMessage()
"adamkaz" wrote:
There is a typo in the example on the roSearchScreen page: http://sdkdocs.roku.com/display/sdkdoc/roSearchScreenprint "Unknown event: "; msg.GetType(); " msg: ";sg.GetMessage()
should be:print "Unknown event: "; msg.GetType(); " msg: "msg.GetMessage()
SetSearchButtonText(text as String) as Voidshows up twice on the ifSearchScreen page.
BrightScript Debugger> fr = createObject("roFontRegistry"): ? fr... and made wrong conclusion. Might have also been the non-alphabetic order on the page, since i did not see the ".get()"
<Component: roFontRegistry>
BrightScript Debugger> ? fr.Get("Open Sans",20,40,false)
Open Sans,20,-1,5,2,0,0,0,0,0
BrightScript Debugger> ? fr.getFont("Open Sans",20,40,false)
invalid
An erased key can be restored by rekeying the player as described in section 3.4.