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

WPF

 
QuestionWPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
frosty_4th16-Feb-09 16:00
frosty_4th16-Feb-09 16:00 
AnswerRe: WPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
ABitSmart16-Feb-09 16:36
ABitSmart16-Feb-09 16:36 
GeneralRe: WPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
Pete O'Hanlon16-Feb-09 22:25
mvePete O'Hanlon16-Feb-09 22:25 
GeneralRe: WPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
frosty_4th16-Feb-09 23:41
frosty_4th16-Feb-09 23:41 
GeneralRe: WPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
Pete O'Hanlon16-Feb-09 23:49
mvePete O'Hanlon16-Feb-09 23:49 
GeneralRe: WPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
gvijaianandmca30-Sep-09 1:10
gvijaianandmca30-Sep-09 1:10 
GeneralRe: WPF, Delegates, The calling thread cannot access this object because a different thread owns it Pin
Pete O'Hanlon30-Sep-09 2:11
mvePete O'Hanlon30-Sep-09 2:11 
QuestionAnother Silverlight upgrade headache - Hashtable [modified] Pin
devvvy16-Feb-09 14:34
devvvy16-Feb-09 14:34 
I've got a util class which contains a non-Generic Hashtable.

class Person
{

protected Hashtable _lstProperties;

public Hashtable Properties
{
get { return _lstProperties; }
set { _lstProperties = value; }
}
}


And property really is a template class ...

class Property<T>
{
...
}


And Silverlight stipulates that every collection be System.Collections.Generic - this means even if I hand out the source code, it can't be consumed from Silverlight.

Is Silverlight Team basically saying there'll be no need for collection of unknown types in future? That everything SHOULD be know in compile time? They actually call Hashtable OBSOLETE? Anyone has email to silverlight and WPF team?
AnswerRe: Another Silverlight upgrade headache - Hashtable Pin
Mark Salsbery17-Feb-09 5:18
Mark Salsbery17-Feb-09 5:18 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
devvvy17-Feb-09 15:25
devvvy17-Feb-09 15:25 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
Mark Salsbery17-Feb-09 15:34
Mark Salsbery17-Feb-09 15:34 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
Mark Salsbery17-Feb-09 15:39
Mark Salsbery17-Feb-09 15:39 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
devvvy17-Feb-09 22:53
devvvy17-Feb-09 22:53 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
Mark Salsbery17-Feb-09 22:55
Mark Salsbery17-Feb-09 22:55 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
pieterbosteels17-Feb-09 22:47
pieterbosteels17-Feb-09 22:47 
GeneralRe: Another Silverlight upgrade headache - Hashtable Pin
devvvy17-Feb-09 22:52
devvvy17-Feb-09 22:52 
AnswerRe: Another Silverlight upgrade headache - Hashtable Pin
Braulio Dez12-Mar-09 23:14
Braulio Dez12-Mar-09 23:14 
QuestionProblem with DataGrid (selected rows) Pin
Czechtim216-Feb-09 12:35
Czechtim216-Feb-09 12:35 
Question[Message Deleted] Pin
Prajeesh15-Feb-09 22:26
Prajeesh15-Feb-09 22:26 
AnswerRe: WPF Pin
Pete O'Hanlon15-Feb-09 22:32
mvePete O'Hanlon15-Feb-09 22:32 
Question[Message Deleted] Pin
Prajeesh15-Feb-09 22:38
Prajeesh15-Feb-09 22:38 
AnswerRe: Languages in WPF Pin
Pete O'Hanlon15-Feb-09 23:18
mvePete O'Hanlon15-Feb-09 23:18 
GeneralMessages in limbo Pin
Luc Pattyn16-Feb-09 3:33
sitebuilderLuc Pattyn16-Feb-09 3:33 
GeneralRe: Messages in limbo Pin
Pete O'Hanlon16-Feb-09 5:16
mvePete O'Hanlon16-Feb-09 5:16 
General[Message Deleted] Pin
Mark Salsbery16-Feb-09 7:53
Mark Salsbery16-Feb-09 7: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.