Search found 2 matches
- Sun Dec 02, 2007 1:58 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to close a port
- Replies: 1
- Views: 2603
How to close a port
Hi, I am playing with the Internet chatting sample for a project. After I click "Stop Server" on the Server script, the client users can still connect to the server for some reasons. I assume that this is because the Stop Server script only close the "socket" between the client and the server, but n...
- Tue Nov 27, 2007 9:15 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to determine the focused object
- Replies: 0
- Views: 2031
How to determine the focused object
How would you store the name of the user's last focused field? I am building an on-screen keyboard where the user can select a field anywhere on a card (to make it focused) and enter the message. The On-Screen Keyboard is built on a separate card in the same stack. But I have some problems sending t...