Ok, I get what you mean.
There are two copies of the array (two objects), but their content points
to same objects. So result only looks kind of shallow copy.
Brain twisting... warning to documentation would be nice.
Jussi
On Tue, Jan 20, 2009 at 5:43 PM, Rob wrote:
> On Tuesday 20 January 200
On Tuesday 20 January 2009 10:13, Jussi Lahtinen wrote:
> Maybe something like "Returns a copy of the array of object references."
> ? I'm really NOT expert of this topic! I understand that result as
> shallow copy, as the way that wikipedia describe it (
> http://en.wikipedia.org/wiki/Object_copy
Maybe something like "Returns a copy of the array of object references." ?
I'm really NOT expert of this topic! I understand that result as
shallow copy, as the way that wikipedia describe it (
http://en.wikipedia.org/wiki/Object_copy ).
...with very high risk of misinterpret...
I'm very satisfied
And so, a new copy of references to objects still point the objects
-- Original Message ---
From: Benoit Minisini
To: mailing list for gambas users
Sent: Tue, 20 Jan 2009 14:59:52 +0100
Subject: Re: [Gambas-user] An other OO problem.
> On lundi 19 janvier 2009, Jussi Lahtinen w
On lundi 19 janvier 2009, Ron wrote:
> Is it possible to use a MovieBox image instead of a normal Picture in a
> tableview on Gambas 2.10?
>
> Now I use something like
>
> tbvDevices[iCount, 1].Picture = Picture["path to image"]
>
> But want to display animated gifs too...
>
> Anyone knows?
>
> Reg
On lundi 19 janvier 2009, gam...@organet.com wrote:
> Hi Benoit!
>
> Many thanks for the configurable shortcuts! ...so cool! :-)
>
> Two questions:
> 1) Is there a way to integrate the possibility defining his own commands in
> the menubar (and also access them per shortcut)? Example:
> I've to
On lundi 19 janvier 2009, Jussi Lahtinen wrote:
> If I have understand concept correctly, I think this;
> http://gambasdoc.org/help/comp/gb/object%5B%5D/copy
> is little misleading.
> "Returns a deep copy of the array."
> Objects copied with this method doesn't seem to be deep copied
> (shallow cop
On lundi 19 janvier 2009, Diego Fernández wrote:
> Well just before sending my last mail, i was trying (really hard), to
> debug it myself, at least i think i was trying to.
>
> Ive come to realise it is not a datepocker bug, is more a gtk issue,
> when i create a new project and use only gb.qt