Re: [Emc-developers] GladeVCP embedded in Axis

2010-10-08 Thread Chris Morley
> Short version. > All you need is: > 1. Small patch is needed for gladevcp (in following message). It uses python > Xlib [5]. > 2. Fix your glade file so it's toplevel window1 will be popup. With glade > gui change > 'Window type' property of top level window to 'popup'. Or edit .glade

Re: [Emc-developers] GladeVCP embedded in Axis

2010-10-08 Thread Pavel Shramov
On Fri, Oct 08, 2010 at 07:38:36PM +, Chris Morley wrote: > Nice work > I found that you don't need to change the window to a popup. I have not tested with 'top-level' window from galde. I've found that POPUP is needed for GtkWindow created in C so suspected that for glade it's needed too. Gla

[Emc-developers] gladevcp/Touchy patch

2010-10-08 Thread Chris Morley
Hi Guys: Here is the patch to allow gladvcp to be added to Touchy plus a sample touchy glade file The sample file just adds a cycle start button that can be connected to touchy. I used it to test touchy out on my laptop without touch screen ( you still need to connect them in hal). wi

Re: [Emc-developers] GladeVCP embedded in Axis

2010-10-08 Thread Chris Morley
> Also I've some questions about glade modules. I've tried to place hal_*.py in > /usr/share/glade-3/modules but glade was not able to load them. It seem that > this dir > is not in python path. When running with PYTHONPATH=lib/python/gladevcp from > emc2 source > dir everything is working fin

Re: [Emc-developers] gladevcp/Touchy patch

2010-10-08 Thread Pavel Shramov
On Fri, Oct 08, 2010 at 09:40:32PM +, Chris Morley wrote: > Hi Guys: > Here is the patch to allow gladvcp to be added to Touchy plus a sample touchy > glade file > The sample file just adds a cycle start button that can be connected to > touchy. > I used it to test touchy out on my laptop wi