Using polygon as line and childControlNames

Terence Heaford t.heaford at btinternet.com
Mon Dec 8 02:33:59 EST 2014


Thanks, this does work but I am confused why childControlNames only returns POLYGON and not "graphic id 1011" as "graphic id 1011” is it’s actual name as I have not renamed it.

All the best

Terry

This works for those who come across this in their stacks:

on deleteChart
  lock screen
  repeat for each line tID in the childControlIDs of me
     delete control id tID of me
  end repeat
  unlock screen
end deleteChart


> On 7 Dec 2014, at 19:20, Geoff Canyon <gcanyon at gmail.com> wrote:
> …..




More information about the use-livecode mailing list