Deleted objects still in the memory

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

AstghikM
Posts: 45
Joined: Mon Sep 08, 2014 8:35 pm

Re: Deleted objects still in the memory

Post by AstghikM » Sun Sep 20, 2015 7:17 pm

jmburnod wrote: I think they have the same id because they have bgbehavior to true
ok, but the groups i copied don't have behavior to true,

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Deleted objects still in the memory

Post by jmburnod » Sun Sep 20, 2015 7:35 pm

Is shared to true ?
https://alternatic.ch

AstghikM
Posts: 45
Joined: Mon Sep 08, 2014 8:35 pm

Re: Deleted objects still in the memory

Post by AstghikM » Sun Sep 20, 2015 7:51 pm

jmburnod wrote:Is shared to true ?
The original group not shared to true, but when i copy the group on one card, and in another card "objects/place objects" it is automatically becomes shared and behavior to true. but the question is why after pasting an object still can see that object in place group list when i am on another card. seems the problem especially with groups

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Deleted objects still in the memory

Post by Klaus » Sun Sep 20, 2015 9:02 pm

Hi AstghikM,
AstghikM wrote:...but the question is why after pasting an object still can see that object in place group list when i am on another card. seems the problem especially with groups
beacuse you pasted a COPY of the initial group, so this copy has another ID than the original, which still can be placed, too! :D

Check Jaque's stack "Groups & Backgrounds" here, it will give you deeper knowledge about this useful feature:
http://www.hyperactivesw.com/revscriptc ... ences.html


Best

Klaus

Post Reply