Click here to Skip to main content
15,905,679 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Still slightly struggling with Binding Pin
Sutton Mehaffey4-Apr-12 10:03
Sutton Mehaffey4-Apr-12 10:03 
QuestionCreating User Control in WPF Pin
MemberDotNetting4-Apr-12 1:09
MemberDotNetting4-Apr-12 1:09 
Questionremote desktop via wp7 Pin
heba abu ghaleih22 3-Apr-12 22:36
heba abu ghaleih22 3-Apr-12 22:36 
AnswerRe: remote desktop via wp7 Pin
Pete O'Hanlon3-Apr-12 22:50
mvePete O'Hanlon3-Apr-12 22:50 
GeneralRe: remote desktop via wp7 Pin
heba abu ghaleih22 3-Apr-12 22:58
heba abu ghaleih22 3-Apr-12 22:58 
GeneralRe: remote desktop via wp7 Pin
Pete O'Hanlon3-Apr-12 23:08
mvePete O'Hanlon3-Apr-12 23:08 
GeneralRe: remote desktop via wp7 Pin
heba abu ghaleih22 3-Apr-12 23:36
heba abu ghaleih22 3-Apr-12 23:36 
GeneralRe: remote desktop via wp7 Pin
Pete O'Hanlon3-Apr-12 23:42
mvePete O'Hanlon3-Apr-12 23:42 
GeneralRe: remote desktop via wp7 Pin
heba abu ghaleih22 4-Apr-12 0:08
heba abu ghaleih22 4-Apr-12 0:08 
GeneralRe: remote desktop via wp7 Pin
Pete O'Hanlon4-Apr-12 0:27
mvePete O'Hanlon4-Apr-12 0:27 
QuestionDataGrid adds additional unnecessary row Pin
Mahesha9993-Apr-12 5:16
Mahesha9993-Apr-12 5:16 
AnswerRe: DataGrid adds additional unnecessary row Pin
Mahesha9993-Apr-12 5:22
Mahesha9993-Apr-12 5:22 
AnswerRe: DataGrid adds additional unnecessary row Pin
RobCroll3-Apr-12 5:42
RobCroll3-Apr-12 5:42 
Questionwpf controls Pin
MemberDotNetting2-Apr-12 15:41
MemberDotNetting2-Apr-12 15:41 
QuestionRe: wpf controls Pin
Richard MacCutchan2-Apr-12 21:39
mveRichard MacCutchan2-Apr-12 21:39 
AnswerRe: wpf controls Pin
Abhinav S3-Apr-12 6:42
Abhinav S3-Apr-12 6:42 
QuestionGet a Model event in the ViewModel Pin
Mycroft Holmes29-Mar-12 23:38
professionalMycroft Holmes29-Mar-12 23:38 
AnswerRe: Get a Model event in the ViewModel Pin
Pete O'Hanlon29-Mar-12 23:53
mvePete O'Hanlon29-Mar-12 23:53 
GeneralRe: Get a Model event in the ViewModel Pin
Mycroft Holmes30-Mar-12 1:54
professionalMycroft Holmes30-Mar-12 1:54 
GeneralRe: Get a Model event in the ViewModel Pin
Pete O'Hanlon30-Mar-12 2:29
mvePete O'Hanlon30-Mar-12 2:29 
QuestionShowing image for datapoints in Scatter series in Silverlight Pin
Member 877261529-Mar-12 19:20
Member 877261529-Mar-12 19:20 
AnswerRe: Showing image for datapoints in Scatter series in Silverlight Pin
Member 877261529-Mar-12 20:00
Member 877261529-Mar-12 20:00 
Questionbinding with timer Pin
michaelgr129-Mar-12 5:46
michaelgr129-Mar-12 5:46 
AnswerRe: binding with timer Pin
Mycroft Holmes29-Mar-12 12:59
professionalMycroft Holmes29-Mar-12 12:59 
Have a timer in the VM
Have the onchange event in the model for the field reset the timer (and clear the cache string, possibly)
In the tick method check the content of the field if != string.empty and matches the cached string then call your method
Cache the string

Onchange of the selected item always clear the cache string
Never underestimate the power of human stupidity
RAH

GeneralRe: binding with timer Pin
SledgeHammer0129-Mar-12 17:23
SledgeHammer0129-Mar-12 17:23 

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.