export main module

Cor

Active Member
Licensed User
Longtime User
Now, only the extra modules are saved to a *.bas file.

Not the main module.

I write test modules before i add it to my main program
this has normally 1 activity.

Now I can only insert this in my main program by copy and paste.

better would be to also automatically save the *.b4a main module (make it compatible as *.bas (module)

Then I can easily insert it into my main program

grCor
 

Cableguy

Expert
Licensed User
Longtime User
That has an easy workaraound....
On main activity, just call the "testing" module's view....
This way, you have a .bas module, and can test it as if it was the main activity...
 
Top