R raaiman Member Licensed User Longtime User Apr 26, 2013 #1 I have a panel, loadLayout a file, the layour have two controls(imageview,label) when i use panel.getview(0) sometimes it get imageview ok, but sometimes it get fail "view Not initialized" if i add control via code, not via loadlayout, it works well. is it a loadlayout bug?
I have a panel, loadLayout a file, the layour have two controls(imageview,label) when i use panel.getview(0) sometimes it get imageview ok, but sometimes it get fail "view Not initialized" if i add control via code, not via loadlayout, it works well. is it a loadlayout bug?
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2013 #2 It is most probably a problem in your code. However it is difficult to help without seeing the project. Upvote 0
It is most probably a problem in your code. However it is difficult to help without seeing the project.