I made a couple of programs that I release as freeware on my web page. One of these programs uses TSpinEdit to enter a number. It works quite well, so I had no reason to use anything else.
However, yesterday the user told me that he did not like the small buttons. I cannot but agree, because, well, they are. Unfortunately, the only way to make the buttons bigger is to make the controls bigger, and it really doesn't look pretty. Instead, I decided to change the component a bit so that the buttons were located next to each other, and not one above the other.
Now Delphi will not let me include this new component directly in DFM, because it is not currently installed - it is just a file added to the project. Obviously, it would be nice to change this - not only because it allows me to save controls in DFM, but also because it allows me to reuse the changed component more easily - so I have to make the package and add it there. This is great, I can do it.
But this brings me to my question: how do I manage this package?
Are there any problems with adding any other components that I make into the same package, or would it be better if I made several packages and split them into logical groups?
, , - , , , ?