[squeak-dev] Transcript in front

Bert Freudenberg bert at freudenbergs.de
Wed Apr 16 20:26:40 UTC 2008


On 16.04.2008, at 11:58, Jimmie Houchin wrote:
> Gary Chambers wrote:
>> (SystemWindow allSubInstances select: [:w |
>> 		w model class == TranscriptStream])
>> 	do: [:w | w comeToFront]
>>
>> Should do the trick.
>
> Thanks, working beautifully.


This one is better:

Transcript dependents do: [:d | d isSystemWindow ifTrue: [d  
comeToFront]]

- Bert -





More information about the Squeak-dev mailing list