Re: [Emc-users] dynamic glade ui's

2021-02-16 Thread Andy Pugh
> On 15 Feb 2021, at 23:12, Ralph Stirling > wrote: > > > Is this possible? Any suggestions or examples to help? I think that you can do anything you want to the widgets via the usual Gtk(?) interface. I have certainly moved widgets around inside a Glade tab using the python handler cod

Re: [Emc-users] dynamic glade ui's

2021-02-15 Thread Chris Albertson
You could write a user space hal component in Python. The Python program could use any tools you want to make a GUI. On Mon, Feb 15, 2021 at 3:12 PM Ralph Stirling < ralph.stirl...@wallawalla.edu> wrote: > I'm working on some ideas for a user interface for > a multichannel syringe pump. It will

Re: [Emc-users] dynamic glade ui's

2021-02-15 Thread Jon Elson
On 02/15/2021 04:36 PM, Ralph Stirling wrote: I'm working on some ideas for a user interface for a multichannel syringe pump. It will support up to twelve syringes, and link any combination of them, such that a "leader" channel has a dispense rate, and "follower" channels have dispense ratio as

[Emc-users] dynamic glade ui's

2021-02-15 Thread Ralph Stirling
I'm working on some ideas for a user interface for a multichannel syringe pump. It will support up to twelve syringes, and link any combination of them, such that a "leader" channel has a dispense rate, and "follower" channels have dispense ratio as a percentage of the "leader" channel rate. I wo