[Gambas-user] [Gambas Bug Tracker] Bug #1056: Components on SidePanel do not respond to right-click or menu keypress events

2016-12-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1056&from=L21haW4- Tony MOREHEN reported a new bug. Summary --- Components on SidePanel do not respond to right-click or menu keypress events Type : Bug Priority : Medium Gambas version : 3.9 Product : GUI compo

[Gambas-user] [Gambas Bug Tracker] Bug #1056: Components on SidePanel do not respond to right-click or menu keypress events

2016-12-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1056&from=L21haW4- Tony MOREHEN added an attachment: popup-0.0.1.tar.gz -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-base

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] Beware to revision #7983!

2016-12-19 Thread Jussi Lahtinen
This is how I do it currently in GAlarm: I save the date variable this way: Settings[sPath &/ "Date&Time"] = CFloat(hAlarm.hTotal) And load it this way: hAlarm.hTotal = Settings[sPath &/ "Date&Time", Null] So, no more string conversions, but it's still not right... Jussi On Tue, Dec 20, 2016

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
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

Re: [Gambas-user] Beware to revision #7983!

2016-12-19 Thread Benoît Minisini
Le 20/12/2016 à 01:23, Jussi Lahtinen a écrit : > Or additional requirement for the string, examples "10/01/2016 GMT" or > "10/01/2016 Local". > > > Jussi > > On Tue, Dec 20, 2016 at 2:16 AM, Jussi Lahtinen > wrote: > >> That is bit confusing. Would it be better if Date() function would accept >>

Re: [Gambas-user] Beware to revision #7983!

2016-12-19 Thread Jussi Lahtinen
Or additional requirement for the string, examples "10/01/2016 GMT" or "10/01/2016 Local". Jussi On Tue, Dec 20, 2016 at 2:16 AM, Jussi Lahtinen wrote: > That is bit confusing. Would it be better if Date() function would accept > one more argument "TimeZone". > Example: > > Date("10/01/2016",

Re: [Gambas-user] Beware to revision #7983!

2016-12-19 Thread Jussi Lahtinen
That is bit confusing. Would it be better if Date() function would accept one more argument "TimeZone". Example: Date("10/01/2016", gb.GMT) or Date("10/01/2016", gb.Local) What you think? Jussi On Tue, Dec 20, 2016 at 1:50 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 20/

Re: [Gambas-user] Beware to revision #7983!

2016-12-19 Thread Benoît Minisini
Le 20/12/2016 à 00:13, Charlie Reinl a écrit : > Am Freitag, den 18.11.2016, 16:05 +0100 schrieb Benoît Minisini: >> Hi, >> >> In revision #7983, I fixed a bug in date / string conversion, so that >> now, as it is logically expected: >> >> CDate(CStr(CDate(2))) = CDate(2) >> >> BEFORE: >> >> $ gbx3

Re: [Gambas-user] Beware to revision #7983!

2016-12-19 Thread Charlie Reinl
Am Freitag, den 18.11.2016, 16:05 +0100 schrieb Benoît Minisini: > Hi, > > In revision #7983, I fixed a bug in date / string conversion, so that > now, as it is logically expected: > > CDate(CStr(CDate(2))) = CDate(2) > > BEFORE: > > $ gbx3 -e 'CStr(CDate(2))' > 01/01/-4801 23:00:00 > $ gbx3 -

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