Jump to content
Sign in to follow this  
bzwirs

Android Scroll Issue

Recommended Posts

Delphi 10.4.2

Have used sample code provided by 

to send email with attachment from Android app and works fine.

 

After I actually send email and have been returned to app I click a button to return me to the app's main menu screen (tab control) with this code

 

TabControl1.SetActiveTabWithTransition(TabItem1,TTabTransition.Slide,TTabTransitionDirection.Reversed);

 

but instead of returning back to main menu screen the current screen scrolls upwards and have to click button again to return to main menu screen.  After this every tab control screen behaves the same way and this only happens after the send email with attachment is used.

 

I am using the sample code from Delphi Scrollable Form Demo provided by Delphi and believe this has something to do with my problem but don't understand how.

 

Can someone please help me with this.

 

Thanks in advance

 

Bill

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×