Re: Can't See the Image

2015-02-26 Thread Ray
Mike, Klaus, I appreciate your ideas on this. I'll try checking the result and pay more attention to case but being one of those intermittent bugs apparently it might be difficult for me to report back with a solid conclusion as to what worked. Thanks! On 2/26/2015 2:17 PM, Mike Bonner wrote

Re: Can't See the Image

2015-02-26 Thread Ray
Klaus - thanks but I wonder why this code would work sometimes and others not. It's an isolated piece of code that doesn't do much else. Nonetheless, I've add an unlock screen both before and after setting the fileName of the image. Let's see if that works. On 2/26/2015 2:08 PM, Klaus major

Re: Can't See the Image

2015-02-26 Thread Klaus major-k
Hi Ray, > Am 26.02.2015 um 18:06 schrieb Ray : > > Yes, there is. Good point! Although it seems weird it would work if I > re-paste the same path with the spaces in it into the properties palette. SPACE or not, that should work right out of the box! You could try to add an "un-/lock screen" b

Re: Can't See the Image

2015-02-26 Thread Ray
I've never used the short file path. I'll experiment with that. Thanks! On 2/26/2015 2:11 PM, Mike Bonner wrote: Not sure it has anything to do with it, but you might try to-- set the filename of image "myimage" to the shortfilepath of "path/to the/file.png" which will turn it into a non spaced

Re: Can't See the Image

2015-02-26 Thread Mike Bonner
Oh true, it just returns the same filepath that it was given on osx and linux. However, now i'm wondering, linux and osx are case sensitive, if you're on one of those, are you sure you're not having a case issue? On Thu, Feb 26, 2015 at 10:14 AM, Klaus major-k wrote: > > > Am 26.02.2015 um 18:11

Re: Can't See the Image

2015-02-26 Thread Ray
Yes, there is. Good point! Although it seems weird it would work if I re-paste the same path with the spaces in it into the properties palette. What do you suggest? I could html encode it. On 2/26/2015 2:04 PM, Mike Bonner wrote: Is there a space in the path? On Thu, Feb 26, 2015 at 10:02

Re: Can't See the Image

2015-02-26 Thread Mike Bonner
Not sure it has anything to do with it, but you might try to-- set the filename of image "myimage" to the shortfilepath of "path/to the/file.png" which will turn it into a non spaced, 8.3 style path. But I see klaus has added a response, so i'm sure correct answer is forthcoming as soon as I updat

Re: Can't See the Image

2015-02-26 Thread Klaus major-k
> Am 26.02.2015 um 18:11 schrieb Mike Bonner : > > Not sure it has anything to do with it, but you might try to-- set the > filename of image "myimage" to the shortfilepath of "path/to the/file.png" > which will turn it into a non spaced, 8.3 style path. But I see klaus has > added a response, s

Re: Can't See the Image

2015-02-26 Thread Mike Bonner
Oh, and you might check "the result" right after you set the filename and see if it says "could not open image" which probably indicates a problem with the path in your code. On Thu, Feb 26, 2015 at 10:17 AM, Mike Bonner wrote: > Oh true, it just returns the same filepath that it was given on os

Re: Can't See the Image

2015-02-26 Thread Mike Bonner
Is there a space in the path? On Thu, Feb 26, 2015 at 10:02 AM, Ray wrote: > I've had this problem come up before and here it is again today. I've > never posted it before. It seems kind of intermittent. > > It's simple. A script sets the FileName of an image in Livcode to the > full path of a

Can't See the Image

2015-02-26 Thread Ray
I've had this problem come up before and here it is again today. I've never posted it before. It seems kind of intermittent. It's simple. A script sets the FileName of an image in Livcode to the full path of a png disk file but the image in Livecode simply doesn't show it. The image object