Android Question TabStrip - Problem with a change Name Tab

scsjc

Well-Known Member
Licensed User
Longtime User
I found an error using TabStrip with the classe TabStripViewPagerExtendet.

1-By changing the name of the TAB index 0, (this does it perfectly)
2-I delete any sheet (which recalculates the entire TabStrip)

>>> error : >>> Changes the name of the TAB index 0 (to the name of origin)
tabstrip_problem_changenametab.gif



Attached example & video (in example can select 1º Change name, 2º Delete page, and see the page1 turn back the original title)

By the way, I did not want to change from DSTabLayout to TabStrip, but it was worth it, it's very customizable.

Even if you've been adapting the code all day --> very good change :)
 

Attachments

  • tabstrip_problem_changenametab.zip
    13.1 KB · Views: 138

scsjc

Well-Known Member
Licensed User
Longtime User
Obvious bug, but nothing terrible - you can do step 3 - rename a page again

Yes, is not terrible, but when I change a lot of lines of code and don't work correctly.. that little is terrible (off course in a simple code is easy to identify)...

I fixed to delete tab and insert tab another time... that fix a future deletes pages changing name
 
Upvote 0
Top