Re: [virtualcommons-svn] .
Status: Beta
Brought to you by:
alllee
From: Kalin J. <kj...@as...> - 2009-11-29 22:11:30
|
Checking out at 3:00pm I have completed the Communication interface as listed below. It needs to have a service to connect to the server, and code needs to be written to push the communication objects to all clients connected, but the interface is done. On Sun, Nov 29, 2009 at 12:18 PM, Kalin Jonas <kj...@as...> wrote: > Checking in from home today at 12:00 noon > I will be working on a communications interface with the following design: > > - Large Box for messages received/sent > - Small Box for typing a message > - Button for sending a message (Enter key should also send) > > I am going to try to give it the following functionality: > > - Client concatenates user number & sends a message to server when > Enter/Button pressed (Server should assign timestamp and push the message to > all clients) > - Client receives a message from the server (does not matter who it is > from) and puts it in the Large Box. > > |