Merge branch 'master' into sort-and-filter-collections
This commit is contained in:
commit
81b7af5b7d
|
@ -33,7 +33,6 @@ sub init()
|
||||||
m.filter = "All"
|
m.filter = "All"
|
||||||
|
|
||||||
m.loadItemsTask = createObject("roSGNode", "LoadItemsTask2")
|
m.loadItemsTask = createObject("roSGNode", "LoadItemsTask2")
|
||||||
m.loadItemsTask.observeField("content", "ItemDataLoaded")
|
|
||||||
|
|
||||||
end sub
|
end sub
|
||||||
|
|
||||||
|
@ -74,6 +73,7 @@ sub loadInitialItems()
|
||||||
print "Unknown Type: " m.top.parentItem
|
print "Unknown Type: " m.top.parentItem
|
||||||
end if
|
end if
|
||||||
|
|
||||||
|
m.loadItemsTask.observeField("content", "ItemDataLoaded")
|
||||||
m.loadItemsTask.control = "RUN"
|
m.loadItemsTask.control = "RUN"
|
||||||
|
|
||||||
SetUpOptions()
|
SetUpOptions()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user