Skip to main content
Participant
November 19, 2009
Question

How can i get the last delete picture's info from tlf?

  • November 19, 2009
  • 1 reply
  • 355 views

if i delete the picture from the tlf i can't make the tlf undo

and I want to get the picture'info with I last time delete from tlf 

This topic has been closed for replies.

1 reply

Adobe Employee
November 20, 2009

Can you let us know what you are doing to delete the picture, and also how you are undoing it? If it is being deleted through the EditManager delete function, the delete should undo correctly. Some example code to illustrate the problem would help.


Once the picture has been deleted, TLF has no further reference to it. If you want to keep a reference, you will have to get it before it has been deleted. If you don't have control over the delete, you could find out when the image is deleted by listening for FLOW_OPERATION_END events.

- robin