Please define "local input". > Using the example program ConCli1.dpr
There are better console mode programs. Look at the creation date into the comments at start of source code. Generally, the more recent, the best ! ConSrv1.dpr is a good one with keyboard interaction. -- [EMAIL PROTECTED] http://www.overbyte.be ----- Original Message ----- From: "Michael Preslar" <[EMAIL PROTECTED]> To: "ICS support mailing" <twsocket@elists.org> Sent: Tuesday, December 20, 2005 5:07 PM Subject: [twsocket] ProcessMessages ? > Hey folks.. > > Im working on a hobby program.. And have run into a problem. > > Using the example program ConCli1.dpr, I've made some modifications so > that it can act as a something of a chat server. > > My source is available here: http://www.mpcode.com/door.zip > > The problem Im running into it in the TConCliApp.Run procedure. Namely, > I want to do something like: > > while not DoneFlag do > begin > if keypressed then > begin > process local input > else > WSocket1.ProcessMessages; > end; > > > But it ignores local input. > > Any help would be appreciated. > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be