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

Controller widget not working #23

Open
Tracked by #91
wimtiest opened this issue Apr 27, 2021 · 0 comments
Open
Tracked by #91

Controller widget not working #23

wimtiest opened this issue Apr 27, 2021 · 0 comments

Comments

@wimtiest
Copy link

Dear team,

I'm trying to serve the Ipywidget for Gamepad control through Panel (v11.3) using the ipywidgets_bokeh wrapper in order to get gamepad input back to the backend server. The mechanism works fine for other widgets like sliders etc.

I have the impression there is an initialization problem (this widget is dynamic as it defines its buttons and axes on first use) and I suspect an issue with serialization/deserialization. Instead of Button or Axes objects with numbers the backend gets similar IPY_MODEL_xxxxx inputs that are ok for the controller object as such. The widget is fully functional and displaying/reacting on the frontend.

I've had a look at the py and js files, but without an expert developer eye there is just too many stuff happening there for me to find the possible issue.

Does any of you have a clue on what may be going wrong and how to correct it?

Kind regards

Wim

@ndmlny-qs ndmlny-qs mentioned this issue Apr 6, 2023
21 tasks
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