Thanks for responding,
GauravK wrote:
IMHO, I think this will only complicate matters. The size setting and modifying the Start button bitmap are more than enough.
I think I disagree that size setting and modifying the bitmap are enough. They might be in some cases, but if your button does experience a lot of clipping, i.e., if it is significantly obscured by the edge of the screen, then you could reduce the button size, or add padding to the frames in the bitmap to push it away from a specific screen edge. Shrinking button size is not so much a solution as it is a comprimise in this case, as you are making the button smaller than you intended it to look. Further, adding padding to the bitmap to stop it clipping on one side of the screen will simply cause it to display incorrectly on start menus attached to different screen edges. Again, that seems like more of a comprimise to me than a solution. It just makes a whole variety of button shapes and sizes difficult to implement in my experience.
I'm not sure things would be overhwhelmingly complicated by the addition of a drop down menu box in CS that allows you to a) anchor button to centre of start bar, or b) anchor button the corner of screen (where the start bar currently is).