C Cor Active Member Licensed User Longtime User Nov 30, 2010 #1 I have made several separated programs which I now want include to the main program. I see no module export or activity export, import my separated programs consists of layout and images etc How do i easy insert these into the main program? grCor
I have made several separated programs which I now want include to the main program. I see no module export or activity export, import my separated programs consists of layout and images etc How do i easy insert these into the main program? grCor
Erel B4X founder Staff member Licensed User Longtime User Dec 1, 2010 #2 From your main program use the file manager to add the layout files (bal files). Add the activities with Project - Add existing module.
From your main program use the file manager to add the layout files (bal files). Add the activities with Project - Add existing module.
C Cor Active Member Licensed User Longtime User Dec 1, 2010 #3 ' add existing ' module wants *.bas files , but i add a b4a file then it gives an error when loading grCor
' add existing ' module wants *.bas files , but i add a b4a file then it gives an error when loading grCor
Erel B4X founder Staff member Licensed User Longtime User Dec 1, 2010 #4 You cannot add the main file (b4a).
C Cor Active Member Licensed User Longtime User Dec 1, 2010 #5 How can I export then a module? to *.bas file? EDIT: now I copy and paste grCor Last edited: Dec 1, 2010
C Cor Active Member Licensed User Longtime User Dec 3, 2010 #6 I make activities as a separate project , and if it is working ok then i put it into my main program Only the main activity is not exported as a separate module could this be in a next version so i can easily import it as a module Now i copy and paste grCor
I make activities as a separate project , and if it is working ok then i put it into my main program Only the main activity is not exported as a separate module could this be in a next version so i can easily import it as a module Now i copy and paste grCor