Re: Ask Password Icon Issue

2019-08-08 Thread Bob Sneidar via use-livecode
That was it! Thanks Matthias! 

Bob S


> On Aug 8, 2019, at 10:23 , Bob Sneidar via use-livecode 
>  wrote:
> 
> Okay I figured out where this is coming from. Normally in the IDE the Ask 
> Password dialog uses the Livecode Logo (actually the Blue Indy Icon) for the 
> dialog. But since I am launching it as a standalone, it's using the images 
> specified in the Standalone Settings. 
> 
> Now I have to figure out why it's black. There were some posts a while back 
> about this, but I forgot what the solution was. I'll poke around a bit. 
> 
> Bob S
> 
> 
>> On Aug 8, 2019, at 10:14 , Bob Sneidar via use-livecode 
>>  wrote:
>> 
>> Hi all. 
>> 
>> In a Mac OS standalone I have a login stack. When I issue the command ask 
>> password clear "Enter password" as sheet, the Icon is MY Sly Laboratories 
>> custom logo, only all filled in black! I'm not sure why. Nothing in my code 
>> does anything of the sort. In fact I have no idea HOW to do that! (Although 
>> if I DID have some idea, I would probably make use of it.) 
>> 
>> Any ideas??
>> 
>> Bob S
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Ask Password Icon Issue

2019-08-08 Thread Matthias Rebbe via use-livecode
This was discussed in June with Topic "Black boxes replace images in Mojave 
(Was "No subject")"

This is an excerpt of Mark Waddingham´s comment:
>This is a strange issue as it sounds like it is sporadic...
>The only OS specific code the engine uses when decompressing images is when 
>the image has an embedded colour >profile.
>So I guess the question is whether the images which are ‘breaking’ have such a 
>thing in them. I think preview’s >info pane can tell you that.
>Thus a potential solution is to strip the profiles out (if they are there) and 
>see if the problem persists...

In my case this was the cause.

I´ve dragged the source image to /library/scripts/colorsync/Remove.app to 
remove the color profile and imported it again into LC and added it to the 
stack. After that all was fine.


Regards,
Matthias

Matthias Rebbe

free tools for Livecoders:
InstaMaker 
WinSignMaker Mac 

> Am 08.08.2019 um 19:23 schrieb Bob Sneidar via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Okay I figured out where this is coming from. Normally in the IDE the Ask 
> Password dialog uses the Livecode Logo (actually the Blue Indy Icon) for the 
> dialog. But since I am launching it as a standalone, it's using the images 
> specified in the Standalone Settings. 
> 
> Now I have to figure out why it's black. There were some posts a while back 
> about this, but I forgot what the solution was. I'll poke around a bit. 
> 
> Bob S
> 
> 
>> On Aug 8, 2019, at 10:14 , Bob Sneidar via use-livecode 
>> mailto:use-livecode@lists.runrev.com>> wrote:
>> 
>> Hi all. 
>> 
>> In a Mac OS standalone I have a login stack. When I issue the command ask 
>> password clear "Enter password" as sheet, the Icon is MY Sly Laboratories 
>> custom logo, only all filled in black! I'm not sure why. Nothing in my code 
>> does anything of the sort. In fact I have no idea HOW to do that! (Although 
>> if I DID have some idea, I would probably make use of it.) 
>> 
>> Any ideas??
>> 
>> Bob S
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com 
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Ask Password Icon Issue

2019-08-08 Thread Bob Sneidar via use-livecode
Okay I figured out where this is coming from. Normally in the IDE the Ask 
Password dialog uses the Livecode Logo (actually the Blue Indy Icon) for the 
dialog. But since I am launching it as a standalone, it's using the images 
specified in the Standalone Settings. 

Now I have to figure out why it's black. There were some posts a while back 
about this, but I forgot what the solution was. I'll poke around a bit. 

Bob S


> On Aug 8, 2019, at 10:14 , Bob Sneidar via use-livecode 
>  wrote:
> 
> Hi all. 
> 
> In a Mac OS standalone I have a login stack. When I issue the command ask 
> password clear "Enter password" as sheet, the Icon is MY Sly Laboratories 
> custom logo, only all filled in black! I'm not sure why. Nothing in my code 
> does anything of the sort. In fact I have no idea HOW to do that! (Although 
> if I DID have some idea, I would probably make use of it.) 
> 
> Any ideas??
> 
> Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Ask Password Icon Issue

2019-08-08 Thread Bob Sneidar via use-livecode
Hi all. 

In a Mac OS standalone I have a login stack. When I issue the command ask 
password clear "Enter password" as sheet, the Icon is MY Sly Laboratories 
custom logo, only all filled in black! I'm not sure why. Nothing in my code 
does anything of the sort. In fact I have no idea HOW to do that! (Although if 
I DID have some idea, I would probably make use of it.) 

Any ideas??

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode