You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with the TimeGridView sample and setting:
autoDismissTime
ignoreTrickPlayKeys
duration
on the TimeGridView all seem to have no effect. Further, I can't find any references to those strings anywhere in the codebase. Is the extension in the repository out-of-date with the documentation, or am I doing something wrong/not looking in the right place?
My code:
grid = CreateObject("roSGNode", "TimeGridView")
' put a handler config on the root node of the tree
content = CreateObject("roSGNode", "ContentNode")
content.AddFields({
HandlerConfigTimeGrid: {
name: "CHRoot"
}
})
' set content to the view
grid.update({
autoDismissTime: 5,
programTitleFocusedColor: "0xFF0000"
duration: 2000,
ignoreTrickPlayKeys: true
}, true)
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I'm working with the TimeGridView sample and setting:
on the TimeGridView all seem to have no effect. Further, I can't find any references to those strings anywhere in the codebase. Is the extension in the repository out-of-date with the documentation, or am I doing something wrong/not looking in the right place?
My code:
Thank you!
The text was updated successfully, but these errors were encountered: