Open
Description
Scenario :
- When timegrid load first time, clock is not getting displayed.
- But when i navigate to other view like search view and grid view.
- And when i come back to timegrid view, clock is getting displayed on top right of the timegrid view.
Like below image
I thought it is overhang tag so i tried below way to hide this.
overhang = m.top.findNode("Overhang")
overhangChildren = overhang.getChildren(-1, 0)
for each child in overhangChildren
?"Overhang Child", child
if child.subtype() = "Clock" then
child.showClock = false
'm.overhang.removeChild(child)
end if
next
but no luck. Can anyone suggest any way to hide this clock in timegrid view.
Metadata
Metadata
Assignees
Labels
No labels