Weekend Project Update [was: log me in!]

Kevin Fisher kgf at golden.net
Thu Jul 11 12:48:53 UTC 2002


Perfect, that does the trick!

On Thu, Jul 11, 2002 at 02:33:46PM +0200, Ian Piumarta wrote:
> On Thu, 11 Jul 2002, Kevin Fisher wrote:
> 
> > The only gotcha is that Zurgle hides the SystemWindow menu so there's
> > no obvious way to get at it!
> 
> TeletypeMorph>>mouseDown: evt
> 
> 	evt hand newKeyboardFocus: self.
> 	(evt yellowButtonPressed)
> 		ifTrue:
> 			[(owner isKindOf: TeletypeWindow)
> 				ifTrue: [owner offerWindowMenu]
> 				ifFalse: [self offerVTMenu]]
> 
> 
> Ian
> 
> 
> 



More information about the Squeak-dev mailing list