[ANN] instant messaging beta...

Stephan Rudlof sr at evolgo.de
Sat Feb 12 19:59:28 UTC 2000


Dino,

I have problems running your examples; evaluating
	MessagingClient2 example
(with network) and then pressing the 'Connect' button results in a crash
with call stack

aioHandle: bad match

Recursive not understood error encountered

1095820836 IMUser>initialize
1095820652 MessagingClient2>connect
1095820560 PluggableButtonMorph>performAction
1095820744 [] in PluggableButtonMorph>mouseUp:
1095820468 SequenceableCollection>do:
1095820376 PluggableButtonMorph>mouseUp:
1095820244 HandMorph>handleMouseUp:
1095820152 HandMorph>handleEvent:
1095820060 HandMorph>processEvents
1095819876 [] in PasteUpMorph>doOneCycleNow
1095819968 SequenceableCollection>do:
1095819784 PasteUpMorph>handsDo:
1095819692 PasteUpMorph>doOneCycleNow
1095819600 PasteUpMorph>doOneCycle
1093563984 [] in Project>spawnNewProcess
1093564076 [] in BlockContext>newProcess


If I try it without network access there are corresponding error
messages: 'Could not find an address for ...' with a following crash
with call stack (looks like the same one):

Recursive not understood error encountered

1095820660 IMUser>initialize
1095820476 MessagingClient2>connect
1095820384 PluggableButtonMorph>performAction
1095820568 [] in PluggableButtonMorph>mouseUp:
1095820292 SequenceableCollection>do:
1095820200 PluggableButtonMorph>mouseUp:
1095820068 HandMorph>handleMouseUp:
1095819976 HandMorph>handleEvent:
1095819884 HandMorph>processEvents
1095819700 [] in PasteUpMorph>doOneCycleNow
1095819792 SequenceableCollection>do:
1095819608 PasteUpMorph>handsDo:
1095819516 PasteUpMorph>doOneCycleNow
1095819424 PasteUpMorph>doOneCycle
1093563984 [] in Project>spawnNewProcess
1093564076 [] in BlockContext>newProcess


I'm very interested in a ready to run example to try IWIN without any
network connections on just the localhost; to take a look at the object
messaging functionality without any network fiddling. Is this difficult?


Greetings,

Stephan



Dino wrote:
> 
> Now called IWIN, the instant messaging client supports basic features of
> AIM and ICQ.  (contact list and simple messaging)  The client also
> supports object messaging if you are talking to another IWIN client.
> (drag and drop morphs into the chat window to send objects)  This is
> found at the usual place:  http://instantmessaging.swiki.net
> 
> Dino

-- 
Stephan Rudlof (sr at evolgo.de)
   "Genius doesn't work on an assembly line basis.
    You can't simply say, 'Today I will be brilliant.'"
    -- Kirk, "The Ultimate Computer", stardate 4731.3





More information about the Squeak-dev mailing list