Copying referenced images issue...
Posted: Wed Mar 13, 2013 7:26 pm
Hi.
More simple lamer stuff I don't quite understand in Livecode!
This only fails when my image assets are referenced rather than embedded.
I don't want to embed all the assets (they are changing throughout development and I am replacing them). This is ultimately for a mobile app (I have the assets folder in the 'CopyFiles' file path).
Here's how I am getting the image:
(tImageName is a string eg. "thisImage.jpg"). I am actually taking this prepImage and putting it into a scrollable field - it appears (ie. it has dimensions) but is blank. Am I missing something here (um, clearly)? Any pointers appreciated.
Kind regards, Paul.
More simple lamer stuff I don't quite understand in Livecode!
This only fails when my image assets are referenced rather than embedded.
I don't want to embed all the assets (they are changing throughout development and I am replacing them). This is ultimately for a mobile app (I have the assets folder in the 'CopyFiles' file path).
Here's how I am getting the image:
Code: Select all
put image tImageName of cd "Assets01" of stack "AssetsStack" into image "prepImage" of this card
Kind regards, Paul.