Click Back problem

I made 10 labels in a screen in vertical view, when I click labels10 and goes to second screen.

But when I back from second screen into previous screen where I defined 10 labels, it’s show from labels1 instead of labels10.

Then I scrolling to down for labels10 everytime.

Labels1
Labels2
.
.
.
.
Labels10

Why this scrolling required everytime?

Set

When screen1 pressed back
{If - set lable 1 - visible = true}
Then
{- set label 2 visible true
-set label 3 visible false

  • set label 1 visible false
    }

If{set label 2 visible = true}
Then {set label 3 visible true}
set label 1 visible false
Set label 2 visible false.

I hope you have idea from this.

1 Like

I have 20 labels This method will be so long… i think this feature need by default, can I move This issue in bug section?

This is not a bug, there is no reason for this feature that you want to be set as default for everyone. When a screen initialize it must be restarted as default. if you want a different behavior you must set it yourself.

Ok ok I understood

1 Like

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.