Re: 6.5.1 imagedata problem

2014-01-18 Thread Kenji Kojima
Klaus, > But when you do NOT put the imagedata directly, display works, but not image > data: I see, OK. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jan 18, 2014, at 7:17 AM, Klaus major-k wrote: > Konichi-wa Kenji, > > Am 18.01.2014 um 13:06 schrieb Kenji Kojima : > >> Hi, >>

Re: 6.5.1 imagedata problem

2014-01-18 Thread Kenji Kojima
Mark, Yes, I could. Thank you. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jan 18, 2014, at 7:46 AM, Mark Schonewille wrote: > Hi Kenji, > > You can do this as a workaround: > > set the text of img 1 to url myURL > put the imageData of img 1 > > -- > Best regards, > > Mark Scho

Re: 6.5.1 imagedata problem

2014-01-18 Thread Mark Schonewille
Hi Kenji, You can do this as a workaround: set the text of img 1 to url myURL put the imageData of img 1 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Colo

Re: 6.5.1 imagedata problem

2014-01-18 Thread Klaus major-k
Konichi-wa Kenji, Am 18.01.2014 um 13:06 schrieb Kenji Kojima : > Hi, > > I cannot get the imagedata of internet linked image on version 6.5.1. > > The script is: > > set the filename of image 1 to "http://kenjikojima.com/livecode/dog/dog1.jpg"; > put the imageData of image 1 > It put “1” and

6.5.1 imagedata problem

2014-01-18 Thread Kenji Kojima
Hi, I cannot get the imagedata of internet linked image on version 6.5.1. The script is: set the filename of image 1 to "http://kenjikojima.com/livecode/dog/dog1.jpg"; put the imageData of image 1 It put “1” and the image changed to gray. I can get the imagedata on another version. Thanks,