Android Question Tipical error in B4A and BAJ with b4xpages?

netsistemas

Active Member
Licensed User
Longtime User
I try to do my first proyectc sharing code between b4a and baj (i am not interesend in BAi).
There are any problems when shared copy.
Whats is the best tecnich for to:
- Shared CSBUILDER OBJECT
- Shared IME
- ETC.
Are any link or documentation or sample proyect whit this library/object not shareables?

#if b4a are very good, but are other thenics?
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
If you are writing common code to be used by both B4A and B4J in a B4X application then you do not need to worry about CSBuilder - it is available in both. But IME does not have an equivalent in B4J. Another way of saying that is to say "There is no IME equivalent in a desktop application". If you use a TextField it will work in both the B4A and B4J environments. If you need to interact with the Android keyboard in the B4A version then you can add the same IME code as you would use in a non B4X application but you will need to enclose it in #if B4A .. .. .. #end if statements.
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
are CsBuilder supported in B4J? sure?
or
need i and aditional library?
may be, in the last 2 year, there are something for this.
2018:
today: 2020 sep
 
Upvote 0
Top