this is proceeding at warp speed, congratulations to Pavel! a few observations (running current master here)
in the http://wiki.linuxcnc.org/emcinfo.pl?Axis_Embed_Video page EMBED_TAB_COMMAND = camview-emc -wid {XID} I assume this by now should read something like: EMBED_TAB_COMMAND = camview-emc --chain=toolcam.cfg -w {XID} --- the unmodified .axisrc script from Pavels site creates a traceback for me (see bottom) If I modify .axisrc and change "user_" to say "foo_" it comes up, but gives me two Camera tabs regards, -Michael m...@ubuntu-10:~/emc2/configs/sim.old$ /home/mah/bin/emc ./axis_video.ini EMC2 - 2.5.0~pre Machine configuration directory is '/home/mah/emc2/configs/sim.old/.' Machine configuration file is 'axis_video.ini' Starting EMC2... OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM. Traceback (most recent call last): File "/home/mah/emc2-dev/bin/axis", line 3221, in <module> execfile(rcfile) File "/home/mah/.axisrc", line 29, in <module> _dynamic_tabs(inifile) File "/home/mah/.axisrc", line 16, in _dynamic_tabs w = _dynamic_tab("user_" + str(i), t) File "/home/mah/.axisrc", line 3, in _dynamic_tab tab = widgets.right.insert("end", name, text=text) File "/home/mah/emc2-dev/lib/python/bwidget.py", line 44, in w r = str(f(self, *args, **kw)) File "/home/mah/emc2-dev/lib/python/bwidget.py", line 248, in insert return self.tk.call(self._w, "insert", index, page, *self._options(kw)) TclError: page "user_0" already exists Traceback (most recent call last): File "/usr/bin/camview-emc", line 232, in <module> view = EmcView(options) File "/usr/bin/camview-emc", line 54, in __init__ xid = int(options.window, 0) ValueError: invalid literal for int() with base 0: 'id' ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
