It would be really useful to have examples of .pb files generated with the product. For example, the ones associated with Neil's MVC article in his Random Cocoa Notes pages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A year and a day after your request I have posted a sample model. (Sorry, work stopped play.) It's for a SlideShow application. Start the app, drag a directory from Finder and drop it on the main view. SlideShow will display all the images in the directory and its sub-directories. It displays the dropped directory path and has a slider to vary the speed of the show.
SlideShow handles the drop protocol using a state model in a delegate class. It also shows how to treat awakeFromNib as an event in a state model.
If you want to have some fun, try giving it a pause facility.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Forgot to mention. The samples are for PB 0.3 and the Xcode project directory is included. The build in the project was built in Tiger. You might have to rebuild it if you're still on Panther.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be really useful to have examples of .pb files generated with the product. For example, the ones associated with Neil's MVC article in his Random Cocoa Notes pages.
A year and a day after your request I have posted a sample model. (Sorry, work stopped play.) It's for a SlideShow application. Start the app, drag a directory from Finder and drop it on the main view. SlideShow will display all the images in the directory and its sub-directories. It displays the dropped directory path and has a slider to vary the speed of the show.
SlideShow handles the drop protocol using a state model in a delegate class. It also shows how to treat awakeFromNib as an event in a state model.
If you want to have some fun, try giving it a pause facility.
Forgot to mention. The samples are for PB 0.3 and the Xcode project directory is included. The build in the project was built in Tiger. You might have to rebuild it if you're still on Panther.
Maybe I missed something but is the .pb file included with the slideshow package?