Christian,

I would use an image in your main stack instead of a button and just set the filename to: the JPG file on your computer.

Or, if you're concerned about people changing your images, create a tool which embeds a single image in a stack and then you can easily open a stack and put the image into your temporay staging image. I would probably do it this way:

open inv stack "MyImage097"
put last img of stack "MyImage097" into img "MyTempImage" of stack "MyMainStack"
delete stack "MyImage097" --> CLOSES STACK MyImage097"

This has an added advantage of never having to worry about managing which stack is open. MyTempImage is the image of your stack which displays the image.

best,

Chipp

Christian Langers wrote:
Hello,

I have to work with about 280 images making about 200mb.

which method would have the best performance in Rev :

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

Reply via email to