Hi, there is a bug with windows titles as they don't refresh and keeps a previous title.
Steps to reproduce: 1) Search senders of a particular message, for example, doesNotUnderstand: 2) You will see that the opened windows for senders, has the title "Senders of '#doesNotUnderstand:" 3) Now, select one of the senders, for example, ContextPart >> send: selector to: rcvr with: args super: superFlag 4) That will open the senders of that message, BUT the windows title still says "Senders of '#doesNotUnderstand:" instead of "Senders of '#send:to:with:super:" Issue: http://code.google.com/p/pharo/issues/detail?id=2707 Cheers Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I am not sure if this is a bug. I think this is intentionally
implemented like this. Lukas 2010/7/20 Mariano Martinez Peck <[hidden email]>: > Hi, there is a bug with windows titles as they don't refresh and keeps a > previous title. > > Steps to reproduce: > > 1) Search senders of a particular message, for example, doesNotUnderstand: > 2) You will see that the opened windows for senders, has the title "Senders > of '#doesNotUnderstand:" > 3) Now, select one of the senders, for example, ContextPart >> send: > selector to: rcvr with: args super: superFlag > 4) That will open the senders of that message, BUT the windows title still > says "Senders of '#doesNotUnderstand:" instead of "Senders of > '#send:to:with:super:" > > Issue: http://code.google.com/p/pharo/issues/detail?id=2707 > > Cheers > > Mariano > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Tue, Jul 20, 2010 at 6:57 PM, Lukas Renggli <[hidden email]> wrote: I am not sure if this is a bug. I think this is intentionally I don't understand then. Which is the intention of showing the title "Senders of '#doesNotUnderstand:" if the windows has the senders of "Senders of '#send:to:with:super:" ? thanks mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
>> I am not sure if this is a bug. I think this is intentionally
>> implemented like this. > > I don't understand then. Which is the intention of showing the title > "Senders of '#doesNotUnderstand:" if the windows has the senders of > "Senders of '#send:to:with:super:" ? #send:to:with:super: is a transitive sender of #doesNotUnderstand: Lukas -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Tue, Jul 20, 2010 at 9:02 PM, Lukas Renggli <[hidden email]> wrote:
Ok. Fair. However, still doesn't have sense for me and I think it is confusing. But it is ok, I cannot force noone to do anything... :) cheers Mariano Lukas _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |