Y yiankos1 Well-Known Member Licensed User Longtime User Dec 20, 2018 #1 Hello my friends, As here mentions: Erel said: A simple way to handle it is with a "main" layout that includes a panel named pnlRoot. This panel will be resized with this code. The actual content layout is loaded to this panel. Click to expand... In order to be compatible with all iOS devices, we have to do two seperate layouts for each new Page we want to add at NavigationController?
Hello my friends, As here mentions: Erel said: A simple way to handle it is with a "main" layout that includes a panel named pnlRoot. This panel will be resized with this code. The actual content layout is loaded to this panel. Click to expand... In order to be compatible with all iOS devices, we have to do two seperate layouts for each new Page we want to add at NavigationController?
D Deleted member 103 Guest Dec 20, 2018 #2 yiankos1 said: Hello my friends, As here mentions: In order to be compatible with all iOS devices, we have to do two seperate layouts for each new Page we want to add at NavigationController? Click to expand... Read the post, then you will understand it better. Upvote 0
yiankos1 said: Hello my friends, As here mentions: In order to be compatible with all iOS devices, we have to do two seperate layouts for each new Page we want to add at NavigationController? Click to expand... Read the post, then you will understand it better.
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2018 #3 You can use the "main" layout in each of your pages. Just make sure to implement each page in a different class or module. Upvote 0
You can use the "main" layout in each of your pages. Just make sure to implement each page in a different class or module.
Y yiankos1 Well-Known Member Licensed User Longtime User Dec 21, 2018 #4 Erel said: You can use the "main" layout in each of your pages. Just make sure to implement each page in a different class or module. Click to expand... So, anything attached at layout (barbutton, toolbarbutton etc) must be again initialized through code at "main" layout this time? Upvote 0
Erel said: You can use the "main" layout in each of your pages. Just make sure to implement each page in a different class or module. Click to expand... So, anything attached at layout (barbutton, toolbarbutton etc) must be again initialized through code at "main" layout this time?
Erel B4X founder Staff member Licensed User Longtime User Dec 23, 2018 #5 Create another layout just for the bar buttons. Upvote 0