Re: [Gambas-user] How to run a python program in a control on a form?

2016-12-20 Thread Fabien Bodard
Yes .. the embedder... but this widget deppend of x11... so don't expect a long life... (and if i remember well not supported by mir/wayland). But the embedder is the tool you need. 2016-12-20 4:35 GMT+01:00 adamn...@gmail.com : > On Tue, 20 Dec 2016 04:03:04 +0200 > Jussi Lahtinen wrote: > >> >

Re: [Gambas-user] How to run a python program in a control on a form?

2016-12-19 Thread adamn...@gmail.com
On Tue, 20 Dec 2016 04:03:04 +0200 Jussi Lahtinen wrote: > > The output is a continuous stream of data. > > > > In what format? > > > Jussi > -- > Developer Access Program for Intel Xeon Phi Processors > Access to Inte

Re: [Gambas-user] How to run a python program in a control on a form?

2016-12-19 Thread Jussi Lahtinen
> The output is a continuous stream of data. > In what format? Jussi -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel

Re: [Gambas-user] How to run a python program in a control on a form?

2016-12-19 Thread Martin McGlensey
output window on the Gambas form. Like a window where python can put its output. Hope this helps. Marty -- Message: 5 Date: Tue, 20 Dec 2016 00:07:43 +0200 From: Jussi Lahtinen Subject: Re: [Gambas-user] How to run a python program in a control on a

Re: [Gambas-user] How to run a python program in a control on a form?

2016-12-19 Thread Jussi Lahtinen
Is there any reason you cannot show the results in example drawingarea? Jussi On Mon, Dec 19, 2016 at 5:35 PM, Martin McGlensey wrote: > Hello, > > > > I want to design a form containing the usual Gambas objects (buttons, > listboxes etc.). The form is used to input commands to the Python rout

[Gambas-user] How to run a python program in a control on a form?

2016-12-19 Thread Martin McGlensey
Hello, I want to design a form containing the usual Gambas objects (buttons, listboxes etc.). The form is used to input commands to the Python routine that will continually output, in graphic form, the result of the Python program. This routine will run until modified by the user by clicking on