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)?
Image Library
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Image Library
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..
-
- Posts: 34
- Joined: Sun Feb 06, 2011 8:33 pm
Re: Image Library
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.
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
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
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