Hello, I'm trying to replace the standard OK/Cancel buttons of a dialog.
dialog.ShowCustom(dlgDone, "", "", "") hides the standard buttons, but it seems to have a panel at the bottom, which covers part of my panel.
Is there a way to get the dialog shown without it?
If you don't want any of the standard dialog buttons and their parent panel, maybe you should use a regular B4XPage that allows you to do whatever you like.