I am copying a B4J program towards a B4X Pages "technology" in order to benefit from the ability to run it under different OS.
Is it a good idea knowing that this application is a SERVER which does not use any UI ?
If yes, how could I remove the display of the main form ?
I suppressed the line containing
MainForm.Show
in AppStart in the main module (and also in the B4X-Page Created subroutine in the B4X Main Page)
but the main form still appears when starting the program.
Is it a good idea knowing that this application is a SERVER which does not use any UI ?
If yes, how could I remove the display of the main form ?
I suppressed the line containing
MainForm.Show
in AppStart in the main module (and also in the B4X-Page Created subroutine in the B4X Main Page)
but the main form still appears when starting the program.