I think you must add a lock for textbox
Status: Pre-Alpha
Brought to you by:
mking28
Hello
Maybe you could set a limit for writing text![ lock the
textbox is the user writes more then 125 char]
I know only 125 char send to other side but the user
doesn't know which one is sended or not.
Think this you write some description to your friend
but it won't go to your friend. but you think your
writes goes there.!
[ Sorry about my english. my english isn't very well]
Ömer Fad?l USTA
omer_fad@hotmail.com
Logged In: YES
user_id=555206
Don't worry about your english. You get your point across :)
Instead of limiting the text box I may actually split the
message up into chunks and send the big message in
smaller pieces.
Currently the protocol limits the amount of text that can be
sent and rejects a message if it is too big. The only reason I
have this limit right now is to stop gigantic packets from
moving over the network. Later I will not only have to deal
with the message chunks, but disallow sending too many
messages at once.
Try it sometime. It would annoy the other chatters :P
Logged In: YES
user_id=549552
From what I can see, it isn't limiting the amount of text
being sent (at least not from the client side). I sent 5000
characters through the text input just now.
If there should be a 125 character limit to the text box, I
can add that to the GUI requirements and implement it.