Hi there,
I'm developing a custom dialog and I want to have my own "Ok" and "Cancel" buttons. I understand I can disable the default ones with:
When I do this, they disappear (and that's fine) but the space occupied buy them remains on my custom layout (in the bottom). Is there any way to remove that space assigned to the buttons?
Thanks.
I'm developing a custom dialog and I want to have my own "Ok" and "Cancel" buttons. I understand I can disable the default ones with:
B4X:
Wait For (dialog.ShowCustom(p, "", "", "")) Complete (Result As Int)
When I do this, they disappear (and that's fine) but the space occupied buy them remains on my custom layout (in the bottom). Is there any way to remove that space assigned to the buttons?
Thanks.