[squeak-dev] Transcript in front

Gary Chambers gazzaguru2 at btinternet.com
Wed Apr 16 17:23:58 UTC 2008


(SystemWindow allSubInstances select: [:w | 
		w model class == TranscriptStream])
	do: [:w | w comeToFront]

Should do the trick.

> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org]On Behalf Of
> Jimmie Houchin
> Sent: 16 April 2008 6:11 PM
> To: The general-purpose Squeak developers list
> Subject: [squeak-dev] Transcript in front
> 
> 
> Hello,
> 
> I am writing some tools which are importing data from a website,
> extracting the data and making them usable for the new website.
> 
> Currently I am displaying data in the transcript as a simple means to
> view progress of the application. But the application blocks the UI and
> sometimes I forget to put the Transcript at the front of the other
> windows so that I can view the progress.
> 
> Yes I know it is primitive, but it works and doesn't require much time
> to do.
> 
> Is there any way I can call a method to make the Transcript on top in
> front when I execute this application?
> 
> Any help greatly appreciated.
> 
> Jimmie
> 



More information about the Squeak-dev mailing list