Click here to Skip to main content
15,791,096 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF MVVM textbox bind to SelectedItem issue Pin
miniboom6-Sep-18 4:32
miniboom6-Sep-18 4:32 
AnswerRe: WPF MVVM textbox bind to SelectedItem issue Pin
Mycroft Holmes6-Sep-18 13:47
professionalMycroft Holmes6-Sep-18 13:47 
GeneralRe: WPF MVVM textbox bind to SelectedItem issue Pin
miniboom7-Sep-18 6:40
miniboom7-Sep-18 6:40 
GeneralRe: WPF MVVM textbox bind to SelectedItem issue Pin
Mycroft Holmes7-Sep-18 12:15
professionalMycroft Holmes7-Sep-18 12:15 
QuestionPlease help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 11:00
Pew_new4-Sep-18 11:00 
AnswerRe: Please help me to figure out a purpose of this code. Pin
Mycroft Holmes4-Sep-18 12:29
professionalMycroft Holmes4-Sep-18 12:29 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 19:31
Pew_new4-Sep-18 19:31 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Mycroft Holmes4-Sep-18 20:18
professionalMycroft Holmes4-Sep-18 20:18 
So you have a ScanTime of 250-270ms.
It is generated by subtracting the current time (DateTime.Now) from the _LastScanTime which was populated by the last loop. It represents the number of milliseconds the system takes to complete the processing loop from the VM.

PS It is still a very straight forward piece of code which is staggeringly simple. Try adding
Thread.Sleep(100)
after your subtraction line and see what happens.
Never underestimate the power of human stupidity
RAH

GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 23:25
Pew_new4-Sep-18 23:25 
AnswerRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan4-Sep-18 22:52
mveRichard MacCutchan4-Sep-18 22:52 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 23:30
Pew_new4-Sep-18 23:30 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan4-Sep-18 23:38
mveRichard MacCutchan4-Sep-18 23:38 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 23:45
Pew_new4-Sep-18 23:45 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan5-Sep-18 0:07
mveRichard MacCutchan5-Sep-18 0:07 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new5-Sep-18 0:12
Pew_new5-Sep-18 0:12 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan5-Sep-18 0:35
mveRichard MacCutchan5-Sep-18 0:35 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Mycroft Holmes5-Sep-18 12:21
professionalMycroft Holmes5-Sep-18 12:21 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan5-Sep-18 22:45
mveRichard MacCutchan5-Sep-18 22:45 
AnswerRe: Please help me to figure out a purpose of this code. Pin
Pete O'Hanlon5-Sep-18 1:44
subeditorPete O'Hanlon5-Sep-18 1:44 
QuestionWPF Grouping and Grouping Adorners Pin
ameenshabeer3-Sep-18 7:29
ameenshabeer3-Sep-18 7:29 
AnswerRe: WPF Grouping and Grouping Adorners Pin
Pete O'Hanlon3-Sep-18 13:40
subeditorPete O'Hanlon3-Sep-18 13:40 
QuestionSimpliest code: Can't change label "Content" programmatically Pin
Pew_new2-Sep-18 9:28
Pew_new2-Sep-18 9:28 
AnswerRe: Simpliest code doesn't work Pin
Bernhard Hiller2-Sep-18 23:03
Bernhard Hiller2-Sep-18 23:03 
GeneralRe: Simpliest code doesn't work Pin
Pew_new3-Sep-18 0:10
Pew_new3-Sep-18 0:10 
GeneralRe: Simpliest code doesn't work Pin
Richard Deeming3-Sep-18 11:32
mveRichard Deeming3-Sep-18 11:32 

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.