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