On Wed, 12 Nov 2014 22:40:38 +0100
Jørn Erik Mørne wrote:
> Hi!
>
> I have these two snippets:
>
> prb
> Private $b${1:VariableName} as Boolean
> prc
> Private $c${1:VariableName} as Collection
>
> The first, prb, works as expected. But with the prb the initial c gets
> selected in addition t
On Wed, 12 Nov 2014, Beno?t Minisini wrote:
> Le 12/11/2014 13:39, Tobias Boege a ?crit :
> > On Sun, 09 Nov 2014, Beno??t Minisini wrote:
> >> Hi,
> >>
> >> I added "automatic documentation from source files" in the wiki. If a
> >> class, a property, an event, a constant or a method has an help co
The following query is a "standard" CTE based query to return the contents of a
hierarchical table (i.e. columns are id, parentid, data):
WITH RECURSIVE tmp AS (
SELECT *, 0 AS depth
FROM pages p
WHERE p.parent = 0
UNION ALL
SELECT p.*, tmp.depth + 1
FROM pages p
JOIN tmp ON
Hi!
I have these two snippets:
prb
Private $b${1:VariableName} as Boolean
prc
Private $c${1:VariableName} as Collection
The first, prb, works as expected. But with the prb the initial c gets
selected in addition to VariableName.
--
Kind regards
---
Good work. This is a very expected Version :-) :-)
Thanks Benoît
Regards.
2014-11-12 21:04 GMT+01:00 Benoît Minisini :
> Le 12/11/2014 20:49, Jesus a écrit :
> > El 12/11/14 a las 17:39, Benoît Minisini escribió:
> >> Hi,
> >>
> >> I have made the release of Gambas 3.6.2 official.
> >>
> >> The
Le 12/11/2014 20:49, Jesus a écrit :
> El 12/11/14 a las 17:39, Benoît Minisini escribió:
>> Hi,
>>
>> I have made the release of Gambas 3.6.2 official.
>>
>> There is still a problem in the way the offline help is displayed: fixes
>> to the wiki stylesheet must be duplicated by hand in the IDE at
El 12/11/14 a las 17:39, Benoît Minisini escribió:
> Hi,
>
> I have made the release of Gambas 3.6.2 official.
>
> There is still a problem in the way the offline help is displayed: fixes
> to the wiki stylesheet must be duplicated by hand in the IDE at the moment.
>
> If I find a solution for that
Hi,
I have made the release of Gambas 3.6.2 official.
There is still a problem in the way the offline help is displayed: fixes
to the wiki stylesheet must be duplicated by hand in the IDE at the moment.
If I find a solution for that, it will be backported to a next 3.6.3
version.
Regards,
--
Am Mittwoch, den 12.11.2014, 14:48 +0100 schrieb Tobias Boege:
> On Wed, 12 Nov 2014, Martin McGlensey wrote:
> > Tobi,
> >
> >
> >
> > The project was created by user marty not root. The permissions on the
> > project directory and the backup directory are the same. Owner = marty read
> > and
On Wed, 12 Nov 2014, Martin McGlensey wrote:
> Tobi,
>
>
>
> The project was created by user marty not root. The permissions on the
> project directory and the backup directory are the same. Owner = marty read
> and write, group = marty read and write and other read only. I've copied all
> of t
Tobi,
The project was created by user marty not root. The permissions on the
project directory and the backup directory are the same. Owner = marty read
and write, group = marty read and write and other read only. I've copied all
of the files into the new database using sources -> new -> form -
Le 12/11/2014 13:39, Tobias Boege a écrit :
> On Sun, 09 Nov 2014, Beno??t Minisini wrote:
>> Hi,
>>
>> I added "automatic documentation from source files" in the wiki. If a
>> class, a property, an event, a constant or a method has an help comment
>> in its source code, it will be used to make a d
On Sun, 09 Nov 2014, Beno??t Minisini wrote:
> Hi,
>
> I added "automatic documentation from source files" in the wiki. If a
> class, a property, an event, a constant or a method has an help comment
> in its source code, it will be used to make a default documentation page
> automatically.
>
El 12/11/14 a las 01:39, Benoît Minisini escribió:
> Le 12/11/2014 01:28, Benoît Minisini a écrit :
>> Le 12/11/2014 01:13, Jesus a écrit :
>>> El 11/11/14 a las 17:58, Benoît Minisini escribió:
Hi,
I have uploaded a pre-release source package of Gambas 3.6.2 on
sourceforge at:
14 matches
Mail list logo