Android Question [B4X] Input dialogs with XUI Views - hide OK/Canel panel

jvetterli

Member
Licensed User
Longtime User
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?

Screenshot_20230602-193502.jpg
 

toby

Well-Known Member
Licensed User
Longtime User
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.
 
Upvote 0
Top