• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Moving multiple annotations
#10
It looks like the nudging issue is due to a major difference between how rendering used to work with Win2D and the current implementation that uses Skia. To summarize, MobileSheets is refreshing and redrawing the entire page and all annotations after each individual annotation is moved. That means if 50 annotations are selected, and 50 are nudged, it redraws the page and all annotations 50 times, which is why you see the horrendously long delay. With the old implementation, I was flagging the page as needing to be refreshed, which would happen asynchronously, so it was okay to do that 50 times. With the new implementation, it immediately triggers a re-rendering, so I have to be careful to only do it once per page that needs refreshing. This will be fixed with 3.9.0.

Thanks,
Mike
Reply


Messages In This Thread
Moving multiple annotations - by palosanto - 03-09-2022, 05:09 AM
RE: Moving multiple annotations - by Zubersoft - 03-09-2022, 05:22 AM
RE: Moving multiple annotations - by palosanto - 03-09-2022, 05:36 AM
RE: Moving multiple annotations - by drummer12314 - 07-06-2024, 09:12 PM
RE: Moving multiple annotations - by Zubersoft - 07-07-2024, 05:12 AM
RE: Moving multiple annotations - by drummer12314 - 07-08-2024, 05:07 AM
RE: Moving multiple annotations - by Zubersoft - 07-08-2024, 05:28 AM
RE: Moving multiple annotations - by drummer12314 - 07-08-2024, 07:22 AM
RE: Moving multiple annotations - by Zubersoft - 07-08-2024, 10:04 AM
RE: Moving multiple annotations - by Zubersoft - 07-09-2024, 06:01 AM
RE: Moving multiple annotations - by drummer12314 - 07-09-2024, 06:27 AM
RE: Moving multiple annotations - by Zubersoft - 07-09-2024, 01:54 PM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.