616 reputation
1815
bio website
location
age
visits member for 4 years, 1 month
seen 22 hours ago
stats profile views 132

May
7
answered How dangerous is it to compare floating point values?
Mar
22
awarded  Notable Question
Mar
18
awarded  Famous Question
Jan
1
awarded  Yearling
Oct
29
awarded  Popular Question
Sep
26
awarded  Good Answer
Sep
10
comment Crystal Reports generating a PDF - Failed to connect to server %MACHINENAME%
Did you ever figure this out?
Jun
26
comment Output Spanish Character
That does work. Not sure that solves the problem though. I think that CGContextShowText is a legacy function that doesn't accept the full range. If I was using Core Text, this may not be a problem.
Jun
20
asked Output Spanish Character
Apr
9
comment Calling SetNeedsDisplay Trashes Gradents
Tried to come back, but couldn't find this post. A translation to flip the text was moving the gradients offscreen. What's odd, is it drew correctly the first time around. But, when redrawing, the translation would throw it way off. On gradients that don't use the translations, setting the position relative to the bounds worked. This was tricky, because my translation was missing part of the code needed. The third line: CGContextTranslateCTM(textContext, 0.0000f, textRect.size.height); CGContextScaleCTM(textContext, 1.0f, -1.0f); textRect.origin.y = textRect.origin.y * -1;
Apr
8
asked Calling SetNeedsDisplay Trashes Gradents
Mar
22
awarded  Yearling
Mar
22
answered iOS How to add STATIC UITableView and another view to the same view controller
Mar
7
awarded  Enlightened
Mar
7
awarded  Nice Answer
Nov
7
accepted How do you debug “value produced by BindingExpression is not valid for target property” errors?
Oct
18
awarded  Yearling
Oct
16
answered iOS 5 GM: <Error>: More than maximum 5 filtered album lists trying to register. This will fail
Oct
16
comment iOS 5 GM: <Error>: More than maximum 5 filtered album lists trying to register. This will fail
@Kenny: OlegDanu is wrong.
Oct
13
comment How do you debug “value produced by BindingExpression is not valid for target property” errors?
It turned out to be an error in xaml from a third party dll. It's something I can't fix.