aaronk Well-Known Member Licensed User Longtime User Mar 16, 2013 #1 Hello, I keep getting the following error in my Log: B4X: Warning: Panel.LoadLayout called with zero sized panel. I think it's only happened since I updated my B4A to 2.52. My app still works but the event log seems to have that above line about 10 times in the event log. Does anyone know why this is happening or is it a bug in B4A ?
Hello, I keep getting the following error in my Log: B4X: Warning: Panel.LoadLayout called with zero sized panel. I think it's only happened since I updated my B4A to 2.52. My app still works but the event log seems to have that above line about 10 times in the event log. Does anyone know why this is happening or is it a bug in B4A ?
Erel B4X founder Staff member Licensed User Longtime User Mar 16, 2013 #2 This is a warning. It means that you are loading a layout file to a panel with unknown size. You should first add the Panel to its parent and then load the layout file. The size is requires for the designer script to run correctly. Upvote 0
This is a warning. It means that you are loading a layout file to a panel with unknown size. You should first add the Panel to its parent and then load the layout file. The size is requires for the designer script to run correctly.