I followed the class PstLstDocObserver in the sample project persistentlist in CS3 and I can detect the delete command without problem.
Now I want to detect the paste command (actually to find out the UIDRef's of the pasted items) but I couldn't find a match for kPasteCmdBoss, kPasteInsideCmdBoss, and kPasteGraphicItemCmdBoss.
All I did was to copy a rectangular frame through the GUI by hand...
Perhaps I am checking the wrong command boss?
Thanks in advance for your help.
pete
Now I want to detect the paste command (actually to find out the UIDRef's of the pasted items) but I couldn't find a match for kPasteCmdBoss, kPasteInsideCmdBoss, and kPasteGraphicItemCmdBoss.
All I did was to copy a rectangular frame through the GUI by hand...
Perhaps I am checking the wrong command boss?
Thanks in advance for your help.
pete