@eddy
Thanks for working on the ProgressBar code. But, it isn't working properly
on my test messages at least. They are all 2000 to 4000 bytes. On them
the progress bar never dsiplays. I reaaranged the thread exit a bit to
get beyond that only to find that the entire message is received before
the progressbar actually displays anything. It did display progress as it
should have, just didn't start until the entire message was already totally
receaived. I haven't tried longer messages with it yet.
There is a string limitation here : 64000
If the message is too long the program crashes
Yes, you are correct. I originally wrote that function to handle just the
first few lines of a message and then reused it on the entire message.
Should have paid more attention to that. Seems I frequently overlook
the 64000 byte string limit since I previously used a language without that
limitation. Old habits..., you know.
eddy wrote:A techincal question for you:
- how to convert UNICODE to ASCII ?
I saw some strange coded subject.
See this post
viewtopic.php?t=10908&highlight=unicode