B billborric Member Licensed User Longtime User Jul 10, 2011 #1 Hi, Used Designer to create a layout (Layout1.bal). Program compiles OK, but debugger throws the following error... java.io.FileNotFoundException: layout1.bal ...I have the following code... Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("Layout1") End Sub ...hope someone can help out. Thanks
Hi, Used Designer to create a layout (Layout1.bal). Program compiles OK, but debugger throws the following error... java.io.FileNotFoundException: layout1.bal ...I have the following code... Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("Layout1") End Sub ...hope someone can help out. Thanks
Erel B4X founder Staff member Licensed User Longtime User Jul 10, 2011 #2 You did save the layout file, right? Open the Files tab (right pane) and make sure that the file is there. Upvote 0
You did save the layout file, right? Open the Files tab (right pane) and make sure that the file is there.
B billborric Member Licensed User Longtime User Jul 10, 2011 #3 Thanks Erel The problem turned out to be me using a mixed case layout name. Changed to all lower case and now OK. Upvote 0
Thanks Erel The problem turned out to be me using a mixed case layout name. Changed to all lower case and now OK.