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:
>
>> > 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 Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/intel
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> I think you may need the Embedder thingo.  Haven't used it for a while but 
> used to use for gnuplot output windows.
> --
> B Bruen 
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

I think you may need the Embedder thingo.  Haven't used it for a while but used 
to use for gnuplot output windows. 
-- 
B Bruen 

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2016-12-19 Thread Martin McGlensey
Jussi,

Thanks for the suggestion. I do not think the drawingarea control will work.
All formatting and display is handled by the python routine. The output is a
continuous stream of data. Think of a sine wave displayed on an oscilloscope
or strip chart. I just need a way of positioning the python 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   form?
To: mailing list for gambas users 
Message-ID:

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 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
> the
> controls on the form. I want to integrate this "window" into the main form.
> I do not want to open a second form to display the data. Hopefully I've
> explained this properly. Please feel free to ask questions.
>
>
>
> All responses are appreciated.
>
>
>
> Regards,
>
> Marty
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 the
controls on the form. I want to integrate this "window" into the main form.
I do not want to open a second form to display the data. Hopefully I've
explained this properly. Please feel free to ask questions.

 

All responses are appreciated.

 

Regards,

Marty

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user