Search found 518 matches

by stevedee
Friday 5th February 2021 5:01pm
Forum: Lounge
Topic: Anyone had a Covid jab?
Replies: 9
Views: 8190

Re: Anyone had a Covid jab?

cogier wrote: Friday 5th February 2021 3:34pm ...does that count?
Yes, but not until the syringe has been emptied into her arm.
by stevedee
Friday 5th February 2021 10:27am
Forum: General
Topic: Deep copy instead of shallow copy?
Replies: 8
Views: 5226

Re: Deep copy instead of shallow copy?

...doing it variable-by-variable, to my surprise, appears to produce a deep copy... Yes, that's what my second screen shot above shows; the system allocates a new memory area as soon as you resize and start adding new data. {compare the memory addresses of Pets[2] with Reptiles[0]} Shallow copy see...
by stevedee
Thursday 4th February 2021 2:04pm
Forum: General
Topic: Deep copy instead of shallow copy?
Replies: 8
Views: 5226

Re: Deep copy instead of shallow copy?

Well I've had some fun this morning playing with String arrays, Collections & classes, but haven't solved your problem. Your base code does indeed create a shallow copy as you can see from the memory addresses in the 2 Object Inspectors... PetsSameMemAddr.png ...and of course when you destroy th...
by stevedee
Thursday 4th February 2021 11:19am
Forum: General
Topic: Deep copy instead of shallow copy?
Replies: 8
Views: 5226

Re: Deep copy instead of shallow copy?

Godzilla wrote: Thursday 4th February 2021 9:34am ...Anyways, thanks for reading my rambling!

EDIT: I can't find a strike-through font so I have just removed the hog-wash!


See post #7
by stevedee
Thursday 4th February 2021 7:07am
Forum: Lounge
Topic: Anyone had a Covid jab?
Replies: 9
Views: 8190

Anyone had a Covid jab?

A previous discussion in the Lounge seemed to indicated that many of us had to define a Long Integer type when referencing our age. So I was wondering, has anyone had a Covid vacination? And if not yet, please post when you do and indicate type (e.g. Pfizer/BioNtech , Moderna , Oxford/AstraZeneca , ...
by stevedee
Thursday 4th February 2021 6:35am
Forum: General
Topic: How does the MessageView control work?
Replies: 15
Views: 8793

Re: How does the MessageView control work?

...if you think it a valuable feature I could submit another change to Ben that gave access to the message list.... Hi Bruce, it was only because I screwed up by NOT using the help example that I started down the road of looking at the MessageView using the Object Inspector. Not recognising the rea...
by stevedee
Wednesday 3rd February 2021 7:05pm
Forum: General
Topic: How does the MessageView control work?
Replies: 15
Views: 8793

Re: How does the MessageView control work?

BruceSteers wrote: Wednesday 3rd February 2021 6:56pm ...No it's a bug.

I just submitted a fix for Ben.
https://gitlab.com/bsteers4/gambas/-/co ... e22bcf621a
Bruce you are a star!

Many thanks for taking the time to look at this.
by stevedee
Wednesday 3rd February 2021 6:42pm
Forum: General
Topic: How does the MessageView control work?
Replies: 15
Views: 8793

Re: How does the MessageView control work?

BruceSteers wrote: Wednesday 3rd February 2021 6:23pm ...possibly a bug worth reporting?...
The help information is correct, in that it does NOT indicate that the image icon is optional...so my stupidity created the problem. Just surprised that the IDE did not protect me from myself by raising a syntax error. :o
by stevedee
Wednesday 3rd February 2021 6:31pm
Forum: General
Topic: How does the MessageView control work?
Replies: 15
Views: 8793

Re: How does the MessageView control work?

BruceSteers wrote: Wednesday 3rd February 2021 6:23pm i had a play.

It works as expected if you also give the icon argument...
Thanks Bruce, I came to the same conclusion about half an hour ago.

I'm still trying to work out where the text is stacked, thought it would be in a Children object.
by stevedee
Wednesday 3rd February 2021 2:16pm
Forum: General
Topic: How does the MessageView control work?
Replies: 15
Views: 8793

How does the MessageView control work?

Just out of curiosity, does anyone know how you are supposed to use the MessageView control? Its not a problem getting it to display a single message, but the help file says; "Messages are displayed successively, and the message panel is closed only when there is no message to read anymore.&quo...