In Comparison application, when we open the document tree with the button in picture 2 and select the document, when I examine the Network in Developer mode, it triggers the LoadDocumentDescription endpoint and triggers the selectfile from the interface methods while performing the pagination process. As in picture 1.
I want to make that document open instead of selection by sending a path in the url I want to do. For this, I do it myself because Oninit is not implemented in the ComparisonAppComponent in the interface. As in picture 3. Then I call the selectfile method in the OnInit method and pass the path here. As in picture 4. When I check the code from the browser, the LoadDocumentDescription method is called and performs the pagination. As in picture 6. However, it cannot fetch data: image/png as in Picture 2. Unable to trigger ComparisonAppCompanent because it fails to fetch.
When I made this development for Annotation it worked fine. However, OnInit was implemented in AnnotationAppCompanent, I did not. As in Picture 5 Could it be caused by this? How should I proceed? Picture 1.png (77.4 KB) Picture 2.png (116.8 KB) Picture 3.png (50.2 KB) Picture 4.png (34.4 KB) Picture 5.png (40.3 KB) Picture 6.png (74.7 KB)
Hello there,
Do you have an average response time? My registration for ANNOTATIONNET-2013 numbers has been waiting for 16 days, no response. If he’s going to wait that long on this record, it means it’s going to be a big problem for us. We bought this plugin by paying a fee, but we can’t use it now. We are a software company, we implement your software in our own software and use the document display parts in this way and present them to customers. Customers are waiting for a return from us. You need to consider the urgency situation.
I’m asking because I didn’t have to wait for the package in vain.
When I get the guid from the url as in image1 and say super.ngoninit, will I be able to open it as if I had selected a document in the package. I want to make sure the question is fully understood.
Will you add oninit to the comparationcomponent as in image2?
In Annotation, I send the guidi on the url, then when I take it and call super.ngoninit, it does the remaining operations as if it had selected the document from the button and loaded it. Will comparation like this work?
As I can see from your code snippet you’re passing three parameters in selectFile method when four parameters are expected. Please also note that the fourth parameter values are constants, see
No there are four parameters.
FirsPameter= this.filePath
SecondParameter = ’ ’ (two single quotes)
ThirdParameter= ’ ’ (two single quotes)
FourthParameter = this.filePath image.png (65.6 KB)