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
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.
The text was updated successfully, but these errors were encountered:
Scenario :
Like below image
I thought it is overhang tag so i tried below way to hide this.
but no luck. Can anyone suggest any way to hide this clock in timegrid view.
The text was updated successfully, but these errors were encountered: