Jump to content
  • Status: Fixed
  • Priority: Normal
  • Resolution: Fixed
  • Platform: Android
  • Affects version: latest

If you tap on button from the second page the Form Setup is showing correctly with animation,
but the PagerLayout switch to Page zero.

Regards
Andrea

tabpagerlayout.zip


Fix version: 1.13.6.0

User Feedback

Recommended Comments

Hello,
the issues is that the fgPagerLayout1.PageIndex change to 0 (zero) when I execute

TfgAnimationHelper.ShowModalForm(FormSetup);

so before to execute I save the fgPagerLayout1.PageIndex and restore just after.

Regards
Andrea

tabpagerlayout_temporary_fix.zip

...the issues show up also without using animation, just create and show the form.

  FormSetup := TFormSetup.Create(nil);
  //TfgAnimationHelper.ShowModalForm(FormSetup);
  FormSetup.Show;

Regards
Andrea

  • Administrators

Изменено Статус на Fixed

Изменено Резолюция на Fixed

Изменено Версия с исправлением на 1.13.6.0

Hello Yaroslav,
the release 1.13.6.0 is not published yet, can you attach the link?

Thank You
Andrea

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.