Hey! Long time no see.
I got word a few hours ago that Kendek won't be maintaining the Stable PPA
any more. Instead, he created a new PPA under the gambas-team Launchpad
name and uploaded the current stable (3.5.3) packages so they can be
updated by us.
The thing is, I don't have ubuntu installed
On Fri, 11 Jul 2014, Tobias Boege wrote:
> OK, now we get to the next level because what I told you above is actually
> not the entire truth. There are some operations which are too "obscure" to
> the interpreter - that's at least what my understanding is, I have to
> citable resource here
Read: I
On Fri, 11 Jul 2014, Stephen wrote:
>I am trying to clear the contents of all list boxes contained within
> a list container by passing the list container to a SUB. Something like
> this (I know this is not correct but it gets the idea across);
>
> SUB ClearLists(phListContainer AS ListConta
Le 11/07/2014 15:33, CJ a écrit :
>
> Attached is a new bt after updating to latest Free Pascal version 2.6.4. I
> also
> tested returning a simple string and that works OK just like integer.
>
> Shared library was compiled with {$OPTIMIZATION OFF} and {$DEBUGINFO ON}
> switches
> and hopefully it
Attached is a new bt after updating to latest Free Pascal version 2.6.4. I
also
tested returning a simple string and that works OK just like integer.
Shared library was compiled with {$OPTIMIZATION OFF} and {$DEBUGINFO ON}
switches
and hopefully it may give some new clues? Are there any other tes
Le 05/07/2014 23:34, B Bruen a écrit :
> On Mon, 16 Jun 2014 17:36:43 +0200
> Benoît Minisini wrote:
>
>> Le 16/06/2014 00:52, B Bruen a écrit :
>>> ( Don't see why I shouldn't join in :-) )
>>>
>>> Would it be possible to lock source files the same as for forms? This
>>> would prevent me from ch
I am trying to clear the contents of all list boxes contained within
a list container by passing the list container to a SUB. Something like
this (I know this is not correct but it gets the idea across);
SUB ClearLists(phListContainer AS ListContainer)
phListContainer.child[0].clear