[futurebasic] Re: [FB] Push button cicn in ext res file

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2005 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Tue, 8 Mar 2005 13:06:49 -0500
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