App crashes when using 'Table' Class

rickrack

Member
Licensed User
Longtime User
Hi all, this is a nice class I was trying today for my application
I just have a problem using it with an AHViewPager.. the table should be shown at the third page, so it loads when the user slides(show) the second one. If I fastly go to third, the app crashes because of the table (I tried removing it and it wasn't crashing).. The application doesn't give any message, it just closes
If I wait 2-3 seconds before I slide to the third page, it works well

Can you help me to solve this problem? Thank you
 
Last edited:

rickrack

Member
Licensed User
Longtime User
Is there a way to initialize an object of the third page just when the first page is loaded? I think it depends by this... I have the table in the third page, so it loads when I slide to the second one: if I fastly slide to the third, it has no time to load the table, right?

Thanks for your help
 
Upvote 0

rickrack

Member
Licensed User
Longtime User
It's the only one...
but it doesn't matter, I'm using the "manual version" of table class, works a treat :D eheh

however thank you for support,
have a nice day
 
Upvote 0
Top