Thanks

I believe NGCGUI is tcl (yuck).
it can be embedded into AXIS because AXIS uses tcl.
my program is basically gladeVCP which is GTK.
I copied the embedding code from Touchy but i don't really understand it.
but I believe it uses method #2

Chris M

From: [email protected]
To: [email protected]
Date: Tue, 6 Mar 2012 16:42:06 +1100
Subject: Re: [Emc-developers] NCGGUI embedded in a GTK window



There are two ways to reparent – pass the window id to the child window so it 
can embed itself, or grab the child window id and force the embedding.  I’m 
playing with Qt at the moment.  I created a gremlin-embed.py to use method 1.  
I also embedded vismach using the second method – vismach uses tcl which 
doesn’t support the first method.  It depends on what your application 
supports.  From: Chris Morley [mailto:[email protected]] 
Sent: Tuesday, 6 March 2012 6:32 AM
To: EMC DEV
Subject: [Emc-developers] NCGGUI embedded in a GTK window Is it possibly to 
reparent NGCGUI in to a gtk window?

I tried it and the tab was made and NGCGUI showed - just not in the tab.
I assume NGCGUI needs some added code to allow reparenting?

Chris M
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers                     
                  
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to