B b4auser1 Well-Known Member Licensed User Longtime User Dec 6, 2015 #1 B4X: Activity.LoadLayout(File.Combine(File.Combine(File.DirRootExternal, "download"), "mainlayout")) B4X: java.io.FileNotFoundException: /storage/emulated/0/download/mainlayout.bal Is it possible to load bal files from DirInternal or DirExternal sub-folders ? I want to load bal files from the shared resource in the Internet to provide custom forms dynamically.
B4X: Activity.LoadLayout(File.Combine(File.Combine(File.DirRootExternal, "download"), "mainlayout")) B4X: java.io.FileNotFoundException: /storage/emulated/0/download/mainlayout.bal Is it possible to load bal files from DirInternal or DirExternal sub-folders ? I want to load bal files from the shared resource in the Internet to provide custom forms dynamically.
JonPM Well-Known Member Licensed User Longtime User Dec 6, 2015 #2 I don't think it's possible as the BAL file is like a source code file that needs to go through the compiler first. Perhaps this will help Upvote 0
I don't think it's possible as the BAL file is like a source code file that needs to go through the compiler first. Perhaps this will help
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2015 #3 It is not possible. Upvote 0