In this thread, Bernie wrote: >Thanks Ken, > >Unfortunately, nothing I do is ever straight forward. The code I posted >was just an example. In the real app, the external resource filename is >based on a user specified project name so I don't think I can use the >resources statement [the compiler doesn't allow a string var after the >resources statement]. > >It's odd that the icon control finds the correct cicn res but the push >button doesn't (?). Bernie, Ahha! Trying to make it difficult, huh! http://developer.apple.com/technotes/tn/tn1120.html (Translation of the provided code examples to FB is straightforward). Ken