Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- 2 participants
- 144614 messages
Re: [Pharo-project] about web site
by Stéphane Ducasse
I just realized that nowehere it was mentioned who was in the
community and the board
Stef
On Mar 17, 2009, at 2:32 PM, Michael Roberts wrote:
> Hi stef
> We have had a small section under about/organization for a while I
> think. Is this enough?
> Mike
> On 3/12/09, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>> may be we should add a little point explaining that there is a (non-
>> elected) board and a community....
>>
>> Stef
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
March 17, 2009
Re: [Pharo-project] World Graphics and Halos
by Gary Chambers
Bitter experience!
Regards, Gary
----- Original Message -----
From: Rob Rothwell
To: Pharo-project(a)lists.gforge.inria.fr
Sent: Tuesday, March 17, 2009 11:49 AM
Subject: Re: [Pharo-project] World Graphics and Halos
How do you guys KNOW this stuff???!
Rob
2009/3/17 Gary Chambers <gazzaguru2(a)btinternet.com>
Try this one ;-)
Regards, Gary
----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
To: <Pharo-project(a)lists.gforge.inria.fr>
Sent: Tuesday, March 17, 2009 10:19 AM
Subject: Re: [Pharo-project] World Graphics and Halos
do you have a nice little cs :)
Stef
On Mar 17, 2009, at 11:09 AM, Gary Chambers wrote:
If we are going to use the optimised general case in Morph (a valid
thing to do given the default drawOn: implementation) then I guess
we need to check all implementors of drawOn: to do a proper
areasRemainingToFill: if they are not standard and have non-opaque
regions.
Changing HaloMorph>>defaultColor to answer Color transparent fixes
this one... In fact, for HaloMorph, #borderWidth should be overriden
with the showBoundsInHalo/World logic and #defaultBorderColor to
return Preferences menuSelectionColor. #drawOn: can then be removed.
Regards, Gary
----- Original Message -----
From: Rob Rothwell
To: Pharo-project(a)lists.gforge.inria.fr
Sent: Monday, March 16, 2009 7:39 PM
Subject: Re: [Pharo-project] World Graphics and Halos
Yes...
Preferences resetHaloSpecifications "works," but notice that when
selecting a "plain old" Morph (like Morph new), it is overwritten by
the background color...
Rob
On Mon, Mar 16, 2009 at 3:20 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr
> wrote:
Ok I got it and I opened an issue.
Stef
On Mar 16, 2009, at 11:52 AM, Gary Chambers wrote:
> Not one of mine...
> The halo item in question is the addPaintBgdHandle which is still
> present in
> the images but removed.
> Preferences resetHaloSpecifications needs to be invoked.
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
> To: <Pharo-project(a)lists.gforge.inria.fr>
> Sent: Monday, March 16, 2009 10:12 AM
> Subject: Re: [Pharo-project] World Graphics and Halos
>
>
>> Once you arrive to a fix point
>> let me know what I should integrate.
>> Stef
>>
>> On Mar 15, 2009, at 12:24 PM, Gary Chambers wrote:
>>
>>> I noticed the halo problem in the dev image too. Resetting the
halo
>>> specs is needed since one has been removed...
>>>
>>> Regards, Gary
>>> ----- Original Message -----
>>> From: Rob Rothwell
>>> To: Pharo-project(a)lists.gforge.inria.fr
>>> Sent: Saturday, March 14, 2009 11:35 PM
>>> Subject: Re: [Pharo-project] World Graphics and Halos
>>>
>>> Yep...that seemed to fix it!
>>>
>>> Now if I could just figure out how to remove a Morph from the
World
>>> without Halos!
>>>
>>> If I do System->About it is so big now that it won't all fit on my
>>> screen, so I can't reach the ok button to close it and I am stuck
>>> with it!
>>>
>>> Rob
>>>
>>> On Sat, Mar 14, 2009 at 7:11 PM, Henrik Sperre Johansen
>>> <henrik.s.johansen(a)veloxit.no
>>>> wrote:
>>> Attached a .cs to the issue with a fix, also including the
solution
>>> Gary suggested for the taskbar-issue that was reported.
>>> (I don't know how to remove methods in .cs files, and haven't yet
>>> gotten around to learn how to make slices, so
>>> BorderedMorph>>areasRemainingToFill: would have to be removed by
>>> hand..)
>>>
>>> Cheers,
>>> Henry
>>>
>>> On 14.03.2009 22:04, Rob Rothwell wrote:
>>>>
>>>> Done.
>>>>
>>>> Issues 655
>>>>
>>>> On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> Open up a 10250 dev image and click anywhere within the bounds
of
>>>>> the "Pharo" graphic.
>>>>>
>>>>> The world menu pops up and leaves part of itself behind when you
>>>>> click somewhere else on the screen.
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
project
>>>
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
------------------------------------------------------------------------------
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
March 17, 2009
Re: [Pharo-project] about web site
by Michael Roberts
Hi stef
We have had a small section under about/organization for a while I
think. Is this enough?
Mike
On 3/12/09, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> may be we should add a little point explaining that there is a (non-
> elected) board and a community....
>
> Stef
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
March 17, 2009
Re: [Pharo-project] World Graphics and Halos
by Rob Rothwell
How do you guys KNOW this stuff???!
Rob
2009/3/17 Gary Chambers <gazzaguru2(a)btinternet.com>
> Try this one ;-)
>
> Regards, Gary
>
> ----- Original Message ----- From: "Stéphane Ducasse" <
> stephane.ducasse(a)inria.fr>
> To: <Pharo-project(a)lists.gforge.inria.fr>
> Sent: Tuesday, March 17, 2009 10:19 AM
>
> Subject: Re: [Pharo-project] World Graphics and Halos
>
>
> do you have a nice little cs :)
>
> Stef
>
> On Mar 17, 2009, at 11:09 AM, Gary Chambers wrote:
>
> If we are going to use the optimised general case in Morph (a valid
>> thing to do given the default drawOn: implementation) then I guess
>> we need to check all implementors of drawOn: to do a proper
>> areasRemainingToFill: if they are not standard and have non-opaque
>> regions.
>>
>> Changing HaloMorph>>defaultColor to answer Color transparent fixes
>> this one... In fact, for HaloMorph, #borderWidth should be overriden
>> with the showBoundsInHalo/World logic and #defaultBorderColor to
>> return Preferences menuSelectionColor. #drawOn: can then be removed.
>>
>> Regards, Gary
>> ----- Original Message -----
>> From: Rob Rothwell
>> To: Pharo-project(a)lists.gforge.inria.fr
>> Sent: Monday, March 16, 2009 7:39 PM
>> Subject: Re: [Pharo-project] World Graphics and Halos
>>
>> Yes...
>>
>> Preferences resetHaloSpecifications "works," but notice that when
>> selecting a "plain old" Morph (like Morph new), it is overwritten by
>> the background color...
>>
>> Rob
>>
>> On Mon, Mar 16, 2009 at 3:20 PM, Stéphane Ducasse <
>> stephane.ducasse(a)inria.fr
>> > wrote:
>> Ok I got it and I opened an issue.
>>
>> Stef
>>
>> On Mar 16, 2009, at 11:52 AM, Gary Chambers wrote:
>>
>> > Not one of mine...
>> > The halo item in question is the addPaintBgdHandle which is still
>> > present in
>> > the images but removed.
>> > Preferences resetHaloSpecifications needs to be invoked.
>> >
>> > Regards, Gary
>> >
>> > ----- Original Message -----
>> > From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
>> > To: <Pharo-project(a)lists.gforge.inria.fr>
>> > Sent: Monday, March 16, 2009 10:12 AM
>> > Subject: Re: [Pharo-project] World Graphics and Halos
>> >
>> >
>> >> Once you arrive to a fix point
>> >> let me know what I should integrate.
>> >> Stef
>> >>
>> >> On Mar 15, 2009, at 12:24 PM, Gary Chambers wrote:
>> >>
>> >>> I noticed the halo problem in the dev image too. Resetting the
>> halo
>> >>> specs is needed since one has been removed...
>> >>>
>> >>> Regards, Gary
>> >>> ----- Original Message -----
>> >>> From: Rob Rothwell
>> >>> To: Pharo-project(a)lists.gforge.inria.fr
>> >>> Sent: Saturday, March 14, 2009 11:35 PM
>> >>> Subject: Re: [Pharo-project] World Graphics and Halos
>> >>>
>> >>> Yep...that seemed to fix it!
>> >>>
>> >>> Now if I could just figure out how to remove a Morph from the
>> World
>> >>> without Halos!
>> >>>
>> >>> If I do System->About it is so big now that it won't all fit on my
>> >>> screen, so I can't reach the ok button to close it and I am stuck
>> >>> with it!
>> >>>
>> >>> Rob
>> >>>
>> >>> On Sat, Mar 14, 2009 at 7:11 PM, Henrik Sperre Johansen
>> >>> <henrik.s.johansen(a)veloxit.no
>> >>>> wrote:
>> >>> Attached a .cs to the issue with a fix, also including the
>> solution
>> >>> Gary suggested for the taskbar-issue that was reported.
>> >>> (I don't know how to remove methods in .cs files, and haven't yet
>> >>> gotten around to learn how to make slices, so
>> >>> BorderedMorph>>areasRemainingToFill: would have to be removed by
>> >>> hand..)
>> >>>
>> >>> Cheers,
>> >>> Henry
>> >>>
>> >>> On 14.03.2009 22:04, Rob Rothwell wrote:
>> >>>>
>> >>>> Done.
>> >>>>
>> >>>> Issues 655
>> >>>>
>> >>>> On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote:
>> >>>>
>> >>>>> Hi all,
>> >>>>>
>> >>>>> Open up a 10250 dev image and click anywhere within the bounds
>> of
>> >>>>> the "Pharo" graphic.
>> >>>>>
>> >>>>> The world menu pops up and leaves part of itself behind when you
>> >>>>> click somewhere else on the screen.
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> Pharo-project mailing list
>> >>> Pharo-project(a)lists.gforge.inria.fr
>> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
>> project
>> >>>
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> Pharo-project mailing list
>> >>> Pharo-project(a)lists.gforge.inria.fr
>> >>>
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
>> >>> Pharo-project mailing list
>> >>> Pharo-project(a)lists.gforge.inria.fr
>> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
>> project
>> >>
>> >>
>> >> _______________________________________________
>> >> Pharo-project mailing list
>> >> Pharo-project(a)lists.gforge.inria.fr
>> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > Pharo-project(a)lists.gforge.inria.fr
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>>
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
March 17, 2009
Re: [Pharo-project] World Graphics and Halos
by Gary Chambers
Try this one ;-)
Regards, Gary
----- Original Message -----
From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
To: <Pharo-project(a)lists.gforge.inria.fr>
Sent: Tuesday, March 17, 2009 10:19 AM
Subject: Re: [Pharo-project] World Graphics and Halos
do you have a nice little cs :)
Stef
On Mar 17, 2009, at 11:09 AM, Gary Chambers wrote:
> If we are going to use the optimised general case in Morph (a valid
> thing to do given the default drawOn: implementation) then I guess
> we need to check all implementors of drawOn: to do a proper
> areasRemainingToFill: if they are not standard and have non-opaque
> regions.
>
> Changing HaloMorph>>defaultColor to answer Color transparent fixes
> this one... In fact, for HaloMorph, #borderWidth should be overriden
> with the showBoundsInHalo/World logic and #defaultBorderColor to
> return Preferences menuSelectionColor. #drawOn: can then be removed.
>
> Regards, Gary
> ----- Original Message -----
> From: Rob Rothwell
> To: Pharo-project(a)lists.gforge.inria.fr
> Sent: Monday, March 16, 2009 7:39 PM
> Subject: Re: [Pharo-project] World Graphics and Halos
>
> Yes...
>
> Preferences resetHaloSpecifications "works," but notice that when
> selecting a "plain old" Morph (like Morph new), it is overwritten by
> the background color...
>
> Rob
>
> On Mon, Mar 16, 2009 at 3:20 PM, Stéphane Ducasse
> <stephane.ducasse(a)inria.fr
> > wrote:
> Ok I got it and I opened an issue.
>
> Stef
>
> On Mar 16, 2009, at 11:52 AM, Gary Chambers wrote:
>
> > Not one of mine...
> > The halo item in question is the addPaintBgdHandle which is still
> > present in
> > the images but removed.
> > Preferences resetHaloSpecifications needs to be invoked.
> >
> > Regards, Gary
> >
> > ----- Original Message -----
> > From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
> > To: <Pharo-project(a)lists.gforge.inria.fr>
> > Sent: Monday, March 16, 2009 10:12 AM
> > Subject: Re: [Pharo-project] World Graphics and Halos
> >
> >
> >> Once you arrive to a fix point
> >> let me know what I should integrate.
> >> Stef
> >>
> >> On Mar 15, 2009, at 12:24 PM, Gary Chambers wrote:
> >>
> >>> I noticed the halo problem in the dev image too. Resetting the
> halo
> >>> specs is needed since one has been removed...
> >>>
> >>> Regards, Gary
> >>> ----- Original Message -----
> >>> From: Rob Rothwell
> >>> To: Pharo-project(a)lists.gforge.inria.fr
> >>> Sent: Saturday, March 14, 2009 11:35 PM
> >>> Subject: Re: [Pharo-project] World Graphics and Halos
> >>>
> >>> Yep...that seemed to fix it!
> >>>
> >>> Now if I could just figure out how to remove a Morph from the
> World
> >>> without Halos!
> >>>
> >>> If I do System->About it is so big now that it won't all fit on my
> >>> screen, so I can't reach the ok button to close it and I am stuck
> >>> with it!
> >>>
> >>> Rob
> >>>
> >>> On Sat, Mar 14, 2009 at 7:11 PM, Henrik Sperre Johansen
> >>> <henrik.s.johansen(a)veloxit.no
> >>>> wrote:
> >>> Attached a .cs to the issue with a fix, also including the
> solution
> >>> Gary suggested for the taskbar-issue that was reported.
> >>> (I don't know how to remove methods in .cs files, and haven't yet
> >>> gotten around to learn how to make slices, so
> >>> BorderedMorph>>areasRemainingToFill: would have to be removed by
> >>> hand..)
> >>>
> >>> Cheers,
> >>> Henry
> >>>
> >>> On 14.03.2009 22:04, Rob Rothwell wrote:
> >>>>
> >>>> Done.
> >>>>
> >>>> Issues 655
> >>>>
> >>>> On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote:
> >>>>
> >>>>> Hi all,
> >>>>>
> >>>>> Open up a 10250 dev image and click anywhere within the bounds
> of
> >>>>> the "Pharo" graphic.
> >>>>>
> >>>>> The world menu pops up and leaves part of itself behind when you
> >>>>> click somewhere else on the screen.
> >>>
> >>>
> >>> _______________________________________________
> >>> Pharo-project mailing list
> >>> Pharo-project(a)lists.gforge.inria.fr
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
> project
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> Pharo-project mailing list
> >>> Pharo-project(a)lists.gforge.inria.fr
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
> >>> Pharo-project mailing list
> >>> Pharo-project(a)lists.gforge.inria.fr
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
> project
> >>
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> Pharo-project(a)lists.gforge.inria.fr
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > Pharo-project(a)lists.gforge.inria.fr
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
March 17, 2009
Re: [Pharo-project] World Graphics and Halos
by Henrik Johansen
I believe this might be something like what he's talking of.
Cheers,
Henry
Stéphane Ducasse wrote:
> do you have a nice little cs :)
>
> Stef
>
> On Mar 17, 2009, at 11:09 AM, Gary Chambers wrote:
>
>
>> If we are going to use the optimised general case in Morph (a valid
>> thing to do given the default drawOn: implementation) then I guess
>> we need to check all implementors of drawOn: to do a proper
>> areasRemainingToFill: if they are not standard and have non-opaque
>> regions.
>>
>> Changing HaloMorph>>defaultColor to answer Color transparent fixes
>> this one... In fact, for HaloMorph, #borderWidth should be overriden
>> with the showBoundsInHalo/World logic and #defaultBorderColor to
>> return Preferences menuSelectionColor. #drawOn: can then be removed.
>>
>> Regards, Gary
>> ----- Original Message -----
>> From: Rob Rothwell
>> To: Pharo-project(a)lists.gforge.inria.fr
>> Sent: Monday, March 16, 2009 7:39 PM
>> Subject: Re: [Pharo-project] World Graphics and Halos
>>
>> Yes...
>>
>> Preferences resetHaloSpecifications "works," but notice that when
>> selecting a "plain old" Morph (like Morph new), it is overwritten by
>> the background color...
>>
>> Rob
>>
>> On Mon, Mar 16, 2009 at 3:20 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr
>>
>>> wrote:
>>>
>> Ok I got it and I opened an issue.
>>
>> Stef
>>
>> On Mar 16, 2009, at 11:52 AM, Gary Chambers wrote:
>>
>>
>>> Not one of mine...
>>> The halo item in question is the addPaintBgdHandle which is still
>>> present in
>>> the images but removed.
>>> Preferences resetHaloSpecifications needs to be invoked.
>>>
>>> Regards, Gary
>>>
>>> ----- Original Message -----
>>> From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
>>> To: <Pharo-project(a)lists.gforge.inria.fr>
>>> Sent: Monday, March 16, 2009 10:12 AM
>>> Subject: Re: [Pharo-project] World Graphics and Halos
>>>
>>>
>>>
>>>> Once you arrive to a fix point
>>>> let me know what I should integrate.
>>>> Stef
>>>>
>>>> On Mar 15, 2009, at 12:24 PM, Gary Chambers wrote:
>>>>
>>>>
>>>>> I noticed the halo problem in the dev image too. Resetting the
>>>>>
>> halo
>>
>>>>> specs is needed since one has been removed...
>>>>>
>>>>> Regards, Gary
>>>>> ----- Original Message -----
>>>>> From: Rob Rothwell
>>>>> To: Pharo-project(a)lists.gforge.inria.fr
>>>>> Sent: Saturday, March 14, 2009 11:35 PM
>>>>> Subject: Re: [Pharo-project] World Graphics and Halos
>>>>>
>>>>> Yep...that seemed to fix it!
>>>>>
>>>>> Now if I could just figure out how to remove a Morph from the
>>>>>
>> World
>>
>>>>> without Halos!
>>>>>
>>>>> If I do System->About it is so big now that it won't all fit on my
>>>>> screen, so I can't reach the ok button to close it and I am stuck
>>>>> with it!
>>>>>
>>>>> Rob
>>>>>
>>>>> On Sat, Mar 14, 2009 at 7:11 PM, Henrik Sperre Johansen
>>>>> <henrik.s.johansen(a)veloxit.no
>>>>>
>>>>>> wrote:
>>>>>>
>>>>> Attached a .cs to the issue with a fix, also including the
>>>>>
>> solution
>>
>>>>> Gary suggested for the taskbar-issue that was reported.
>>>>> (I don't know how to remove methods in .cs files, and haven't yet
>>>>> gotten around to learn how to make slices, so
>>>>> BorderedMorph>>areasRemainingToFill: would have to be removed by
>>>>> hand..)
>>>>>
>>>>> Cheers,
>>>>> Henry
>>>>>
>>>>> On 14.03.2009 22:04, Rob Rothwell wrote:
>>>>>
>>>>>> Done.
>>>>>>
>>>>>> Issues 655
>>>>>>
>>>>>> On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote:
>>>>>>
>>>>>>
>>>>>>> Hi all,
>>>>>>>
>>>>>>> Open up a 10250 dev image and click anywhere within the bounds
>>>>>>>
>> of
>>
>>>>>>> the "Pharo" graphic.
>>>>>>>
>>>>>>> The world menu pops up and leaves part of itself behind when you
>>>>>>> click somewhere else on the screen.
>>>>>>>
>>>>> _______________________________________________
>>>>> Pharo-project mailing list
>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
>>>>>
>> project
>>
>>>>>
>>>>> _______________________________________________
>>>>> Pharo-project mailing list
>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
>>>>> Pharo-project mailing list
>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
>>>>>
>> project
>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> Pharo-project(a)lists.gforge.inria.fr
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
March 17, 2009
Re: [Pharo-project] Losing click event
by Stéphane Ducasse
wanna want to kill them all those oddlySteppers....
Stef
On Mar 17, 2009, at 11:13 AM, Gary Chambers wrote:
> Yeah, the otherworldySteppers is part of my cleanup script too ;-)
> (which
> deals with the TransferMorphs, I think).
>
> Regards, Gary
>
> ----- Original Message -----
> From: "David Röthlisberger" <squeak(a)webcitas.ch>
> To: <Pharo-project(a)lists.gforge.inria.fr>
> Sent: Monday, March 16, 2009 10:18 PM
> Subject: Re: [Pharo-project] Losing click event
>
>
>>
>>> Have you tried the following?
>>> TransferMorph allInstances do: [:ea | ea delete]
>>
>> or:
>> Utilities cleanseOtherWorldlySteppers
>>
>> David
>>
>>> from
>>> http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369…
>>> HTH,
>>> Adrian
>>>
>>> On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
>>>
>>>> No, there is no hidden morph. There is a variation in the bug, as
>>>> for
>>>> some time I need to move slighly the mouse to get the clic event
>>>> handled.
>>>> I remove all Morph from screen including taskbar, does not get
>>>> better.
>>>> I try with different theme
>>>> Nothing special in the process browser, at least no process I can
>>>> kill.
>>>> I saw it is reported in Mantis
>>>> http://bugs.squeak.org/view.php?id=7039
>>>>
>>>> It seems the problem started to occure from a debugging session
>>>> with
>>>> seaside
>>>>
>>>>
>>>> 2009/3/16 Gary Chambers <gazzaguru2(a)btinternet.com>:
>>>>> Not seen that recently, since I fixed the DockingBar (if you use
>>>>> one)
>>>>> layering and the putting of minimised window (invisible with
>>>>> taskbar) well
>>>>> offscreen. Perhaps you have an inivisble Morph around (World
>>>>> submorphs
>>>>> should verify).
>>>>>
>>>>> Regards, Gary
>>>>>
>>>>> ----- Original Message -----
>>>>> From: "Hilaire Fernandes" <hilaire(a)ofset.org>
>>>>> To: "Pharo Development" <pharo-project(a)lists.gforge.inria.fr>
>>>>> Sent: Monday, March 16, 2009 1:17 PM
>>>>> Subject: [Pharo-project] Losing click event
>>>>>
>>>>>
>>>>>> I have something strange happening in an image.
>>>>>>
>>>>>> Randomly, mouse click event seems to be lost. I have to click
>>>>>> two or
>>>>>> three times to get the event handled. It happens anywhere in the
>>>>>> image.
>>>>>> Is there a way to fix that?
>>>>>>
>>>>>> Hilaire
>>>>>> --
>>>>>> http://blog.ofset.org/hilaire
>>>>>>
>>>>>> _______________________________________________
>>>>>> Pharo-project mailing list
>>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>>
>>>>> _______________________________________________
>>>>> Pharo-project mailing list
>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
>>>>> project
>>>>>
>>>>
>>>>
>>>> --
>>>> http://blog.ofset.org/hilaire
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> Pharo-project(a)lists.gforge.inria.fr
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
March 17, 2009
Re: [Pharo-project] Removing more classes from Pharo
by Gary Chambers
Regards, Gary
----- Original Message -----
From: "Schwab,Wilhelm K" <bschwab(a)anest.ufl.edu>
To: <Pharo-project(a)lists.gforge.inria.fr>
Sent: Tuesday, March 17, 2009 1:13 AM
Subject: Re: [Pharo-project] Removing more classes from Pharo
> Ffenestri is a possible route to host windows. I am *not* a "native
> widgets or bust guy" (emulation has its points, performance under scaling
> being high on the list), but there are reasons to want to use host windows
> too. I would hesitate to remove this too quickly, unless Pinesoft tells
> us there is a better way to meet the objective.
>
> Compression probably does not need to be in the kernel, but IMHO it does
> belong in Pharo 1.0. Ditto sounds. Sound is something that people will
> expect in a well-rounded system.
Zip compression is required by Monticello, of course ;-)
>
> I'm all for cleaning out cruft, but things that are part of the releases
> are probably more likely to get seen, used, and therefore have bugs
> detected.
>
> Bill
>
>
> -----Original Message-----
> From: pharo-project-bounces(a)lists.gforge.inria.fr
> [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Adrian
> Lienhard
> Sent: Monday, March 16, 2009 4:21 PM
> To: Pharo Development
> Subject: [Pharo-project] Removing more classes from Pharo
>
> In quest of modularizing Pharo and reducing its memory footprint, I
> was wondering whether the following packages should be removed:
>
> - TrueType and related classes in Multilingual-Display (are obsolete
> since we have FreeType, no?)
> - Services (does not seem to be used, except by a subclass in Polymorph)
> - Graphics-External-Ffenestri (why is this in the image??)
> - Compression (I think, does not need to be in the kernel)
> - Sound (dito)
> - Traits-LocalSends and Traits-Requires (are not used)
> - MorphicExtras (I assume at least some of those could extracted)
> - ...?
>
> I would put these in a repository so they can be loaded if needed. The
> extraction of some of these packages likely needs some work, but would
> be a first step towards a more modular kernel.
>
> What do others think?
>
> Adrian
>
> ___________________
> http://www.adrian-lienhard.ch/
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
March 17, 2009
Re: [Pharo-project] World Graphics and Halos
by Stéphane Ducasse
do you have a nice little cs :)
Stef
On Mar 17, 2009, at 11:09 AM, Gary Chambers wrote:
> If we are going to use the optimised general case in Morph (a valid
> thing to do given the default drawOn: implementation) then I guess
> we need to check all implementors of drawOn: to do a proper
> areasRemainingToFill: if they are not standard and have non-opaque
> regions.
>
> Changing HaloMorph>>defaultColor to answer Color transparent fixes
> this one... In fact, for HaloMorph, #borderWidth should be overriden
> with the showBoundsInHalo/World logic and #defaultBorderColor to
> return Preferences menuSelectionColor. #drawOn: can then be removed.
>
> Regards, Gary
> ----- Original Message -----
> From: Rob Rothwell
> To: Pharo-project(a)lists.gforge.inria.fr
> Sent: Monday, March 16, 2009 7:39 PM
> Subject: Re: [Pharo-project] World Graphics and Halos
>
> Yes...
>
> Preferences resetHaloSpecifications "works," but notice that when
> selecting a "plain old" Morph (like Morph new), it is overwritten by
> the background color...
>
> Rob
>
> On Mon, Mar 16, 2009 at 3:20 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr
> > wrote:
> Ok I got it and I opened an issue.
>
> Stef
>
> On Mar 16, 2009, at 11:52 AM, Gary Chambers wrote:
>
> > Not one of mine...
> > The halo item in question is the addPaintBgdHandle which is still
> > present in
> > the images but removed.
> > Preferences resetHaloSpecifications needs to be invoked.
> >
> > Regards, Gary
> >
> > ----- Original Message -----
> > From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
> > To: <Pharo-project(a)lists.gforge.inria.fr>
> > Sent: Monday, March 16, 2009 10:12 AM
> > Subject: Re: [Pharo-project] World Graphics and Halos
> >
> >
> >> Once you arrive to a fix point
> >> let me know what I should integrate.
> >> Stef
> >>
> >> On Mar 15, 2009, at 12:24 PM, Gary Chambers wrote:
> >>
> >>> I noticed the halo problem in the dev image too. Resetting the
> halo
> >>> specs is needed since one has been removed...
> >>>
> >>> Regards, Gary
> >>> ----- Original Message -----
> >>> From: Rob Rothwell
> >>> To: Pharo-project(a)lists.gforge.inria.fr
> >>> Sent: Saturday, March 14, 2009 11:35 PM
> >>> Subject: Re: [Pharo-project] World Graphics and Halos
> >>>
> >>> Yep...that seemed to fix it!
> >>>
> >>> Now if I could just figure out how to remove a Morph from the
> World
> >>> without Halos!
> >>>
> >>> If I do System->About it is so big now that it won't all fit on my
> >>> screen, so I can't reach the ok button to close it and I am stuck
> >>> with it!
> >>>
> >>> Rob
> >>>
> >>> On Sat, Mar 14, 2009 at 7:11 PM, Henrik Sperre Johansen
> >>> <henrik.s.johansen(a)veloxit.no
> >>>> wrote:
> >>> Attached a .cs to the issue with a fix, also including the
> solution
> >>> Gary suggested for the taskbar-issue that was reported.
> >>> (I don't know how to remove methods in .cs files, and haven't yet
> >>> gotten around to learn how to make slices, so
> >>> BorderedMorph>>areasRemainingToFill: would have to be removed by
> >>> hand..)
> >>>
> >>> Cheers,
> >>> Henry
> >>>
> >>> On 14.03.2009 22:04, Rob Rothwell wrote:
> >>>>
> >>>> Done.
> >>>>
> >>>> Issues 655
> >>>>
> >>>> On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote:
> >>>>
> >>>>> Hi all,
> >>>>>
> >>>>> Open up a 10250 dev image and click anywhere within the bounds
> of
> >>>>> the "Pharo" graphic.
> >>>>>
> >>>>> The world menu pops up and leaves part of itself behind when you
> >>>>> click somewhere else on the screen.
> >>>
> >>>
> >>> _______________________________________________
> >>> Pharo-project mailing list
> >>> Pharo-project(a)lists.gforge.inria.fr
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
> project
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> Pharo-project mailing list
> >>> Pharo-project(a)lists.gforge.inria.fr
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
> >>> Pharo-project mailing list
> >>> Pharo-project(a)lists.gforge.inria.fr
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-
> project
> >>
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> Pharo-project(a)lists.gforge.inria.fr
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > Pharo-project(a)lists.gforge.inria.fr
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project________…
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
March 17, 2009
Re: [Pharo-project] Losing click event
by Gary Chambers
Yeah, the otherworldySteppers is part of my cleanup script too ;-) (which
deals with the TransferMorphs, I think).
Regards, Gary
----- Original Message -----
From: "David Röthlisberger" <squeak(a)webcitas.ch>
To: <Pharo-project(a)lists.gforge.inria.fr>
Sent: Monday, March 16, 2009 10:18 PM
Subject: Re: [Pharo-project] Losing click event
>
>> Have you tried the following?
>> TransferMorph allInstances do: [:ea | ea delete]
>
> or:
> Utilities cleanseOtherWorldlySteppers
>
> David
>
>> from
>> http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369…
>> HTH,
>> Adrian
>>
>> On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
>>
>>> No, there is no hidden morph. There is a variation in the bug, as for
>>> some time I need to move slighly the mouse to get the clic event
>>> handled.
>>> I remove all Morph from screen including taskbar, does not get better.
>>> I try with different theme
>>> Nothing special in the process browser, at least no process I can
>>> kill.
>>> I saw it is reported in Mantis
>>> http://bugs.squeak.org/view.php?id=7039
>>>
>>> It seems the problem started to occure from a debugging session with
>>> seaside
>>>
>>>
>>> 2009/3/16 Gary Chambers <gazzaguru2(a)btinternet.com>:
>>>> Not seen that recently, since I fixed the DockingBar (if you use one)
>>>> layering and the putting of minimised window (invisible with
>>>> taskbar) well
>>>> offscreen. Perhaps you have an inivisble Morph around (World
>>>> submorphs
>>>> should verify).
>>>>
>>>> Regards, Gary
>>>>
>>>> ----- Original Message -----
>>>> From: "Hilaire Fernandes" <hilaire(a)ofset.org>
>>>> To: "Pharo Development" <pharo-project(a)lists.gforge.inria.fr>
>>>> Sent: Monday, March 16, 2009 1:17 PM
>>>> Subject: [Pharo-project] Losing click event
>>>>
>>>>
>>>>> I have something strange happening in an image.
>>>>>
>>>>> Randomly, mouse click event seems to be lost. I have to click two or
>>>>> three times to get the event handled. It happens anywhere in the
>>>>> image.
>>>>> Is there a way to fix that?
>>>>>
>>>>> Hilaire
>>>>> --
>>>>> http://blog.ofset.org/hilaire
>>>>>
>>>>> _______________________________________________
>>>>> Pharo-project mailing list
>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> Pharo-project(a)lists.gforge.inria.fr
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>>
>>> --
>>> http://blog.ofset.org/hilaire
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
March 17, 2009