[squeak-dev] Rebuilding FunSqueak

Tobias Pape Das.Linux at gmx.de
Mon Mar 13 15:49:28 UTC 2017


> On 13.03.2017, at 16:11, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> 
> This means that in the code you load you have to replace the call
> 
> 
> Preferences menuTitleColor
> 
> 
> with what is indicated after the deprecation warning.
> 
> 
> 	^ (UserInterfaceTheme current get: #titleColor for: #MenuMorph)
> ifNil: [ Color transparent]
> 

Well, that's only the case if you are _not_ a MenuMorph and want to look like one.

If you have code in MenuMorph, or you have an instance of MenuMorph, you can go over that one:

	MenuMorph new userInterfaceTheme titleColor "-> Color transparent in my theme"

Edgar, what is the code that calls `Preferences menuTitleColor`?

Best regards
	-Tobias



> 
> This problem is the same in 5.1 release and 6.0alpha. Because 5.1
> includes 'themes' and old code which does direct calls like
> 
>    Preferences menuTitleColor
> 
> needs to be adapted.
> 
> --Hannes
> 
> 
> 
> 
> On 3/13/17, Edgar De Cleene <edgardec2005 at gmail.com> wrote:
>> As I said 6.0 alpha is far of being useful
>> 
>> 
>> This was when I try to save the first screen as project
>> Also have the same bugs in Object. flap
>> 
>> 
>> 
>>> On Mar 13, 2017, at 10:00, H. Hirzel <hannes.hirzel at gmail.com> wrote:
>>> 
>>> Yes, doing the load tests directly in Trunk
>>> 
>>>    http://wiki.squeak.org/squeak/6538
>>> 
>>> makes sense.
>>> 
>>> The trunk version actually works well currently.
>>> 
>>> 
>>> --HH
>>> 
>>> On 3/13/17, Edgar De Cleene <edgardec2005 at gmail.com> wrote:
>>>> 
>>>>> On Mar 13, 2017, at 08:43, H. Hirzel <hannes.hirzel at gmail.com> wrote:
>>>>> 
>>>>> 
>>>>> this is here
>>>>> http://files.squeak.org/5.1/Squeak5.1-16549-32bit/Squeak5.1-16549-32bit.zip
>>>>> <http://files.squeak.org/5.1/Squeak5.1-16549-32bit/Squeak5.1-16549-32bit.zip>
>>>>> 
>>>>> the link is further down on the download page
>>>>> http://squeak.org/downloads/ <http://squeak.org/downloads/>
>>>>> 
>>>>> Under 'Image and Changes'
>>>> 
>>>> 
>>>> Here the first bug when I try to save my project
>>>> 
>>>> http://squeakros.org/5dot1/Screen%20Shot%202017-03-13%20at%2008.41.15.png
>>>> 
>>>> Your link is  almost 500 changes behind.
>>>> All need to know trunk is working and solve the bugs together.
>>>> If I wrong, apologize as see  Squeakers was alive and trying to get our
>>>> beloved place to XXI century.
>>>> 
>>>> Pharoers and Cuisers, fear the old gang :=)
>>> 
>> 
>> 
> <Replace_Preferences_menuTitleColor_Screenshot from 2017-03-13 16:07:45.png>



More information about the Squeak-dev mailing list