makis_best Well-Known Member Licensed User Longtime User Apr 28, 2019 #1 I read this https://www.b4x.com/android/forum/threads/b4x-cross-platform-editable-b4xtable-form-example.104766/ thread and I am little confuse.. What the exact purpose for this line of code???? Parent.LoadLayout("1")
I read this https://www.b4x.com/android/forum/threads/b4x-cross-platform-editable-b4xtable-form-example.104766/ thread and I am little confuse.. What the exact purpose for this line of code???? Parent.LoadLayout("1")
jimmyF Active Member Licensed User Longtime User Apr 29, 2019 #2 I believe it is because the layout needs to be loaded by the activity and this keeps the code cross-platform. -j Upvote 0
I believe it is because the layout needs to be loaded by the activity and this keeps the code cross-platform. -j
Erel B4X founder Staff member Licensed User Longtime User Apr 29, 2019 #3 There is nothing really special here. This line loads the program layout. Upvote 0
jimmyF Active Member Licensed User Longtime User Apr 29, 2019 #4 Erel said: There is nothing really special here. This line loads the program layout. Click to expand... Yes. I think the issue was that @makis_best was asking why the use of the word "Parent" as opposed to the the word "Activity". Upvote 0
Erel said: There is nothing really special here. This line loads the program layout. Click to expand... Yes. I think the issue was that @makis_best was asking why the use of the word "Parent" as opposed to the the word "Activity".