Re: monolithic apps

2013-01-25 Thread tamnt54
Glue not just python but whatever is needed to communicate back and forth. lots of data, but whatever could be glue in python of course. The C++ glue and functions would be controlled as python data and communicated between different modules. todd. -- http://mail.python.org/mailman/listinfo/py

Re: monolithic apps

2013-01-25 Thread tamnt54
..snipped... > > 2) Manipulate multiple gui apps while having the same UI as though there > was just one main window, and other windows all belong to it. Multiple > GUI processes, but some central control to change the user experience > into resembling a single GUI app. ...snipped > > You say

monolithic apps

2013-01-24 Thread tamnt54
Any suggestions for study?..: Is is possible to take a large executable with GUI and real time data and images, to extract modules, and it can run as if it looks like a monolithic application (windows over main windows, or images over other images) but is various python script driven modules ca