Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raxitpandya opened this issue Sep 19, 2024 · 0 comments
Open

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

raxitpandya opened this issue Sep 19, 2024 · 0 comments

Comments

@raxitpandya
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant