iOS Question What sets "<Back" on navagaition

John Woodsmall

Active Member
Licensed User
Longtime User
what creates the "<Back" text instead of the name of setting module?
Sometimes i get a "<Back" text at the top and sometimes I get the name
of the previous Page that called this page.

So, what sets "<Back" ?
i thought it was if you used a button instead of a label
but it is not always the same.
 

John Woodsmall

Active Member
Licensed User
Longtime User
Here is a cut down example of the problem. on the (I) icon page "General Infomation"
and "Explanation of Scores" show an back arrow instead of "Contents" title of the
page calling it.
 

Attachments

  • panel.zip
    220.1 KB · Views: 189
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is related to the title length. If there is not enough space then it will show Back.

upload_2016-12-11_11-29-37.png


You can change the title before you show the next page and make it shorter.
 
Upvote 0
Top