When Trying to Add Art work to my project it works fine
however when I build the app the art work will not show up unless I copy it over with the app as well.
is there a way to have the art work built into the app?
Printable View
When Trying to Add Art work to my project it works fine
however when I build the app the art work will not show up unless I copy it over with the app as well.
is there a way to have the art work built into the app?
Im not sure i understand, so hopefully i reply correctly. :D
If you are using an object such as the picture object, the images are stored externally to the application, and so when you put the application on a CD you need to also put the images with it.
If you want images internally you should use the Active object or Backdrop object.
Jason
If you mean that you are including art that uses a path to the art file (like Active Picture), then you need to:
-Select your application (the top level of your app) from the Workspace Toolbar.
-Choose the Settings tab in the Properties toolbar.
-Check the "Include external files" box.
Hope that helps,
mobichan
OH yeah; thanks sooo muchQuote:
Originally Posted by mobichan