loadlayout error

  1. R

    Android Question Why can't I LoadLayout in class?

    I have a progressbar class which is running from a B4XPage. The progressbar class has a layout, which needs to be loaded. When I load the layout first from the B4XPage and then make calls to the progressbar class there is no problem and all runs fine. As this progress bar in various places in...
  2. D

    Android Question ZoomageView error on LoadLayout

    I get an error when I loadlayout that contains a ZoomageView. If I remove Zoomageview, there is no error. I created a very simple new project and the error occurs at Loadlayout:- Sub Activity_Create(FirstTime As Boolean) 'Do not forget to load the layout file created with the visual...
Top