Your comments
View Update Issue After Flickering Resolved
The flickering issue seems to be resolved, but I’ve noticed a new related problem: in the same area where the flickering used to occur, under certain conditions (e.g., when text wraps to a new line), the view does not update correctly beyond the current screen width. It appears that the content outside the visible area is not being properly redrawn when changes occur.
Just updated and tested everything — it works perfectly. Thank you for the quick fix and fast response!
Only when the tabs take up the entire screen width or more, and the issue is always with the second-to-last tab.
I’m not very experienced in programming, but I had a similar issue in my app. The problem might be related to the border between the second-to-last and the last tab, or at the very end of the last tab. Because of this, the block either disappears or wraps to the next line. One possible solution is to change the border style to outside or inside, or to properly calculate the total width of the block including the borders of each tab so that it fits the screen width precisely. Try reproducing the issue by adjusting the width of the tab container to even and odd values during development.
I’ve tried your suggestions, but the issue remains.
Customer support service by UserEcho
I don’t see the issue anymore. Now the text wraps correctly.