|
Ok,
Thanks to your help, the problem is solved. Nothing to do with Artefact but "imageStream := FileStream fileNamed: 'lsi-tec.jpg'." imageStream := FileSystem disk openFileStream: 'lsi-tec.jpg' writable: false. did the trick. Interesting is that FileStream works ok in Linux. Best regards, CdAB63 -- The information contained in this message is confidential and intended to the recipients specified in the headers. If you received this message by error, notify the sender immediately. The unauthorized use, disclosure, copy or alteration of this message are strictly forbidden and subjected to civil and criminal sanctions.
|