83 reputation
18
bio website
location
age
visits member for 10 months
seen May 7 at 3:13
stats profile views 7

Jun
13
awarded  Popular Question
May
16
awarded  Notable Question
Apr
21
awarded  Nice Question
Mar
29
awarded  Popular Question
Mar
10
awarded  Popular Question
Nov
16
accepted Applescript Change To Folder Save Dialog
Nov
16
comment Applescript Change To Folder Save Dialog
Awesome! I figured out the solution on my own and came back to find that you had posted the same answer :)
Nov
16
comment Applescript Change To Folder Save Dialog
I have been. Unfortunately, there doesn't seem to be a way to consistently navigate to a folder.
Nov
16
comment Applescript Change To Folder Save Dialog
SketchUp... which doesn't have automator hooks :(
Nov
16
asked Applescript Change To Folder Save Dialog
Nov
15
comment NSDictionary with NSObjects as keys
Clarification: this answer has helped me with the approach I am taking. I didn't provide unique keys, I agree.
Nov
15
comment NSDictionary with NSObjects as keys
It's given me a start though. I think I'm going to try a combo of both things mentioned here.
Nov
15
comment NSDictionary with NSObjects as keys
"...that implies the object MUST know something about the key or you can't determine it." -- This is exactly the problem I am facing. The only way I could think of to handle this is determining a globally unique identifier from the object. That way, I can always recognize that object. The hash function mentioned in the accepted answer has done the trick.
Nov
15
accepted NSDictionary with NSObjects as keys
Nov
15
comment NSDictionary with NSObjects as keys
I see what you are saying. The problem is, I need to be able to find those keys again based upon an NSObject. I don't want the NSObject to know anything about this implementation. I want to pass the NSObject in and keep a reference to it so I can keep track of what this NSObject has requested.
Nov
15
comment NSDictionary with NSObjects as keys
I believe this is the answer I was looking for. Thank you very much. I'm going to leave this question open for just a second, but I think this is what I am going to accept.
Nov
15
awarded  Commentator
Nov
15
comment NSDictionary with NSObjects as keys
Can you explain this a little more? I think you are on to something.
Nov
15
asked NSDictionary with NSObjects as keys
Nov
8
accepted iOS animate a blur for a view