Jump to content

Riku23

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by Riku23

  1. It is a known bug in Delphi 12.1 and corrected in 12.2 but comes with a new different bug as you can see here But everything is fixed in patch 1 1.0
  2. The SwipeTransitionEffect does not work correctly in the Right to Left direction, it seems MousePoint cannot go negative. exp. SwipeTransitionEffect1.CornerPoint := TPointF.Create(250, 300); Bottom Right Corner of the image SwipeTransitionEffect1.MousePoint := TPointF.Create(-50, 250); Does not work correctly! Worked ok in 11.3 and before SwipeTransitionEffect1.CornerPoint := TPointF.Create(0, 300); Bottom Left Corner of the image SwipeTransitionEffect1.MousePoint := TPointF.Create(300, 250); Here it works as it should. Does anyone know if there are any changes made to the FMX Filters in Patch 1?
  3. Riku23

    SwipeTransitionEffect Right2Left broken?

    So, as there are no additional thoughts on this topic, am I right to consider this a BUG and report it or is there smth. I'm missing?
  4. Riku23

    Installed 11.2 on new computer now get error

    Delete your old android manifest file from the project and also if you have it installed on your device uninstall it first.
  5. Riku23

    SwipeTransitionEffect Right2Left broken?

    Attached you'll find a test project SwipePageTest.rar. There is no diff between enabling Skia or not.
×