On Apr 6, 2007, at 6:02 AM, John Craig wrote:
Is there a property I can use to set the actual image data of an image object? (example: JPG format) (Not imageData). I know I can 'put tData into image testImage', but can I 'set [property] of image "testImage" to tJPGData'?
the text property of an image is the actual image data. So: set the text of image "testImage" to tJPGData -- Trevor DeVore Blue Mango Learning Systems www.bluemangolearning.com - www.screensteps.com [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
