On Thu, Jan 02, 2003 at 09:27:03PM +0100, Martijn Brouwer wrote:
> On Thu, 2 Jan 2003 16:14:50 -0200
> Christian Reis <[EMAIL PROTECTED]> wrote:
>
> I want to make a graphical shell for octave, which allows the user to
> use it as if he was using it in its normal environment. Additionally I
> want my application to be able to communicate with octave without the
> user noticing. This is necessary for adding additional functionality
> over just a simple graphical shell.
>
> Hope I finally managed to make clear what I intend.
>
I have something which may be related -- we had a requirement
for a "command-line console" which could operate while our
application was in GUI mode, which we used mainly for debugging
the GUI. It subclasses the Python "InteractiveConsole" and wraps
it in a PyGtk text window, which allows you to textually interrogate
and modify Python objects in whatever namespace you like. The
effect is a kind of "interactive scripting."
This is definitely a Python beast, though. If your app is Python,
it may be useful, but it doesn't know anything about Octave.
I have a standalone version of this code, which I could send you
if you like.
-- A.
--
Dr. Andrew C. E. Reid, Guest Researcher
Center for Theoretical and Computational Materials Science
National Institute of Standards and Technology, Mail Stop 8500
Gaithersburg MD 20899 USA
[EMAIL PROTECTED]
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/