138 reputation
119
bio website imgnry.com
location Stockholm, Sweden
age 34
visits member for 3 years, 7 months
seen 9 hours ago
stats profile views 27

Web and Mobile development. Love learning new languages and frameworks.


Apr
26
comment nil resultURL after successfully posting with FBWebDialogs (Facebook SDK 3.5)
We had the same problem. It works now. Thanks Shireesh!
Apr
9
comment Dot Notation vs Method Notation
well said, i totally agree
Mar
19
comment Handling large maps with CCTMXLayer
+1. I am now using my own map that has a CCBigImage in the background as the terrain (so that it can be created from just a huge image, and have more dynamic look and feel). But I only have round 60x60 tiles so I dont have to mush lag problem with it. I would really like to use gigantic maps as well and started a project on git for this but i never got to finish it as we didnt come to need it in our game.
Oct
19
comment Cursor position in a UITextView
This is not implemented in iOS 4.3 or below, as one would think when reading the documentation. It only works in iOS5+
Oct
11
comment The zoomScale property of UIScrollView isn't updated while zoom-bouncing
I really want to solve this too. I am now looking into KVO to watch the presentationLayer of the view but I dont get any callback on that either. Would love to solve this.
Oct
4
comment How do I properly use CCSpriteFrameCache and CCSpriteBatchNode?
Wow! I just got the greatest AHA-experience since I started with Cocos2d. I cant believe I didnt get this before. I have been trying sooo hard lately to create a hex tile engine that keeps a steady 50-60FPS but I could not understand why it was slow even though I only had one type of tile that used batchnode. But I did the mistake of putting the sprites in another node aswell, and kept getting like 70-80 draw calls for all the tiles visible on the screen. I will try this as soon as I get my hands on my own computer again. Thank you Steffen!
Sep
30
comment Why “CCTextureCache+CCBigImageExtensions” isn't linked in my Kobold2D project?
I downloaded the latest Kobold2D version and this line is commented out, and also says that if the line is uncommented I will get another error. And its true, I get another compiler error when uncommenting the line, and I get the above error when not. I am using XCode 4.5. Is there anything I am missing ?
Jul
19
comment Get angle from 2 positions
Works like a charm! Thx!
Apr
12
comment How can I disable ARC for a single file in a project?
Thx! Been looking for this feature a long time. Double-clicking doesnt work when selected multiple rows, but pressing enter does. So weird.
Feb
12
comment Searching many-to-many relations with Vici CoolStorage
Sorry for the long delay. Youve probably solved this. I didnt notice this reply. You need any more help ?
Feb
12
comment Export SWC from Flash and Access Child from Flex
Great. I've been look for this for a while now. Thanks!
Feb
26
comment How do I retrieve the textnode of a element without getting descending elements textnodes using Jquery?
Thanks, I tried your way and it worked. I refined it as I know its the first childnode. .get(0).firstChild.nodeValue;
Feb
26
comment How do I retrieve the textnode of a element without getting descending elements textnodes using Jquery?
Wops! That was probably firefox specific code, and didnt work in IE.
Oct
7
comment Mouseover/hover effect slow on IE8
I tried with one column only and that is ofcourse faster, it but if i increse the amount of rows to have the equal amount of elements inside the table it is slow again, so it seem to be locked down to how many elements is between inside the table tag.
Oct
7
comment Mouseover/hover effect slow on IE8
I also tried mouseover/mouseout without any difference in performance
Oct
7
comment Mouseover/hover effect slow on IE8
As Justin suggested, I tried event bubbling(delegation) but cant get it to work, look at the link: thedungheap.net/research/eventbubbling.aspx
Oct
7
comment Mouseover/hover effect slow on IE8
I tried this before with the same effect, what am I doing wrong? It does not work, example: thedungheap.net/research/eventbubbling.aspx