So for a project I need to show a "form" into which the users enters two numbers (so I cant use an InputDialog).
I had a look at this;
http://www.b4x.com/forum/basic4andr...738-custom-input-box-editbox-code-module.html
This is kind of what I'm wanting to do (I'd add another edit box) but I noticed in this example I can still click the "show edit box" button when the edit box is open.
How could I make this modal so that the user cant interact with the main activity while the edit box is open?
Or is there a better way to do this?
Thanks in advance!
I had a look at this;
http://www.b4x.com/forum/basic4andr...738-custom-input-box-editbox-code-module.html
This is kind of what I'm wanting to do (I'd add another edit box) but I noticed in this example I can still click the "show edit box" button when the edit box is open.
How could I make this modal so that the user cant interact with the main activity while the edit box is open?
Or is there a better way to do this?
Thanks in advance!