1,491 reputation
1134
bio website ithoughts.de
location Germany
age 34
visits member for 3 years, 4 months
seen 10 hours ago
stats profile views 229

Beginning with Objective-C iOS and Mac stuff, doing Database and Webdevelopment with Java (+jQuery) and Windows Desktop software with C# & .NET

I'm using a retina MacBook Pro 15'' with Mountain Lion and Parallels + Win7, all sponsored by my gracious employer.


10h
comment MVVM WPF Command not firing
As I can't understand your code (e. g. this.App("")), I would recommend to remove all [DebuggerStepThrough] attributes and put breakpoints everywhere, including the CanExecute lines, and just look at what's going on. If nothing happens, call the Command.CanExecute and the Command.Execute in code yourself and see if it fires. I bet you find the error on the way.
10h
comment MVVM WPF Command not firing
Can you show the this.CanExit property? I sat down yesterday with the same problem, and found out the bug was in the conditional CanExecute method.
10h
comment Incomplete/malformed JSON sent on POST
I suspect it might be a maximum upload quota on the server that's crossed, as my colleague has hit that problem on POST requests once too. Can't tell you much more though.
May
20
comment Struts2, best practice for using method={1}
This looks nice, but didn't work for me as Struts2 is always interpreting the * before the slash as a namespace and interprets the second * as the target action.
May
19
comment Struts2 .action extension causing css, javascript and struts dojo to break
It also helps setting name="struts.action.extension" value=",action", so that .action as well as no suffix works.
May
14
comment Tutorial for ServiceMix 4.2
Just a remark: this will be pretty much outdated now. Just browsed through meta.stackoverflow to see if it should be deleted, but I will leave it here as it might be a starting point for desperate service mixers. I still hope that someone might edit or comment better tutorials here.
May
14
comment In PHP, create an ATOM Feed from an RDF based RSS Feed
Indeed, that was the issue. Thanks a lot.
May
14
accepted In PHP, create an ATOM Feed from an RDF based RSS Feed
May
14
comment Can't find System.Windows.Media namepspace?
Just a small hint for anyone Googling this like I did some days ago: Your projects in your solution might have different framework targets, therefore if you don't find a reference always double check in which project the file you're looking at actually sits and if that project still targets some old .NET version.
May
14
asked In PHP, create an ATOM Feed from an RDF based RSS Feed
May
3
revised Using JSON.net, how do I prevent serializing properties of a derived class, when used in a base class context?
did something wrong there; and forgot a closing curly brace; and an even shorter implementation
May
3
answered Using JSON.net, how do I prevent serializing properties of a derived class, when used in a base class context?
Apr
26
answered JUnit unable to find tests in Eclipse
Apr
26
answered UIScrollView does not work after adding elements to it
Apr
26
comment UIScrollView does not work after adding elements to it
As described the error happens onyl when NOT using the code but when the UI designer is used.
Apr
26
revised UIScrollView does not work after adding elements to it
edited tags
Apr
18
comment Raising a user-defined event from a WPF control
If you find a solution, I would be very happy to know this. :-)
Apr
17
awarded  Popular Question
Apr
15
asked Java Smack FileTransfer
Apr
12
comment DataBinding to listbox
As I said, please Google the basic programming knowledge questions you might lack. If you can't work around this simple problem yourself (that you don't only have in C#/.NET, but also in other programming languages), you should better stop creating an application at all. Sorry man, but these are my last characters typed in this answer.