Android Question XUI custom view - B4XImageView problem?

LucaMs

Expert
Licensed User
Longtime User
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.
 

Attachments

  • XuiCVTest.zip
    44.4 KB · Views: 137
Top