I've inherited some stacks that use the following method to display icon images for lots of buttons on OS X.

A separate card in the stack contains hundreds of image objects, each of these have a filename set to a unique image which resides in a folder. For example, one such filename is ./Images/PageTitles/ classification.png

These image objects are then referenced by lots of buttons which set their icons to the ID number of the image object on the above mentioned 'image card'.

So, the icon ID of a button is set to an image objects ID number but that image object gets its image from a file in a folder that sits next to the standalone. Phew.

As there are tons of these referenced objects using ID numbers, I am hesitant to change the system the person has put into place.

The above system works alright in the IDE if the folder of images is placed correctly.

My problem is when I make a standalone. The first time the standalone is run, none of the images (as explained above) appear in the buttons.

However, the second time I open the standalone it all seems to work fine, all images appear as desired.

If you are still reading this, I am in awe of your patience.   ;-)

What can I do to ensure that all these images work the first time the app is opened?

sims
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to