First page displays a pdf file in a small part of the page, and i have a button that when i press i open the other page with the pdf loaded in full screen.
So the problem is this: When i enter page1, it displays the pdf correctly, i then press the button and navigate to page2 where it shows the file in fullscreen correctly, when i go back to previous page the file seems to be loaded correctly to the docpdf variable (it shows the correct number of pages on the Debug.WriteLine) , but it doesn't show on the MyPDFViewCtrl, i get a empty Green Square.
Would it be possible to send us your sample? Figuring this out would require us to reproduce the problem, and that will be hard to do with just a description.
I have figured it out, it was a error from my part.
terça-feira, 8 de Dezembro de 2015 às 16:37:02 UTC, Ricardo Silva escreveu:
I have 2 pages on a windows store app project.
First page displays a pdf file in a small part of the page, and i have a button that when i press i open the other page with the pdf loaded in full screen.
So the problem is this: When i enter page1, it displays the pdf correctly, i then press the button and navigate to page2 where it shows the file in fullscreen correctly, when i go back to previous page the file seems to be loaded correctly to the docpdf variable (it shows the correct number of pages on the Debug.WriteLine) , but it doesn’t show on the MyPDFViewCtrl, i get a empty Green Square.