Android Question InputBoxAsync in [Lib] BetterDialogs

vecino

Well-Known Member
Licensed User
Longtime User
Hello, would that be possible? :)
B4X:
iRes = BD.InputBoxAsync(cTitle,id,cTxPos,cTxCan,"",LoadDrawable("ic_menu_edit"))
It would be very complicated to add Async?
Thank you
 

Informatix

Expert
Licensed User
Longtime User
If the question is: "do I plan to add an asynchronous version of dialogs to BetterDialogs?", the answer is "maybe, it's pretty easy to do". If the question is: "am I going to replace the modal dialogs of BetterDialogs by an asynchronous version?", the answer is definitely "No". It's not the same thing, even with Wait For.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hello, thanks for answering.
The question is the first: do you plan to add Async in the future?
You already answered it.
Thanks again. :)
 
Upvote 0
Top