B4J Question [Solved]Why we can't use InputListAsync in B4J like B4A

Theera

Expert
Licensed User
Longtime User
Today I have study this thread which EscposPrinter module used the InputList(). I remembered that is Aeric's code ,so I have resolved Msgbox() to be MsgboxAsync()
and InputList() to be InputListAsync() in B4A Code. Yesterday,I had tried to resolved InputList() to be InputListAsync(),I couldn't do it,so I'm wonder what happened it in B4J Code.
Why B4J can't see InputListAsync() ?
 
Solution
Why B4J can't see InputListAsync() ?
Erel already answered you.
There is no similar method in B4J and B4i. Use B4XListTemplate from XUI Views.

I also suggest you take a look at my contribution of B4J version of B-POS on how I handled the printers selection using B4XDialog.
To anyone who is unaware, the forked version supports B4J using B4XPages. I have tested on Windows 11 and connects to Bluetooth thermal receipt printer through virtual com port.

aeric

Expert
Licensed User
Longtime User
Why B4J can't see InputListAsync() ?
Erel already answered you.
There is no similar method in B4J and B4i. Use B4XListTemplate from XUI Views.

I also suggest you take a look at my contribution of B4J version of B-POS on how I handled the printers selection using B4XDialog.
To anyone who is unaware, the forked version supports B4J using B4XPages. I have tested on Windows 11 and connects to Bluetooth thermal receipt printer through virtual com port.
 
Upvote 0
Solution

Theera

Expert
Licensed User
Longtime User
Erel already answered you.


I also suggest you take a look at my contribution of B4J version of B-POS on how I handled the printers selection using B4XDialog.
Thank you so much, Aeric. I will study your advice.
 
Last edited:
Upvote 0
Top