The reason I need two identical Layoutfiles (Page_2) is that there are many views (150) in it.
With the next code I can make some views visible/invisible
TabHost1_TabChanged:
sub TabHost1_TabChanged
Select Case TabHost1.CurrentTab
Case 0
Case 1, 2
'my code to to make some views visible/invisible
end select
end sub
Is there a way to use 2 identical Layoutfiles without copy all views and put them in a new file with another name?
but the place is no problem because there a buttons for submenues in both files.
My project is an inputmask on a tablet for 2 different rescue-szenarios (2 menues)
the first Page_2 is for input the information of the place and person (big rescue szenario)
the second Page_2 is only for input the information of the person (another rescue szenario)
In this second szenario I make a button "place" invisible. The input-mask for the person is the same.