GitUserMarkus

Results 10 comments of GitUserMarkus
trafficstars

Did you add the Exoplayer libraries to your project? If I remember correctly I experienced the very same problems before adding the related java libraries.

@JerryMacNow I think you are confusing upadate (which is sort of a set of patches) and release-update which would make embacadero name Delphi 11 then Delphi 11.1 As I understand,...

Sounds great! Can you provide a download?

I have patched the D11 source files manually according to the information provided in the git-diff-file provided by Zeus for D10.4. Now I can compile my project for iOS, however,...

Thank you very much for testing. With the original demo the error does not occur so it must have to do with the modifications I made. However, since I only...

Great, looking forward see how you will implement it.

Now I can reproduce the crash for your demo app with just one modification. I call TPDFRenderer.RenderPage with AScale = 5.0 which I originally did in order to have a...

This is the change I made (the last argument of FRenderer.RenderPage is set to 5.0, overwriting the default 1.0 procedure TPDFControl.LoadPage; var LPage: TPDFPage; begin Inc(FPageIndex); LPage := TPDFPage.Create(Self); LPage.PageIndex...

If I remember correctly my experiments, without scaling the native bitmap (giving it a higher resolution than 1), the bitmap in the control will have a resolution which is not...

Same here. It would be great to get a fix for this issue.