[BUG]OrderedCollection(Object)>>error:

fragment at nas.com fragment at nas.com
Mon Jul 21 22:12:52 UTC 2003


The BadgeMorphProject from the wiki has a link to the badge morph server
image:

"badge morph server image because triton died"

The code still points to triton.cc.gatech.edu though.  I think this is
the same badge that's being used in the demos at Squeakland (though
maybe with a local server?) so maybe it would be good to pop up a dialog
box asking for a server address.

Are there any other public BadgeMorph servers around for testing?

-Jack


21 July 2003 1:08:49 pm

VM: Win32 - Squeak3.5 of '11 April 2003' [latest update: #5180]
Image: Squeak3.5 [latest update: #5180]

OrderedCollection(Object)>>error:
	Receiver: an OrderedCollection()
	Arguments and temporary variables: 
		aString: 	'this collection is empty'
	Receiver's instance variables: 
		array: 	#()
		firstIndex: 	1
		lastIndex: 	0

OrderedCollection(Collection)>>errorEmptyCollection
	Receiver: an OrderedCollection()
	Arguments and temporary variables: 

	Receiver's instance variables: 
		array: 	#()
		firstIndex: 	1
		lastIndex: 	0

OrderedCollection(SequenceableCollection)>>first
	Receiver: an OrderedCollection()
	Arguments and temporary variables: 

	Receiver's instance variables: 
		array: 	#()
		firstIndex: 	1
		lastIndex: 	0

BadgeMorphConnector>>DoItwith:
	Receiver: a BadgeMorphConnector
	Arguments and temporary variables: 
		htmlDocument: 	'Server triton.cc.gatech.edu is not responding'
		html: 	<'html'>
 <'head'>
 <'body'>
  [Server triton.cc.gatech.edu is not respon...etc...
		bod: 	<'body'>
 [Server triton.cc.gatech.edu is not responding]

		tables: 	an OrderedCollection()
		line: 	nil
		tableContents: 	an OrderedCollection()
		theTable: 	nil
		entity: 	[Server triton.cc.gatech.edu is not responding]

		table: 	nil
		row: 	nil
		elem: 	nil
	Receiver's instance variables: 
		userList: 	nil
		currentServer: 	'http://triton.cc.gatech.edu'
		newServer: 	'http://triton.cc.gatech.edu'
		currentPort: 	'8000'
		newPort: 	'8000'
		currentGroup: 	'Example'
		newGroup: 	'Example'
		currentUser: 	'Bob'
		newUser: 	'Bob'
		loginStatus: 	false
		selected: 	0


--- The full stack ---
OrderedCollection(Object)>>error:
OrderedCollection(Collection)>>errorEmptyCollection
OrderedCollection(SequenceableCollection)>>first
BadgeMorphConnector>>DoItwith:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BadgeMorphConnector>>DoIt
PluggableButtonMorph>>performAction
[] in PluggableButtonMorph>>mouseUp:
Array(SequenceableCollection)>>do:
PluggableButtonMorph>>mouseUp:
PluggableButtonMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableButtonMorph(Morph)>>handleEvent:
PluggableButtonMorph(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list