Newsflash
command + option + shift will toggle the editor window in XcodeRequest an Account
Objective-C Video Series for VTC.com
Update! 2010-01-28 at 11:18 pm All videos are now complete! The next process takes a couple of weeks before they are live at VTC. I have been diligently working on a new video series for VTC.com covering Objective-C. There will be over six hours of content covering many Objective-C classes. The largest part of the training will be building a simple Twitter application named TwitterMe.
The functionality of the application will include
- Verify we have credentials
- Store credentials
- Authenticate credentials
- Ensure there is text to post
- Determine text count
- Create TinyURL from url found in text
- Post update
Read more... Add new comment
How to get the NSRange of Selected Text in NSTextField
Integrating Objective-C code into an AppleScriptObjC application is incredibly easy. In this example, I use an Objective-C helper class to retrieve the NSRange of the selected text in an NSTextField. If you have any questions about the code, post them in the comments.

