Replies: 1 comment 2 replies
-
The You could catch the TabActivate event to pause and resume timers https://textual.textualize.io/widgets/tabbed_content/#messages |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a
TabbedContent
with threeTabPanes
. I want to use theset_interval
method to create a separate data refresh for each managed bycontext manager
. The problem is that when I runTabbedContent
, all the intervals also run. Is there any way to control the interval refresh depending on whichTabPane
is now active? An example of one of theTabPane
is below.Beta Was this translation helpful? Give feedback.
All reactions