Raymond Verbruggen
Raymond Verbruggen
Confirming that exporting from Illustrator does not work. Lost half a day figuring that out. Using VectorMagic for converting a PNG version of the Illustrator file and resampling that to...
Any news on this? This also happens on Windows and for example with `hover:` and `dark:`. Or a workaround? I have a lot of these modifiers in my code and...
The build events are to be sure that the desired dll files are in the same folder as the executable file of the demo program. https://www.codeproject.com/Articles/579878/MoonPdfPanel-A-WPF-based-PDF-Viewer-Control
Hi, I have the same issue overhere, it already took me hours. My application consists of tabPages, let's say a Base tab and a Manual tab for displaying PDF manual...
@reliak did you encounter this also?
@Minimum006 adding this.UpdateLayout() just before calling the OpenFile method does not help...
For the record; this is the error message. `System.NullReferenceException: Object reference not set to an instance of an object. at MoonPdfLib.ContinuousMoonPdfPanel.Load(IPdfSource source, String password) in C:\develop\moonpdf-master\src\MoonPdfLib\ContinuousMoonPdfPanel.xaml.cs:line 65 at MoonPdfLib.MoonPdfPanel.LoadPdf(IPdfSource source,...
@Minimum006 I see in the debugger that the following code is causing the exception; this.virtualPanel and this.scrollViewer are null the first time this is called. ``` public void Load(IPdfSource source,...
@netcore-jroger thank you for your message; I am already digging into it; not a clue yet where to fix it
I am synching 2 macOS systems and same issue overhere. Any idea when this is solved? Or is it a server problem?