Fix observed field when sorting/filtering items in grid
This commit is contained in:
parent
00c17c6e6c
commit
67daf9bb8e
|
@ -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