Interface showing wrong values

2010-09-29 Thread Evan Coleman
I'm having a very strange problem. I can't provide any code because I don't know which part of my code is causing the problem. I have an NSMenuExtra, and for some reason some labels and image views in an NSView inside of an NSMenuItem are displaying their default values (the values that are set in

Text item delimiters

2010-09-20 Thread Evan Coleman
In applescript I was able to do this: *set* TID *to* AppleScript's text item delimiters *set* AppleScript's text item delimiters *to* space *set* theString *to* *text** items* *of* theString *set* AppleScript's text item delimiters *to* "%20" *set* theString *to* theString *as* *string* *set*