Skip to content

In TimeGrid View, i want to hide the clock.  #105

Description

@raxitpandya

Scenario :

  1. When timegrid load first time, clock is not getting displayed.
  2. But when i navigate to other view like search view and grid view.
  3. And when i come back to timegrid view, clock is getting displayed on top right of the timegrid view.
    Like below image
    image_2024_09_18T14_34_56_547Z

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions