Right now each of my pages have a standard header, and many of them a standard footer (by this I mean a container containing other containers and bullets etc with various layouts etc). For now once I get it right I simply copy and paste it to my other forms which is really no big deal, but when you come to change that header then of course you need to change it on every form. Is there some neater way to do this so each one can point to a single "base", ie, I make one change to the header, it happens everywhere else I have used a header.
It would be nice if you could some how save out your own container and everything within it as some sort of "prefab" that you can drop in, and when you edit the prefab the instances of it all change too.
Just a thought, I know this is extremely hard to achieve, in many ways I think if you exposed the underlying data structures as XML or something, then we could edit like you might in dreamweaver, half gui half markup language, and instantiate sub xml files as components - but then thats simply exactly what android did, and my own system before :-) Would be good to hear your thoughts on reusing things basically.