As the number of forms I have grows, is there any easy way to put them into “folders”?
Or is this a sign I should start using modules?
As the number of forms I have grows, is there any easy way to put them into “folders”?
Or is this a sign I should start using modules?
I guess it is It is said that a next major release of Servoy should have ways to put labels on form and thus filtering by labels, but in the meantime,
putting forms in module also helps getting them organized by logical entities, which could later be the basis of reusable modules.
I think, it’s a great request.
Best regards. Roberto.
Yes Roberto, this request has been made a number of time, and the last time we heard the news that there will be some sort of labelling for forms.
I was dreaming of packages like you have in Java, but unfortunately that’s not an easy thing to do as it would require a lot of refactoring of the current code base.
Considering that Servoy needs to focus more on stability than on adding new features, I guess that having labels will do just fine.
And in the meantime, modules are the way to go to
1/ organize your code
2/ isolate it in meaningful chuncks with as little dependencies as possible
step by step
Best regards. Roberto.