> 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 
> file and add 
>     next line after <widget class='GtkWindow' id='window1'>
> 
>  <property name="type">popup</property>
> 
>  3. Add .axisrc from [1] to your local one.
>  4. Comment loadusr string in hal file (since we don't know parent window in 
> this stage).
>  5. Add two variables in DISPLAY section of ini file:
> 
>     EMBED_TAB_NAME = GladeVCP
>     EMBED_TAB_COMMAND = gladevcp -c COMPNAME -w {XID} path-to-glade-file
> 
>     Don't forget to add -w {XID} in command!
> 
> That's all.
>                               Pavel

Hi Pavel.
Nice work
I found that you don't need to change the window to a popup.
I will commit your patch to gladevcp.
While gladevcp looks odd in Axis (wrong colors) it sure is easier to make glade 
panels then
hand editing pyvcp panels.
How would one change your axisrc to put the tab on the right the where pyvcp 
panels are? 
I am adding your info to the gladevcp wiki page.

Chris Morley
                                          
------------------------------------------------------------------------------
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/beautyoftheweb
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to