mhaberler wrote:
I think the Glade/GTK framework is robust enough to do that, and some folks like for instance Norbert Schechner, are venturing doing standalone applications solely based on that.
A major piece is the - undocumented - gremlin preview widget - while it seems to work fine, I have no idea as to what would be missing if anything to replace the Axis preview and live plot.
I would guess a Glade/GTK/Gremlin based Axis-like application would be more easily customized and extended as Axis stands now. Personally I am usually lost in a comment-free maze of layers, TCL code, undocumented widgets, and a control flow which is very hard to follow for me.
- Michael
At the moment I cheat and run a regular gui then load my own. I am just getting it to display some real information eg the DRO readout.
I have the gremlin display working as long as the other GUI is running. It needs a way to change the view dynamically, it may have I haven't looked at the source code.
MDI widget doesn't seem to works i get an error about EMC_MDIhistory not having stat.
Yes Axis is un_penetrable lucjily is very good as is.
I am ending up hacking bits of Touchy to make mine work.
I will need help in the end to clear up the code and make it easier to customize.
But I am no where near anything usable.