I am trying to create a custom XUI view. In it I load a layout using CallSubDelayed, as is necessary.
The layout contains only a B4XImageView (it's just a test, certainly not a useful custom view). The CV has a property to set the B4XBitmap of this B4XImageView.
In the B4J project that uses it I had to add a Sleep (0) so that the sw did not crash; in the B4A project not even this is enough.
The layout contains only a B4XImageView (it's just a test, certainly not a useful custom view). The CV has a property to set the B4XBitmap of this B4XImageView.
In the B4J project that uses it I had to add a Sleep (0) so that the sw did not crash; in the B4A project not even this is enough.