hasseg

2,460
reputation
189 views

Registered User

name hasseg
member for 1 year
seen 9 hours ago
website
location FI
age

My name is Ali Rantakari. I live in Finland. I write software and short sentences.

Have a nice day.

Dec
3
comment How do I fix NSURLErrorDomain error -999 in iPhone 3.0 OS
Better to use the constant NSURLErrorCancelled instead of the literal value -999.
Nov
30
awarded  Civic Duty
Nov
3
accepted ANSI Color extraction library in C/Objective-C
Nov
1
revised What are those little Xcode tips & tricks you wish you knew about 2 years ago?
Use key symbols instead of textual descriptions
Oct
8
accepted Open Source Actionscript 3 or Javascript date utility classes?
Sep
2
awarded  Yearling
Aug
31
awarded  
Aug
30
answered Should I optimise my python code like C++? Does it matter?
Aug
25
revised In which class would you put these methods?
added 209 characters in body
Aug
25
answered In which class would you put these methods?
Aug
24
comment Why do AppleScript “tell” commands run a non-GUI instance of my GUI application in the background?
This was exactly what was happening; I forgot that I had pinned the app icon to the left of my dock and erroneously thought that it was running in some sort of "non-GUI" mode since I didn't see its icon appear on the right side of the dock. :) Also, the reason why it didn't work on the other computer was because I had an old "Debug" release compiled there (without the AppleScript support) that it was trying to contact.
Aug
24
revised Why do AppleScript “tell” commands run a non-GUI instance of my GUI application in the background?
Add more information about the problem
Aug
24
asked Why do AppleScript “tell” commands run a non-GUI instance of my GUI application in the background?
Aug
22
revised How to put an image (say, PNG) on a graphics in Flex 3?
edited tags
Aug
22
revised What is the best way to sample/profile a PyObjC application?
Replace broken links with functioning ones as reported by Dan in the comments
Aug
12
revised Alternatives to Flash Media Server for multiplayer game development
make URL a link
Aug
11
answered ANSI Color extraction library in C/Objective-C
Aug
8
comment flex core cpu memory
You should separate these three points each into their own question. (Remember to add descriptive titles!) If you do this, I'm sure you'll get more and better answers.
Aug
8
accepted Flex 3: How do I determine if a generic Object is actually a button?
Aug
7
answered Flex 3: How do I determine if a generic Object is actually a button?
Jul
17
awarded  Popular Question
Jul
12
accepted How do you enable javascript in a WebView
Jul
12
revised How do you enable javascript in a WebView
added 617 characters in body
Jul
12
answered How do you enable javascript in a WebView
Jul
9
answered How to expand and collapse parts of NSSplitView programatically?