Share Posted October 30, 2013 when i deleted some items by pressing delete and than exporting xml from transform manger method it shows deleted item properties ? is it bug or i missing someting what should i do. i don't wanna this thanx Link to comment Share on other sites More sharing options...
Share Posted October 30, 2013 Pressing the DELETE key does remove the item from the display list, but that's different than calling removeItem() because in some cases people want to still manage (or add back) the item after the user has hit the DELETE key. So if you want to truly remove the item from the TransformManager so that it is no longer managed, simply use removeItem(). You could listen for a DELETE event and in that handler, removeItem(). Link to comment Share on other sites More sharing options...
Author Share Posted October 30, 2013 Hmm Ok I see, thanks for reply Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now