Chat message
Status: Alpha
Brought to you by:
sangdrax
The way you've implemented the CChat function one row
of text can only have one colour. I find this rather
limiting,
a better way would be if you supported sometype of
escaping in the ansi string, preferably by using
TRichEdits built in functions.
chatbox->PlainText = false;
chatbox->Lines->LoadFromStream(*TStream);
Anyways the way it's done now is not satisfactory.
Logged In: YES
user_id=510823
Why not implement IRC-style of formatting the text?
Logged In: YES
user_id=512692
Well, let me just remind you that this project aims to
create a cardgame emulatah, and not primarily a chat-
program. I'd rather do some stuff that deals with the
cardgame-engine, like a TaUppNyaKort(...) function.