HelloFriendsI need help,myInCopyfailswhen trying toopen the document,usingthe methodDoUpdateDesign, we add storiesto my listthrough thefollowing method:
InterfacePtr<IInCopyStoryList> icStoryList(document,UseDefaultIID());
if(icStoryList==nil)
continue;
icStoryList->ProcessRemoveStory(UIDRefStory.GetUID());
DuringtheInCopyworkreceives the signalthat there isa design change, I try to updatethe document usingthis method:
Utils<IInCopyDocUtils>()->DoUpdateDesign(::GetUIDRef(document));
Before using theabove methodto updatethe design, I unlinktheInCopystoriesusingthis:
InterfacePtr<IInCopyStoryList> icStoryList(document,UseDefaultIID());
if(icStoryList==nil)
continue;
icStoryList->ProcessRemoveStory(UIDRefStory.GetUID());
Or do I needto do somethingto enterthestoriessocorectmyIInCopyStoryList
Anyidea whythe applicationisleft thinking, I have half solvedandnotusingthese actions("ProcessAddStory, ProcessRemoveStory") but I needthe viewsthat are generatedusing themethodProcessAddStory.
Thanks in advancefor your attention
A andSorry formyEnglish