[Gambas-user] Issue 626 in gambas: If GridView1.Data.Text is set then RichText is null and vice versa

2015-06-27 Thread gambas
Status: New Owner: Labels: Version3.7.1 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 626 by isaf...@gmail.com: If GridView1.Data.Text is set then RichText is null and vice versa https://code.google.com/p/gambas/issues/detail?id=626 1) If Gridview.Da

Re: [Gambas-user] IDE: signature doubled for Rect._new()

2015-06-27 Thread Fabien Bodard
Le 27 juin 2015 16:38, "Tobias Boege" a écrit : > > On Sat, 27 Jun 2015, Beno?t Minisini wrote: > > At the moment, I'm playing with the joyful world of DBus... > > > > Yes, I saw that... very briefly. There sure are people who love overlong > lines, but I'm not one of them. > Yes java people. (Gn

Re: [Gambas-user] IDE: signature doubled for Rect._new()

2015-06-27 Thread Tobias Boege
On Sat, 27 Jun 2015, Beno?t Minisini wrote: > At the moment, I'm playing with the joyful world of DBus... > Yes, I saw that... very briefly. There sure are people who love overlong lines, but I'm not one of them. --8< Even

Re: [Gambas-user] Clipper counter-intuitivities

2015-06-27 Thread Tobias Boege
On Fri, 19 Jun 2015, Beno?t Minisini wrote: > Le 18/06/2015 20:38, Tobias Boege a ?crit : > > Hi Benoit, > > > > the attached project shows two strange behaviours of Polygon from the > > gb.clipper component. > > > > (1) Polygon._get() returns a new PointF object created on the fly from > >

Re: [Gambas-user] IDE: signature doubled for Rect._new()

2015-06-27 Thread Benoît Minisini
Le 27/06/2015 16:09, Tobias Boege a écrit : > On Thu, 18 Jun 2015, Beno?t Minisini wrote: >> Le 18/06/2015 08:29, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> when I type "New Rect(", the IDE shows the signature of Rect's constructor >>> doubled (s. attached screenshot). I have gb.qt4 and gb.clipp

Re: [Gambas-user] IDE: signature doubled for Rect._new()

2015-06-27 Thread Tobias Boege
On Thu, 18 Jun 2015, Beno?t Minisini wrote: > Le 18/06/2015 08:29, Tobias Boege a ?crit : > > Hi Benoit, > > > > when I type "New Rect(", the IDE shows the signature of Rect's constructor > > doubled (s. attached screenshot). I have gb.qt4 and gb.clipper enabled which > > both have a Rect class. Do

Re: [Gambas-user] How to tell what invoked this program?

2015-06-27 Thread adamn...@gmail.com
On Sat, 27 Jun 2015 10:12:01 +0200 Tobias Boege wrote: > On Sat, 27 Jun 2015, adamn...@gmail.com wrote: > > This is driving me insane! > > > > How can I tell at runtime if the executable was invoked manually by a user > > or automatically by a scheduler, e.g. cron, anacron, at etc. > > > > Can

Re: [Gambas-user] How to tell what invoked this program?

2015-06-27 Thread Tobias Boege
On Sat, 27 Jun 2015, adamn...@gmail.com wrote: > This is driving me insane! > > How can I tell at runtime if the executable was invoked manually by a user or > automatically by a scheduler, e.g. cron, anacron, at etc. > > Can't use the process userid as it may have been invoked as a user cron jo

[Gambas-user] How to tell what invoked this program?

2015-06-27 Thread adamn...@gmail.com
This is driving me insane! How can I tell at runtime if the executable was invoked manually by a user or automatically by a scheduler, e.g. cron, anacron, at etc. Can't use the process userid as it may have been invoked as a user cron job. I am sure I have done this at least a gazillion times be