Hi,
I'm just experimenting Android development and I found just two problems
1. I cannot input korean characters in a field using android keyboard.
But the field shows korean character correctly when I type korean chars into contents of the field
field sample.png
2. Icon for the button does not ...
Search found 4 matches
- Mon Jun 27, 2011 10:29 am
- Forum: Android Deployment
- Topic: Simple but important problems
- Replies: 0
- Views: 3089
- Tue Apr 26, 2011 1:10 pm
- Forum: Talking LiveCode
- Topic: write to socket misbehavior
- Replies: 1
- Views: 2381
write to socket misbehavior
I'm trying to send some data through tcp socket.
My code looks like below.
Problem is that sometimes( not everytime at least first execution was ok ) first data was not sent to the server.
But second data was successfully received by the server.
This means definitely first write command does not ...
My code looks like below.
Problem is that sometimes( not everytime at least first execution was ok ) first data was not sent to the server.
But second data was successfully received by the server.
This means definitely first write command does not ...
- Tue Apr 19, 2011 1:06 am
- Forum: Talking LiveCode
- Topic: socket buffer related problem
- Replies: 4
- Views: 4756
Re: socket buffer related problem
Thanks for the replies.
I'm using Livecode 4.6.
And I know timeout is natural for socket handleing but in my case it takse to much time to read data.
And in case of delphi program it's a snap to read whole packet.
As I said before, when timeout happens, on server side sending program cannot flush ...
I'm using Livecode 4.6.
And I know timeout is natural for socket handleing but in my case it takse to much time to read data.
And in case of delphi program it's a snap to read whole packet.
As I said before, when timeout happens, on server side sending program cannot flush ...
- Mon Apr 18, 2011 10:14 am
- Forum: Talking LiveCode
- Topic: socket buffer related problem
- Replies: 4
- Views: 4756
socket buffer related problem
Hi,
I'm converting socket reading program written in delphi into livecode using following syntax.
read from socket for read_bytes chars with message 'pkt_read'
When read_bytes is less than 20k there's no delay reading socket data.
But when read_bytes is about 35k the livecode program waits about ...
I'm converting socket reading program written in delphi into livecode using following syntax.
read from socket for read_bytes chars with message 'pkt_read'
When read_bytes is less than 20k there's no delay reading socket data.
But when read_bytes is about 35k the livecode program waits about ...