<p>I am currently designing an APP which require slightly complex navigation between screens. </p>
<p>For certain labels within one scree, I wish to make it able to do:</p>
<p>1. After user input/ selection, the screen recognise where it been called from (which screen previsouly)</p>
<p>2. Labels are displaying information contained from the previously navigated from screen. </p>
<p> </p>
<p>I am suggestion coding for item property under labels or Screen:</p>
<p>if(NavigateFrom(Screen),Label1=Label2<font color="#0000FF">(from previous screen)</font>.Selected, Label1=Label3(from another screen).Selected)</p>
<p> </p>
<p>For now, I can only do something like:</p>
<p>if(IsBlank(Label2),Label3,Label2)</p>
<p> </p>
<p>So in this case, the labels or buttons in the present screen does not limit to one selected item. It allows to set a selection of original data area. </p>
<p> </p>
<p>If this can be achieved please let me know!</p>
<p>Thank you</p>
<p><audio style="display: none;" controls="controls"></audio></p>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.