What I want for an applescript studio application is a field where I’d like to display text tags.
Just like in mail.app email addresses are displayed in a blue bubble, I’d like to see the field automatically enclose each word in a blue tag when they are typed as coma separated values.
For example
Weather, research article, Green house effect,
will generate 3 blue bubbles with the respective values in them.
It looks like I have to learn Learn Objective C ?¿ :(:(
Another question.
Cos I am Just curious what is the best learning path for learning Cocoa?
Start with Objective C >> Cocoa?? or Jump into Cocoa directly
What would be some good books for cocoa a noobie with little or no experience in OOP languages ?
Does anyone make video tutorials for learning cocoa?
Correct - if you want use all token field features (menu, auto completition …), you currently have to leave pure AppleScript (or maybe wait for 10.5?) …
Hmm - to learn Objective-C … If you don’t already have, then try to learn the basics of C first - it’s necessary for Objective-C. A good book on Objective-C? Sorry - I am not at all a learning from books guy - the only one I used when starting with ths subject was an O’Reilly book (‘Learning Cocoa with Objective-C’) - but I guess it might be outdated now (or maybe there’s a new edition??) …