Mashiane Expert Licensed User Longtime User Sep 13, 2016 #1 Hi I'd like to be able to select a layout using filechooser and then load it to my screen, is this possible? I also want to loop through all its views, all of this during runtime. Thanks
Hi I'd like to be able to select a layout using filechooser and then load it to my screen, is this possible? I also want to loop through all its views, all of this during runtime. Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2016 #2 You can only load layouts from the assets folder. However you can let the user choose from a list of layouts. Mashiane said: I also want to loop through all its views, all of this during runtime. Click to expand... B4X: For Each n As Node In MainForm.RootPane.GetAllViewsRecursive Next Upvote 0
You can only load layouts from the assets folder. However you can let the user choose from a list of layouts. Mashiane said: I also want to loop through all its views, all of this during runtime. Click to expand... B4X: For Each n As Node In MainForm.RootPane.GetAllViewsRecursive Next