On Wed, 20 Feb 2013 11:21:57 -0800, Michael <p...@m1xa.com> wrote:

Most allow you to tweak certain aspects, not remove the entire rendering output and start over. I've never found any OS widget kit that allows completely and total control of the widget at the pixel level.

On win mobile if std win forms were not enough, we were able use win api(good old c and pointers). It's highly customizable, but with high amount of hand work.


Right, in XAML I get the same customizability without the huge amounts of hand coding.

In gui kits most slogans - "write less, get more". It's boosts development, but with less control.

More to the point, very few approach it with the idea of splitting the View (style) from the Model(implementation). When you do that, you can do some very cool things with a reasonable amount of work.

--
Adam Wilson
IRC: LightBender
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/

Reply via email to