It doesn't appear to show up at all if all you do is enter scores for a character - as opposed to choosing one of the 3 methods shown.Nah- once you actually choose your scores it appears... All magic like!![]()
Nope. All the business logic, which in an app like a character builder is going to be a large amount of code, could be easily reused. If it was written properly in the first place, it could be reused as is. They'd have to rewrite the interface, to be sure, but looking at the on-line builder this morning, well, they rewrote it anyways.Going from a WPF/.NET client app to an ASP.NET/AJAX app is pretty much a complete rewrite that happens to use the same programming language and some of the same libraries for the server-side code (but if you want to do anything client side, you need to find libraries or write Javascript).