exporting standalone application

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ivaho
Posts: 37
Joined: Tue Feb 14, 2012 2:19 pm

exporting standalone application

Post by ivaho » Sun May 06, 2012 9:17 pm

Hi all,

I've created a simple controll program there is a small logo in there as an image.
When I export to stand alone application the image is not exported, there is a gray area where the image should be.
Do i need to copy the image to the same direcectory as the created .exe file or is there something wrong in my export?

kind regards Ivo

Klaus
Posts: 14196
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: exporting standalone application

Post by Klaus » Sun May 06, 2012 9:21 pm

Hi Ivo,

it is always a good idea to IMPORT (NOT reference) any images into a stack, so you have a COPY of that image in your stack
As you see, the REFERENCE may get lost, espcecially if you are using ABSOLUTE pathnames.

Please check this thread for more info how to import referenced images:
http://forums.runrev.com/phpBB2/viewtop ... =7&t=11698


Best

Klaus

Post Reply