fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Added EntityValidations and fixed Command CanExecute #14

Closed kevlut closed 10 years ago

kevlut commented 10 years ago

EntityValidations added to further explain why IsValid is false,

Fixed Command's CanExecute by adding IsValid to VM's dependency properties, which corrects the command's CanExecute return value,

Made UI more tab friendly, now tabs straight to first text box, disallow tabbing to ReadOnly textbox.

Changed FullName text box from LightGray to Gray foreground. Unplugging my laptop caused the LightGray to appear almost as White, making it not visible until it is plugged back in.

kevlut commented 10 years ago

@ReedCopsey I removed the EntitiyValidation's; your comment made sense.

ReedCopsey commented 10 years ago

Thanks @kevlut !