Click here to Skip to main content
15,911,896 members
Home / Discussions / WPF
   

WPF

 
QuestionMVC Pin
MemberDotNetting2-Mar-12 2:36
MemberDotNetting2-Mar-12 2:36 
AnswerRe: MVC Pin
SledgeHammer012-Mar-12 6:34
SledgeHammer012-Mar-12 6:34 
GeneralRe: MVC Pin
MemberDotNetting2-Mar-12 10:09
MemberDotNetting2-Mar-12 10:09 
GeneralRe: MVC Pin
SledgeHammer012-Mar-12 10:40
SledgeHammer012-Mar-12 10:40 
GeneralRe: MVC Pin
MemberDotNetting2-Mar-12 12:01
MemberDotNetting2-Mar-12 12:01 
Questionhow to bind labels in user Control with observablecollection Pin
wasifmuneer1-Mar-12 7:45
wasifmuneer1-Mar-12 7:45 
AnswerRe: how to bind labels in user Control with observablecollection Pin
ekolis1-Mar-12 9:57
ekolis1-Mar-12 9:57 
Questionevent when children added to stackpanel Pin
Sam_lin1-Mar-12 5:31
Sam_lin1-Mar-12 5:31 
QuestionComboBox focus and marked on startup Pin
falukky1-Mar-12 3:42
falukky1-Mar-12 3:42 
QuestionOut-of-Browser Window Positioning Pin
roni-in1-Mar-12 0:05
roni-in1-Mar-12 0:05 
AnswerRe: Out-of-Browser Window Positioning Pin
SledgeHammer012-Mar-12 10:42
SledgeHammer012-Mar-12 10:42 
Questionhow to change Combobox DropDownStyle ? Pin
gshhar29-Feb-12 22:21
gshhar29-Feb-12 22:21 
AnswerRe: how to change Combobox DropDownStyle ? Pin
Abhinav S29-Feb-12 22:40
Abhinav S29-Feb-12 22:40 
GeneralRe: how to change Combobox DropDownStyle ? Pin
gshhar29-Feb-12 23:23
gshhar29-Feb-12 23:23 
QuestionScreen-Workareas of multiple Monitors Pin
Mr.PoorEnglish29-Feb-12 2:05
Mr.PoorEnglish29-Feb-12 2:05 
QuestionHow to access data format errors Pin
Bernhard Hiller29-Feb-12 1:05
Bernhard Hiller29-Feb-12 1:05 
AnswerRe: How to access data format errors Pin
Abhinav S29-Feb-12 1:17
Abhinav S29-Feb-12 1:17 
GeneralRe: How to access data format errors Pin
Bernhard Hiller29-Feb-12 3:32
Bernhard Hiller29-Feb-12 3:32 
Thanks for the links. But they do not cover my problem: I do not care for a rule that my int must be between 1 and 99 or something like that, but that it must be an int! Just check the demo program of your second link: in the age field enter "1" and leave the field => it is ok. Then come back and add a letter, e.g. "w1" => it stays valid. Why? Exactly because of the problem I described above: the setter of the age property is not called now, the property's value is still 1, and that's ok. But not ok for me, because the UI shows a different (illegal) value.
How do you cope with such problems? Do you use a fully fledged WPF framework which handles such cases?
GeneralRe: How to access data format errors Pin
Pete O'Hanlon29-Feb-12 4:00
mvePete O'Hanlon29-Feb-12 4:00 
GeneralRe: How to access data format errors Pin
Bernhard Hiller29-Feb-12 19:32
Bernhard Hiller29-Feb-12 19:32 
Questioncalendar control Pin
nik00828-Feb-12 20:38
nik00828-Feb-12 20:38 
AnswerRe: calendar control Pin
Abhinav S28-Feb-12 22:41
Abhinav S28-Feb-12 22:41 
AnswerRe: calendar control Pin
Pete O'Hanlon29-Feb-12 0:18
mvePete O'Hanlon29-Feb-12 0:18 
QuestionThe WPF DocumentViewer Control Pin
usolo28-Feb-12 15:04
usolo28-Feb-12 15:04 
QuestionEdit MainPage title in Silverlight 5 Pin
roni-in28-Feb-12 6:01
roni-in28-Feb-12 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.