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