Click here to Skip to main content
15,897,291 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to bind between listView with two column and database items ? Pin
Pete O'Hanlon5-Dec-10 23:17
mvePete O'Hanlon5-Dec-10 23:17 
AnswerRe: How to bind between listView with two column and database items ? Pin
Abhinav S6-Dec-10 4:00
Abhinav S6-Dec-10 4:00 
QuestionHow do you handle the static data load Pin
Mycroft Holmes5-Dec-10 20:18
professionalMycroft Holmes5-Dec-10 20:18 
AnswerRe: How do you handle the static data load Pin
#realJSOP6-Dec-10 2:09
professional#realJSOP6-Dec-10 2:09 
GeneralRe: How do you handle the static data load Pin
Mycroft Holmes6-Dec-10 3:03
professionalMycroft Holmes6-Dec-10 3:03 
GeneralRe: How do you handle the static data load Pin
#realJSOP7-Dec-10 1:45
professional#realJSOP7-Dec-10 1:45 
GeneralRe: How do you handle the static data load Pin
Mycroft Holmes7-Dec-10 11:16
professionalMycroft Holmes7-Dec-10 11:16 
Questionevents between two threads Pin
igalep1325-Dec-10 8:03
igalep1325-Dec-10 8:03 
Hello,

I'm implement some UI application.

The problem i have is how to fire events between two threads ?

Thread A (ui main window/wpf) launch thread B (console app project) with the logic of the app. here i have some recursive algorithm, which generate some question to the user.
Then by event i fire this question to the main ui window and update the ui with the relevant question (any other way to do it ?)
After the user see the question he needs to insert some answer, and according to this input the recursive algorithm continue it's execution.
The problem is how to idle the recursive execution (while the user decide what to answer...)

I was thinking to use background-worker/busy waiting, but is it possible to fire events between threads ?

Thanks for help
AnswerRe: events between two threads Pin
Mycroft Holmes5-Dec-10 10:51
professionalMycroft Holmes5-Dec-10 10:51 
GeneralRe: events between two threads Pin
igalep1325-Dec-10 10:53
igalep1325-Dec-10 10:53 
AnswerRe: events between two threads Pin
SledgeHammer015-Dec-10 11:02
SledgeHammer015-Dec-10 11:02 
GeneralRe: events between two threads Pin
igalep1325-Dec-10 11:05
igalep1325-Dec-10 11:05 
AnswerRe: events between two threads Pin
Ray Cassick7-Dec-10 9:03
Ray Cassick7-Dec-10 9:03 
GeneralRe: events between two threads Pin
igalep1327-Dec-10 9:56
igalep1327-Dec-10 9:56 
GeneralRe: events between two threads Pin
Ray Cassick7-Dec-10 16:20
Ray Cassick7-Dec-10 16:20 
GeneralRe: events between two threads Pin
igalep13211-Dec-10 0:28
igalep13211-Dec-10 0:28 
GeneralRe: events between two threads Pin
Ray Cassick16-Dec-10 6:23
Ray Cassick16-Dec-10 6:23 
GeneralRe: events between two threads Pin
igalep13218-Dec-10 11:18
igalep13218-Dec-10 11:18 
Questionchecking processes Pin
arkiboys3-Dec-10 2:58
arkiboys3-Dec-10 2:58 
AnswerRe: checking processes Pin
Pete O'Hanlon3-Dec-10 4:37
mvePete O'Hanlon3-Dec-10 4:37 
GeneralRe: checking processes Pin
arkiboys3-Dec-10 5:43
arkiboys3-Dec-10 5:43 
GeneralRe: checking processes Pin
Pete O'Hanlon3-Dec-10 7:19
mvePete O'Hanlon3-Dec-10 7:19 
GeneralRe: checking processes Pin
arkiboys3-Dec-10 11:00
arkiboys3-Dec-10 11:00 
GeneralRe: checking processes Pin
Pete O'Hanlon3-Dec-10 11:01
mvePete O'Hanlon3-Dec-10 11:01 
GeneralRe: checking processes Pin
arkiboys3-Dec-10 11:02
arkiboys3-Dec-10 11:02 

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.