Click here to Skip to main content
15,887,683 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Silverlight file is not diplayed Pin
Mark Salsbery14-Jul-09 8:16
Mark Salsbery14-Jul-09 8:16 
GeneralRe: Silverlight file is not diplayed Pin
nizam babu30-Aug-09 22:49
nizam babu30-Aug-09 22:49 
QuestionMessage Removed Pin
13-Jul-09 10:59
professionalN_tro_P13-Jul-09 10:59 
AnswerRe: WPF animation background processing Pin
Christian Graus13-Jul-09 11:25
protectorChristian Graus13-Jul-09 11:25 
QuestionDataGrid Bindings not working Pin
Jacobus0113-Jul-09 4:06
Jacobus0113-Jul-09 4:06 
AnswerRe: DataGrid Bindings not working Pin
laprathab13-Jul-09 21:50
laprathab13-Jul-09 21:50 
GeneralRe: DataGrid Bindings not working Pin
Jacobus0113-Jul-09 22:36
Jacobus0113-Jul-09 22:36 
QuestionDisplaying Data fetched asyncronously Pin
Adriaan Davel12-Jul-09 20:27
Adriaan Davel12-Jul-09 20:27 
Hi,
I'm newish to threading & asynchronous development so please bear with me if this is a bit of a n00b question. I would like to cache my proxy client object (in my case called DataServiceClient) to prevent constructing the same class over and over with each data read but I'm thinking that doing this in an async architecture could cause problems (playing with Silverlight, not enjoying the learning curve).

When I subscribe to the response event in my cached object, how would I unsubscribe that specific instance of my method call? Subscribing to events do not give you a unique handle for that subscription, and unsubscribing based on method signature could cause problems as I could use the same method for different things...

Could anonymous methods work for this? Do I need to unsubscribe anonymous methods?

How do I manage the user browsing away form my window before my response event fires (rending my data target non-existent)?

Is there a concise article on the web that I need to read before asking this?

(I really wish they would bring sync calls into Silverlight, I have argued with a number of async fans, and I NEED sync calls)

____________________________________________________________
Be brave little warrior, be VERY brave

AnswerRe: Displaying Data fetched asyncronously Pin
Mark Salsbery15-Jul-09 10:13
Mark Salsbery15-Jul-09 10:13 
GeneralRe: Displaying Data fetched asyncronously Pin
Adriaan Davel15-Jul-09 19:46
Adriaan Davel15-Jul-09 19:46 
GeneralRe: Displaying Data fetched asyncronously Pin
Michael Sync23-Jul-09 7:03
Michael Sync23-Jul-09 7:03 
GeneralRe: Displaying Data fetched asyncronously Pin
Adriaan Davel23-Jul-09 19:52
Adriaan Davel23-Jul-09 19:52 
GeneralRe: Displaying Data fetched asyncronously Pin
Michael Sync23-Jul-09 20:11
Michael Sync23-Jul-09 20:11 
GeneralRe: Displaying Data fetched asyncronously Pin
Adriaan Davel23-Jul-09 21:32
Adriaan Davel23-Jul-09 21:32 
GeneralRe: Displaying Data fetched asyncronously Pin
Michael Sync24-Jul-09 2:23
Michael Sync24-Jul-09 2:23 
GeneralRe: Displaying Data fetched asyncronously Pin
Jeremy Likness26-Jul-09 3:17
professionalJeremy Likness26-Jul-09 3:17 
GeneralRe: Displaying Data fetched asyncronously Pin
Adriaan Davel27-Jul-09 1:42
Adriaan Davel27-Jul-09 1:42 
AnswerRe: Displaying Data fetched asyncronously Pin
Daniel Vaughan9-Jan-10 7:33
Daniel Vaughan9-Jan-10 7:33 
QuestionWPF TreeListView Control Not Working!!!!! Pin
ub3rst4r11-Jul-09 15:01
ub3rst4r11-Jul-09 15:01 
AnswerRe: WPF TreeListView Control Not Working!!!!! Pin
Christian Graus13-Jul-09 7:33
protectorChristian Graus13-Jul-09 7:33 
GeneralRe: WPF TreeListView Control Not Working!!!!! Pin
ub3rst4r13-Jul-09 8:24
ub3rst4r13-Jul-09 8:24 
GeneralRe: WPF TreeListView Control Not Working!!!!! Pin
Christian Graus13-Jul-09 8:42
protectorChristian Graus13-Jul-09 8:42 
QuestionDid you ever wonder, What the origin of XAML is? [modified] Pin
ProtoBytes10-Jul-09 10:29
ProtoBytes10-Jul-09 10:29 
AnswerRe: Did you ever wonder, What the origin of XAML is? Pin
Christian Graus11-Jul-09 4:39
protectorChristian Graus11-Jul-09 4:39 
GeneralRe: Did you ever wonder, What the origin of XAML is? Pin
ProtoBytes12-Jul-09 1:53
ProtoBytes12-Jul-09 1:53 

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.