Hi !
I’m trying to develop a small app with many independant functions.
So i want to make 1 app for each function (script and window interface) in order to test if it’s work well.
But at the end, i want to merge all functions in only one app (so with many interface window and many script - all independant from each other).
Is it possible or not ? If it is, how can i do it without losing link between interface and script.
It’s hard to answer such a general question. I can’t see why adding the functions one at a time is not preferable to building separate apps – merging could be a messy business.
Of course, you are right !
If i would like to do that, it’s because, when i want to debug my app, i need to compile all. So it take’s more time and i’m not sure if problem doesn’t come from an other part of the app.
So, if they is no easy way to do it, i will add function one by one
Thanks
PS : your PDF book is very useful. Keep going helping us !