Niklas

672
reputation
119 views

Registered User

name Niklas
member for 1 year
seen 1 hour ago
website
location Sweden
age
Nov
19
answered What’s An Algorithm or code for the obtaining ordinal position of an element in a list sorted by value in c++
Nov
17
accepted Django: provide choices list to a checkbox from a view function
Nov
16
accepted Django form with just a BooleanField
Nov
16
answered Django: provide choices list to a checkbox from a view function
Nov
3
awarded  Organizer
Nov
3
revised Are mutexes really slower ?
added windows tag
Nov
3
comment UDP Listener XP/Vista/Win7 Differences?
Same .NET version on all machines?
Oct
13
answered Django form with just a BooleanField
Oct
13
comment Django form with just a BooleanField
Actually, the default for 'required' is True, see docs.djangoproject.com/en/dev/…. But your answer made me spot my bug, so +1 for that! I'll answer my own question to make it clear to future readers what the problem was...
Oct
12
revised Django form with just a BooleanField
Added update about workaround
Oct
12
comment Django form with just a BooleanField
I will try. I suspect that the Form doesn't like the empty data, since the browser won't include the field for an unchecked checkbox.
Oct
12
asked Django form with just a BooleanField
Sep
25
asked How to find which view is resolved from url in presence of decorators
Sep
18
awarded  Yearling
Sep
17
answered Can I make a C# object’s lifetime depend on another object?
Sep
10
asked Path separator char in python 2.4
Sep
7
asked Checking for empty queryset in Django
Aug
11
awarded  Nice Answer
Aug
6
comment What real life bad habits has programming given you?
In Scandinavia we celebrate Christmas eve, not Christmas day, but feel free to add one for increases funniness :)
Jul
31
awarded  Popular Question
Jul
21
answered Executing next line after completion of code in Ajax in Jquery
Jul
15
answered C# application stopped working
Jul
4
answered High Level Coding Overview?
Jul
4
comment Developing trading applications
Doesn't answer the question, but it's very sane advice...
Jul
4
comment destructor problem
I'd also suggest changing the signature to void cardHand::addCard(const playingCard& card)
Jul
2
awarded  Critic
Jun
16
comment Detect window close outside of wndproc?
The app drives the script engine on its window thread, hence the problem.
Jun
16
comment Detect window close outside of wndproc?
That is obviously the best solution, but unfortunately not what I asked. See "Is there some other way that I could detect that the user wants to close the window, short of redesigning the app which is not an option?".