You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
MarcinStolarski
changed the title
Bokeh GUI Widgets haven't placement filed.
Bokeh GUI Widgets haven't "placement" field.
Feb 14, 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 :)
Environment:
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?
The text was updated successfully, but these errors were encountered: