among other scenarios, the forum below outlines our issue.
http://forums.smartclient.com/showthread.php?t=19703
There is no simple way for us to keep track of everything that we have marked for destroy. So what we wanted to do instead is to make the ID's completely unique instead of what we currently have. Our ID's have be to generated dynamically, which means we do not know the ID's of the elements until they are actually drawn and created. This is why we wanted to see if we can somehow access the _cwID property that we would add to the elements and write a script that keeps track of the old ID and the new ID so that we may do a search/replace afterwards.
http://forums.smartclient.com/showthread.php?t=19703
There is no simple way for us to keep track of everything that we have marked for destroy. So what we wanted to do instead is to make the ID's completely unique instead of what we currently have. Our ID's have be to generated dynamically, which means we do not know the ID's of the elements until they are actually drawn and created. This is why we wanted to see if we can somehow access the _cwID property that we would add to the elements and write a script that keeps track of the old ID and the new ID so that we may do a search/replace afterwards.
Comment