<wild guess>We will see a new free product named Basic4JFX before the end of the year. It will target Windows, Linux and Macs. The UI will be based on JavaFX.
The concepts will be similar to Basic4android. Though the APIs will not be identical.
</wild guess>
Nothing is sure for now...
This is an important point. This is why Basic4iOS is not happening for now.
However a standard Java solution is much simpler and will require less resources. It will also make Basic4android better as it will allow developers to more easily build the back end side. This is especially relevant for enterprise developers that build in-house solutions.
'---
'--- Clone Erel so we can have more enhancements
'---
Dim Erel4IOS As Erel
Dim Erel4Win As Erel
Erel4IOS = Erel.clone
Erel4Win = Erel.clone
'---
'--- now get to work!
'---
Erel4IOS.Init
Erel4Win.Init
Erel4IOS.StartCoding
Erel4Win.StartCoding
One more question: Does the PC's that runs apps made with B4J, will need to have JRE installed? A while ago I discovered that is not that common to have it..