Deleted graphics still in Application Browser
Posted: Tue Sep 18, 2012 2:24 am
I programmatically create a number (x) of graphic objects in a repeat loop with
Later I delete them with
They go do get deleted but when I look in the Application Browser - They are all still there (each in it's own layer).
I do not understand. Should that be? Are they still there? Will that cause problems?
Is there a way to get rid of them there?
Thank you if anyone can shed some light on this and explain
Code: Select all
create graphic ("obj_" & x)
Code: Select all
delete graphic ("obj_" & x)
I do not understand. Should that be? Are they still there? Will that cause problems?
Is there a way to get rid of them there?
Thank you if anyone can shed some light on this and explain