Image overwrite warning

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Image overwrite warning

Torsten Bergmann
Is it just me or does the latest pharo(-dev) not warn anymore
if you save the image to an image file that
already exist (when using "save as")?


Also why are the arrows in folded menus
now white? Black was better visible on the light
background.

Thanks
Torsten
--
Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Cameron Sanders-3
Just grabbed an image last night, and I was surprised by the Quit  
behavior: option to save on Quit.

There was recently some talk about this menu, but I didn't follow the  
discussion closely.

-Cam

On Jul 7, 2009, at 4:47 AM, Torsten Bergmann wrote:

> Is it just me or does the latest pharo(-dev) not warn anymore
> if you save the image to an image file that
> already exist (when using "save as")?
>
>
> Also why are the arrows in folded menus
> now white? Black was better visible on the light
> background.
>
> Thanks
> Torsten
> --
> Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
> für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Stéphane Ducasse
In reply to this post by Torsten Bergmann

On Jul 7, 2009, at 10:47 AM, Torsten Bergmann wrote:

> Is it just me or does the latest pharo(-dev) not warn anymore
> if you save the image to an image file that
> already exist (when using "save as")?

no lukas change that and we should rollback but the fixes he sent me  
look strange.
Can you check in the inbox the hostmenus package?

>
>
> Also why are the arrows in folded menus
> now white? Black was better visible on the light
> background.

:)
This is a side effect of Cursor initialize when we recompiled the  
method due to the
_ to := refactoring.

You know this may be 15 years that this initialize was not executed....
Now we would like to get back the black arrows but I do not know.  
Probably a color depth went wrong :)

Stef

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Stéphane Ducasse
In fact I have the same MouseHandler over problem in the previous  
image so I will probably recheck the changes of lukas.

On Jul 7, 2009, at 12:00 PM, Stéphane Ducasse wrote:

>
> On Jul 7, 2009, at 10:47 AM, Torsten Bergmann wrote:
>
>> Is it just me or does the latest pharo(-dev) not warn anymore
>> if you save the image to an image file that
>> already exist (when using "save as")?
>
> no lukas change that and we should rollback but the fixes he sent me
> look strange.
> Can you check in the inbox the hostmenus package?
>
>>
>>
>> Also why are the arrows in folded menus
>> now white? Black was better visible on the light
>> background.
>
> :)
> This is a side effect of Cursor initialize when we recompiled the
> method due to the
> _ to := refactoring.
>
> You know this may be 15 years that this initialize was not  
> executed....
> Now we would like to get back the black arrows but I do not know.
> Probably a color depth went wrong :)
>
> Stef
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Gary Chambers-4
In reply to this post by Stéphane Ducasse
Yes, the MenuItemMorph submenu marker was reinitialized to be properly
transparent/black whereas, oddly, it was transparent/nearly-black.

This highlighted an error in the Polymorph code (need to copy the form
before mapping the black to the string colour, which depends on selection
state for a menu item).

I'll release a new version on SqueakSource now...

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, July 07, 2009 11:00 AM
Subject: Re: [Pharo-project] Image overwrite warning


>
> On Jul 7, 2009, at 10:47 AM, Torsten Bergmann wrote:
>
>> Is it just me or does the latest pharo(-dev) not warn anymore
>> if you save the image to an image file that
>> already exist (when using "save as")?
>
> no lukas change that and we should rollback but the fixes he sent me
> look strange.
> Can you check in the inbox the hostmenus package?
>
>>
>>
>> Also why are the arrows in folded menus
>> now white? Black was better visible on the light
>> background.
>
> :)
> This is a side effect of Cursor initialize when we recompiled the
> method due to the
> _ to := refactoring.
>
> You know this may be 15 years that this initialize was not executed....
> Now we would like to get back the black arrows but I do not know.
> Probably a color depth went wrong :)
>
> Stef
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Stéphane Ducasse
thanksssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss

On Jul 7, 2009, at 12:17 PM, Gary Chambers wrote:

> Yes, the MenuItemMorph submenu marker was reinitialized to be properly
> transparent/black whereas, oddly, it was transparent/nearly-black.
>
> This highlighted an error in the Polymorph code (need to copy the form
> before mapping the black to the string colour, which depends on  
> selection
> state for a menu item).
>
> I'll release a new version on SqueakSource now...
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, July 07, 2009 11:00 AM
> Subject: Re: [Pharo-project] Image overwrite warning
>
>
>>
>> On Jul 7, 2009, at 10:47 AM, Torsten Bergmann wrote:
>>
>>> Is it just me or does the latest pharo(-dev) not warn anymore
>>> if you save the image to an image file that
>>> already exist (when using "save as")?
>>
>> no lukas change that and we should rollback but the fixes he sent me
>> look strange.
>> Can you check in the inbox the hostmenus package?
>>
>>>
>>>
>>> Also why are the arrows in folded menus
>>> now white? Black was better visible on the light
>>> background.
>>
>> :)
>> This is a side effect of Cursor initialize when we recompiled the
>> method due to the
>> _ to := refactoring.
>>
>> You know this may be 15 years that this initialize was not  
>> executed....
>> Now we would like to get back the black arrows but I do not know.
>> Probably a color depth went wrong :)
>>
>> Stef
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Stéphane Ducasse
In reply to this post by Stéphane Ducasse
I check again the code of lukas and

when I press save and
                press no
                or save
the image does not quit

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Image overwrite warning

Cameron Sanders-3
In reply to this post by Cameron Sanders-3
I dropped the word "no". Let me rephrase this:

When I select "Quit" now, Pharo exits without asking me anything. (On  
a Mac, 10371web image.)

This is satisfactory given the menu item above it ("save and quit");  
it just caught me by surprise the first time, because I was accustomed  
to quickly selecting the bottom entry on the menu.

-Cam


On Jul 7, 2009, at 5:00 AM, Cameron Sanders wrote:

> Just grabbed an image last night, and I was surprised by the Quit
> behavior: option to save on Quit.
>
> There was recently some talk about this menu, but I didn't follow the
> discussion closely.


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project