I am building a simple POS system to accompany a SAAS accounting system I have built a few years back. It will be Cross Platform (Android Tablet, iPad and Java Desktop app)
I want to dynamically add buttons from a database based on an individual clients setup preferences. (my app that runs on Android does this already).
I have a test app that I am playing with to work out the cross platform layouts (attached) and it seems to work fine on B4a, but it has a strange irregularity with positioning and formatting the last button on B4J.
As can be seen, button 49 is correctly placed in the bottom right on B4A
but on B4J it puts the last button at the top left and at the size it is actually set to in the Designer, despite logging the correct co-ordinates and size.
the B4J project is attached.
Any help is much appreciated...