Skip to content

Play widget will stop programmatically, but won't start #1897

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

Closed
dsblank opened this issue Jan 9, 2018 · 1 comment · Fixed by #2283
Closed

Play widget will stop programmatically, but won't start #1897

dsblank opened this issue Jan 9, 2018 · 1 comment · Fixed by #2283
Labels
discussion resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@dsblank
Copy link

dsblank commented Jan 9, 2018

Using a Play() widget, I can stop the play with:

play._playing = False

But this doesn't start it:

play._playing = True

The Play button is highlighted, but it doesn't start playing.

@jasongrout
Copy link
Member

Presumably a private _playing attribute is not part of the public api, so using it manually is undefined and at your own risk. However, it would be good to see if there is a way to pause playback from Python that is officially supported.

@jasongrout jasongrout added this to the Reference milestone Jan 10, 2018
@lock lock bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label May 20, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
discussion resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants