I am wanting to sart building widgets and I know what files a widget requires but I would like to know, do I use xcode to build them? If so, which template do I use?
If you sign up for a free Apple Developer Connection account, you could also download a copy of Dashcode, a development environment for making simple widgets. You don't actually need this tool, but it could be a big help if you aren't sure where to begin.
Yeah, Dashcode is the way to go. It was just barely released as an official beta, so there's not a whole lot of information on how to use it yet, but it's a full-blown IDE and it looks quite powerful. It will be included with Leopard.
Ok, so I take it I can make widgets in xcode. Which Project do I use because I can't find anything to do with widgets. I'm guessing I use "Empty Project". Am I correct?
Ok, so I take it I can make widgets in xcode. Which Project do I use because I can't find anything to do with widgets. I'm guessing I use "Empty Project". Am I correct?
Ok, so I take it I can make widgets in xcode. Which Project do I use because I can't find anything to do with widgets. I'm guessing I use "Empty Project". Am I correct?
I'm a little confused. Everybody in this thread told you to use Dashcode, yet you still think that XCode is the thing to use. XCode and Dashcode are not the same thing. XCode is for application development using C/C++/Objective-C and Java. Dashcode is for widget development using Javascript (primarily anyway).
Go download Dashcode and use that. Forget about XCode.
As far as I know there is no XCode project template for a widget. I don't see any reason why you couldn't write the JavaScript in XCode's text editor if you really like it, but I don't think it will provide code-completion, syntax highlighting, etc for JavaScript. Dashcode on the other hand is focused on JavaScript.