Page 1 of 1
Image Library
Posted: Thu May 03, 2012 8:59 pm
by xclntdesign
I have created a new Image Library to contain all of the graphics I need for the app I am working on. I add the icon to the button from the new Image Library and everything looks fine. I exit the IDE and restart and the icons are missing.
Do I have to include the library (like stacksInUse)?
Re: Image Library
Posted: Thu May 03, 2012 10:31 pm
by shaosean
The IDE should automatically load the image libraries in to use for you.. Post what version you are using so we can check if there is a bug with the feature..
Re: Image Library
Posted: Fri May 04, 2012 1:21 am
by xclntdesign
Using 5.5 on a Mac.
If I put the images in the library on a stack they work fine, but since my app has multiple stacksni need to be able to access the images globally.
Re: Image Library
Posted: Fri May 04, 2012 1:27 am
by mwieder
If you mean multiple substacks and you need to swap images on the fly, then the way I deal with this is:
create a card named "images" in the mainstack
put the images you want to reference on the "images" card
reference the images as "image xyzzy of card 'images'"
if you don't need to change the images, just use them then:
use the "import as control" menu item