a few question on programming aspects and device support

Mcky

Member
Licensed User
Longtime User
Hello.

I bought the full version of B4A and never have any regrets doing so.

3 questions:

1. Does B4A support VB.NET dynamic maths operation> example:
B4X:
dim i=3
i+=3

2. Can the B4A designer support designing app for screen size as large as the upcoming Nexus 10? (2560x1600) Will AutoScale work here?

3. Do i have to uninstall my copy of B4A after the two months standard license is over?

Thank you
 

klaus

Expert
Licensed User
Longtime User
1) No you need:
B4X:
Dim i = 3 As Int
i = i + 3
2) I think yes, I have a 1920 x 1200 asus tablet and it works perfectly including AutoScale.
3) No! After the 2 months you will get no updates but yo can still use the program. But when a new major update is available you will get an offer to upgrade to the enterprise license.

Best regards.
 
Upvote 0

kickaha

Well-Known Member
Licensed User
Longtime User
1. No, use i=i+3

2. Don't know for sure but probably.

3. No, the licence is for 2 months of upgrades. After the 2 months you are able to use the version you have but you cannot upgrade it.
 
Upvote 0
Top