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

Bokeh GUI Widgets haven't "placement" field. #61

Open
MarcinStolarski opened this issue Feb 14, 2024 · 1 comment
Open

Bokeh GUI Widgets haven't "placement" field. #61

MarcinStolarski opened this issue Feb 14, 2024 · 1 comment

Comments

@MarcinStolarski
Copy link

MarcinStolarski commented Feb 14, 2024

Environment:

  • GNU Radio Companion version 3.10.4.0 (Python 3.8.10)

All "Bokeh GUI Sinks" (at GNU Radio Companion) have field "placement" for set position of this component on website. Unfortunately, all "Bokeh GUI Widgets" (like button or textbox), haven't this field so it's impossible to correct locate it on webpage. They are all located in placement (1,0) is sequence of added it to flowgraph. Is there any way to control position of this Widgets?

@MarcinStolarski MarcinStolarski changed the title Bokeh GUI Widgets haven't placement filed. Bokeh GUI Widgets haven't "placement" field. Feb 14, 2024
@Notou
Copy link
Collaborator

Notou commented Feb 15, 2024

Currently, all widgets are grouped as one element.
But that, in itself, can be positioned in the global layout, using the Widget Placement parameter of the flowgraph's Options block. That parameter should show up once Bokeh GUI is selected as the Generate Options parameter.

If that's not sufficient, one would need to change the way widgets are managed by bokehgui.
It's feasible, but not completely trivial :)

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

2 participants