[FIX] Setting fonts, disappering flap, 6703 + 6704 (paul provoost)

p.provoost at rn.rabobank.nl p.provoost at rn.rabobank.nl
Mon Nov 28 11:00:48 UTC 2005


Edgar,

Thank you, this fix works. What did it do?

I cannot submit to Mantis, can you do that for me? And how is this fix
incorporated in a new image?

Cheers,

Paul Provoost


--------------------------------------------------

In reply to:


Message: 16
Date: Sun, 27 Nov 2005 10:49:39 -0300
From: "Lic. Edgar J. De Cleene" <edgardec2001 at yahoo.com.ar>
Subject: Re: Setting fonts, disappering flap, 6703 + 6704
To: squeakdev <squeak-dev at lists.squeakfoundation.org>
Message-ID: <BFAF3FC4.9672%edgardec2001 at yahoo.com.ar>
Content-Type: text/plain; charset="us-ascii"

paul provoost puso en su mail :

> Hi, all,
> 
> I noticed that since image 6703 it is not possible to change the
default
> text font without an error and the disappearance of the TOOLS flap.
> 
> Just try it:
> 
> appearance
> standard system fonts
> default text font
> change to the same as it was (!)
> some seconds later there is a walkback.
> 
> Any ideas?
> 
> Cheers,
> 
> Paul Provoost
> The Netherlands
You are absolute right.
I attach a cure.
Submit to Mantis if work for you.

Cheers.

Edgar

-------------- next part --------------
'From Squeak3.9alpha of 4 July 2005 [latest update: #6704] on 27
November 2005 at 10:47:39 am'!
"Change Set:		SyntaxError
Date:			27 November 2005
Author:			Edgar J. De Cleene

fix error reported by Paul Provoost"!


!SyntaxErrorNotification methodsFor: 'accessing' stamp: 'LC 1/6/2002
13:44'!
setClass: aClass code: codeString debugger: aDebugger doitFlag: aBoolean
	inClass _ aClass.
	code _ codeString.
	debugger _ aDebugger.
	doitFlag _ aBoolean ! !


!SyntaxErrorNotification class methodsFor: 'exceptionInstantiator'
stamp: 'LC 1/6/2002 13:52'!
inClass: aClass withCode: codeString doitFlag: doitFlag 
	^ (self new
		setClass: aClass
		code: codeString
		debugger: (Debugger context: thisContext)
		doitFlag: doitFlag) signal! !


------------------------------


================================================
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
================================================
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.




More information about the Squeak-dev mailing list