I am getting an error when building my app in B4i version 10.00 on hosted builder. The reason is that the iBarcode2 library is missing. I'm using this library since many years. Would you please make this library available on the new build server? Thank you very much!
Is it possible to save the iBarcode preview as a bitmap? I have tried code of the form: Private temp_imageview As ImageView Private temp_rect As Rect Private temp_bmp As Bitmap Private temp_canvas As Canvas temp_imageview.Initialize("") Page1.RootPanel.AddView(temp_imageview, 0, 0...