I have designed a B4A Panel with all the views like labels and buttons I need. I need this to be shown as a CustomDialog at the click of a button. The thing is when I try the CustomDialog.AddView I get an error that says I need to remove the Panel first before adding it. By removing the Panel, I loose all the design I did.
Is it possible to display a pre-designed Panel via CustomDialog library?
Is it possible to display a pre-designed Panel via CustomDialog library?