So is it saying that my posterscreen is the problem ? line 47
Request Time: 33
rsp:
^CCurrent Function:
034: Function showPosterScreen(screen As Object, category As Object) As Integer
035:
036: if validateParam(screen, "roPosterScreen", "showPosterScreen") = false return -1
037: if validateParam(category, "roAssociativeArray", "showPosterScreen") = false return -1
038:
039: m.curCategory = 0
040: m.curShow = 0
041:
042: screen.SetListNames(getCategoryList(category))
043: screen.SetContentList(getShowsForCategoryItem(category, m.curCategory))
044: screen.Show()
045:
046: while true
047: msg = wait(0, screen.GetMessagePort())
048: if type(msg) = "roPosterScreenEvent" then
049: print "showPosterScreen | msg = "; msg.GetMessage() " | index = "; msg.GetIndex()
050: if msg.isListFocused() then
051: m.curCategory = msg.GetIndex()
052: m.curShow = 0
053: screen.SetFocusedListItem(m.curShow)
054: screen.SetContentList(getShowsForCategoryItem(category, m.curCategory))
055: print "list focused | current category = "; m.curCategory
056: else if msg.isListItemSelected() then
057: m.curShow = msg.GetIndex()
058: print "list item selected | current show = "; m.curShow
059: m.curShow = displayShowDetailScreen(category, m.curShow)
060: screen.SetFocusedListItem(m.curShow)
061: print "list item updated | new show = "; m.curShow
062: else if msg.isScreenClosed() then
063: return -1
064: end if
065: end If
066: end while
067:
068:
069: End Function
Break in 47
047: msg = wait(0, screen.GetMessagePort())
Backtrace:
Function showposterscreen(screen As <uninitialized>, category As <uninitialized>) As Integer
file/line: /tmp/plugin/PCAAAABs49ef/pkg:/source/appPosterScreen.brs(47)
Function displaycategoryposterscreen(category As <uninitialized>) As
file/line: /tmp/plugin/PCAAAABs49ef/pkg:/source/appHomeScreen.brs(79)
Function showhomescreen(screen As ) As Integer
file/line: /tmp/plugin/PCAAAABs49ef/pkg:/source/appHomeScreen.brs(56)
Function main() As
file/line: /tmp/plugin/PCAAAABs49ef/pkg:/source/appMain.brs(20)
Local Variables:
screen &h0010 bsc:roPosterScreen, refcnt=2
category &h4010 bsc:roAssociativeArray, refcnt=6
global &h0020 rotINTERFACE:ifGlobal
m &h0010 bsc:roAssociativeArray, refcnt=5
msg &h0000 <uninitialized> val:Uninitialized
BrightScript Debugger>
Channel: Goaheadmission
O/S : Linux
Home media: MYTHROKUPLAYER With Homerun