Re: [Gambas-user] Gambas3 Pointers example - signal #6

2011-01-18 Thread Demosthenes Koptsis
On Tue, 2011-01-18 at 22:08 -0800, John Spikowski wrote: > I was thinking that you were freeing pFunc (using it's VARPTR) rather > than freeing the memory associated to the pointer being returned. I have > to agree with Benoît that working with external memory (variables) and > structures are a 'at

[Gambas-user] Gambas3 Pointers example - signal #6

2011-01-18 Thread John Spikowski
On Tue, 2011-01-18 at 10:08 +0200, Demosthenes Koptsis wrote: > > > > Isn't pFunc a Gambas variable (memory location) which is maintained by > > the Basic? Why would you free it externally? I would think Gambas would > > complain about that. > > Yes pFunc is a pointer. A pointer is a variable tha

Re: [Gambas-user] Broken links at wiki Gambas3

2011-01-18 Thread Benoît Minisini
> I notice another broken link at page > http://gambasdoc.org/help/comp/gb.qt4/window/margin?v3 > > the link for Desktop.Scale > http://gambasdoc.org/help/comp/gb.qt/desktop/scale?v3 > > i think should be > http://gambasdoc.org/help/comp/gb.qt4/desktop/scale?v3 > Fixed! > may be there are more

Re: [Gambas-user] Wrong link at Arrange Gambas3

2011-01-18 Thread Benoît Minisini
> The page > http://gambasdoc.org/help/comp/gb.qt4/window/arrangement?v3 > has a wrong link about Arrange > > http://gambasdoc.org/help/comp/gb.qt/arrange?v3 > > i think it should be > http://gambasdoc.org/help/comp/gb.qt4/arrange?v3 Fixed! -- Benoît Minisini

Re: [Gambas-user] About Spacing property at wiki for Gambas3

2011-01-18 Thread Demosthenes Koptsis
PROPERTY Spacing AS Boolean is correct? On Tue, 2011-01-18 at 12:44 +0100, Fabien Bodard wrote: > old gb v2 doc > > 2011/1/18 Demosthenes Koptsis : > > About > > http://gambasdoc.org/help/comp/gb.qt4/window/spacing?v3 > > > > i think there is a not well description and i cant find the correct an

Re: [Gambas-user] About Spacing property at wiki for Gambas3

2011-01-18 Thread Fabien Bodard
old gb v2 doc 2011/1/18 Demosthenes Koptsis : > About > http://gambasdoc.org/help/comp/gb.qt4/window/spacing?v3 > > i think there is a not well description and i cant find the correct and > what you mean. > > it says > --- > PROPERTY Spacing AS Boolean > > Returns or se

[Gambas-user] About Spacing property at wiki for Gambas3

2011-01-18 Thread Demosthenes Koptsis
About http://gambasdoc.org/help/comp/gb.qt4/window/spacing?v3 i think there is a not well description and i cant find the correct and what you mean. it says --- PROPERTY Spacing AS Boolean Returns or sets the number of pixels that separates children controls.

[Gambas-user] Broken links at wiki Gambas3

2011-01-18 Thread Demosthenes Koptsis
I notice another broken link at page http://gambasdoc.org/help/comp/gb.qt4/window/margin?v3 the link for Desktop.Scale http://gambasdoc.org/help/comp/gb.qt/desktop/scale?v3 i think should be http://gambasdoc.org/help/comp/gb.qt4/desktop/scale?v3 may be there are more, they are about gb.qt and gb

Re: [Gambas-user] Gambas3 Pointers example - signal #6

2011-01-18 Thread Demosthenes Koptsis
On Mon, 2011-01-17 at 13:59 -0800, John Spikowski wrote: > On Mon, 2011-01-17 at 21:36 +0200, Demosthenes Koptsis wrote: > > On Mon, 2011-01-17 at 13:33 +0100, Benoît Minisini wrote: > > > Public Sub Main() > > > > Dim pFunc As Pointer > > Dim sWorkingDirectory As String > > > > 'get_current