FlexGui touch - FSC-like myOwn tab from ext UI file
- ts
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 1
10 Sep 2025 07:20 - 10 Sep 2025 12:45 #334752
by ts
FlexGui touch - FSC-like myOwn tab from ext UI file was created by ts
Hello
Im trying to include my own tab to flex gui touch (great wotks! Thanks to author!). I see that already there fsc_container which corresponds to /usr/lib/libflexgui/fsc.ui and now i wanna to add my own tab - for example i have some rs232 device to read someĀ parameters (thc, edm for example, device already connected to hal via user space component linuxcnc). And i dont understand how to include thc.ui to the tab like dsf / fsc ?
Im trying to include my own tab to flex gui touch (great wotks! Thanks to author!). I see that already there fsc_container which corresponds to /usr/lib/libflexgui/fsc.ui and now i wanna to add my own tab - for example i have some rs232 device to read someĀ parameters (thc, edm for example, device already connected to hal via user space component linuxcnc). And i dont understand how to include thc.ui to the tab like dsf / fsc ?
Last edit: 10 Sep 2025 12:45 by ts.
The following user(s) said Thank You: JT
Please Log in or Create an account to join the conversation.
- JT
-
- Away
- Administrator
-
Less
More
- Posts: 1010
- Thank you received: 521
12 Sep 2025 11:59 #334878
by JT
Replied by JT on topic FlexGui touch - FSC-like myOwn tab from ext UI file
The simple way is to just create your tab in the ui and add your widgets then using the Python module connect all of your widgets to your Python code.
gnipsel.com/linuxcnc/flexgui/python.html
github.com/jethornton/flexgui/blob/maste...gui/startup.py#L2381
github.com/jethornton/flexgui/blob/maste...rc/libflexgui/tpc.py
JT
gnipsel.com/linuxcnc/flexgui/python.html
github.com/jethornton/flexgui/blob/maste...gui/startup.py#L2381
github.com/jethornton/flexgui/blob/maste...rc/libflexgui/tpc.py
JT
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds