Click here to Skip to main content
15,891,184 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: UserControl question Pin
fjparisIII3-May-09 2:22
fjparisIII3-May-09 2:22 
QuestionMy WCF client deadlock Pin
Richard Dutton1-May-09 4:32
Richard Dutton1-May-09 4:32 
QuestionDependency properties!Performance issue Pin
pioner30-Apr-09 19:48
pioner30-Apr-09 19:48 
AnswerRe: Dependency properties!Performance issue Pin
Gideon Engelberth1-May-09 3:27
Gideon Engelberth1-May-09 3:27 
QuestionSaving image transform without losing metadata Pin
fjparisIII30-Apr-09 6:35
fjparisIII30-Apr-09 6:35 
AnswerRe: Saving image transform without losing metadata Pin
fjparisIII30-Apr-09 8:47
fjparisIII30-Apr-09 8:47 
GeneralRe: Saving image transform without losing metadata (NOT SOLVED: where is everybody?) Pin
fjparisIII30-Apr-09 15:01
fjparisIII30-Apr-09 15:01 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII2-May-09 17:16
fjparisIII2-May-09 17:16 
After agonizing over this for three days, it occurred to me that my mistake may be one I've made several times before with C#, thinking like the C++ programmer I was for 20 years and failing to distinguish between reference and value parameters. When I "grab" the metadata from the source file, I'm not really grabbing the data. I'm just grabbing a reference to it and, sure, when I put that reference into the destination file, it shows up in the debugger -- until I close the source file and the reference is destroyed. Then when I look in the destination file, the reference is null. So maybe I'm doing the right thing, except I should be making a deep copy of the metadata, not just shoving a reference down the throat of the BitmapFrame.Create() call. So somehow I have to figure out how to put a copy of the metadata into the destination, and not just a reference to the copy in the destination, either. This may be nothing more than a C# misunderstanding. Maybe nobody has responded because everybody reading this thread realized that and figured I'm just a beginniner who should go learn C# first before posting up here.

modified on Sunday, May 3, 2009 7:58 AM

GeneralRe: Saving image transform without losing metadata Pin
fjparisIII3-May-09 16:53
fjparisIII3-May-09 16:53 
AnswerRe: Saving image transform without losing metadata Pin
Pete O'Hanlon4-May-09 9:12
mvePete O'Hanlon4-May-09 9:12 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII4-May-09 9:36
fjparisIII4-May-09 9:36 
GeneralRe: Saving image transform without losing metadata Pin
Pete O'Hanlon4-May-09 9:42
mvePete O'Hanlon4-May-09 9:42 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII4-May-09 9:58
fjparisIII4-May-09 9:58 
GeneralRe: Saving image transform without losing metadata Pin
Pete O'Hanlon4-May-09 10:06
mvePete O'Hanlon4-May-09 10:06 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII20-May-09 14:59
fjparisIII20-May-09 14:59 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII22-May-09 13:25
fjparisIII22-May-09 13:25 
QuestionCookies vs. isolated Storage Pin
Ray Cassick30-Apr-09 3:44
Ray Cassick30-Apr-09 3:44 
AnswerRe: Cookies vs. isolated Storage Pin
Mark Salsbery30-Apr-09 6:00
Mark Salsbery30-Apr-09 6:00 
AnswerRe: Cookies vs. isolated Storage Pin
GuinnessKMF4-May-09 3:28
GuinnessKMF4-May-09 3:28 
QuestionResource Dictionary and Data Templates Pin
BlitzPackage30-Apr-09 1:50
BlitzPackage30-Apr-09 1:50 
AnswerRe: Resource Dictionary and Data Templates Pin
User 2710091-May-09 4:56
User 2710091-May-09 4:56 
GeneralRe: Resource Dictionary and Data Templates Pin
BlitzPackage1-May-09 7:04
BlitzPackage1-May-09 7:04 
GeneralRe: Resource Dictionary and Data Templates Pin
User 2710091-May-09 7:11
User 2710091-May-09 7:11 
GeneralRe: Resource Dictionary and Data Templates Pin
BlitzPackage1-May-09 7:36
BlitzPackage1-May-09 7:36 
GeneralRe: Resource Dictionary and Data Templates Pin
Pete O'Hanlon1-May-09 8:38
mvePete O'Hanlon1-May-09 8:38 

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.