commit 4de8b67965c087c8529ccc05f5cb76ed5bca7c0d
parent ea3a7258ce804cf537fa1daa0a4e8ba1cc16bcfa
Author: Brian C. Lane <bcl@ibrianlane.com>
Date: Sun, 26 May 2013 16:00:02 -0700
Display the grid right after setting up the categories
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/HMS/source/appDisplayDirectory.brs b/HMS/source/appDisplayDirectory.brs
@@ -34,6 +34,10 @@ Function displayDirectory( url As String ) As Object
grid.SetupLists(titles.Count())
grid.SetListNames(titles)
+ ' run the grid
+ showTimeBreadcrumb(grid)
+ grid.Show()
+
' Hold all the movie objects
screen = CreateObject("roArray", categories.Count(), false)
' Setup each category's list
@@ -67,9 +71,6 @@ Function displayDirectory( url As String ) As Object
end if
end for
- ' run the grid
- showTimeBreadcrumb(grid)
- grid.Show()
while true
msg = wait(30000, port)
if type(msg) = "roGridScreenEvent" then