Re: Validation in TabControl

2012-04-04 Thread Stephen Price
Not considered that, but like the sound. We are using fluent validation (the framework). I dare say changing how we validate would be massive change though Thanks will investigate whats involved. May have to revisit validation later have other stuff to focus on now On Apr 4, 2012 5:12 PM, Jordan

Re: Validation in TabControl

2012-04-04 Thread Jordan Knight
Of course, the problem still stands, that if you have hidden tabs, how do you direct the user back to them to fix the errors :) On Wed, Apr 4, 2012 at 7:50 PM, Stephen Price step...@perthprojects.comwrote: Not considered that, but like the sound. We are using fluent validation (the framework).

Re: Validation in TabControl

2012-04-04 Thread Stephen Price
We are changing the colour of the tab text to red, when error is on that tab, or it's children. I like the idea of an error icon though. More accessibility friendly. (assuming thats a word) On Apr 4, 2012 6:16 PM, Joseph jos...@learnwpf.com wrote: In the past I've put an error icon in the tab

Regenerating Ria services metadata

2012-04-04 Thread David Burela
This has been bugging me for years with Ria services. You generate the domain service and the associated metadata when you first create the domain service. Then you update the Entity Framework model I keep searching online for ways to regenerate the metadata file, but all I find is post after

Re: Regenerating Ria services metadata

2012-04-04 Thread Chris Anderson
Regenerating the metadata is really not something I could see being a good thing. Those classes are created so that you can apply attributes to properties on your models without having to mark up the model classes directly. Therefore, they're designed to be hand-edited, and regenerating them