RE: Keydowns during Socket Read/Writes

2011-02-15 Thread Camm
-livecode-boun...@lists.runrev.com] On Behalf Of Alex Tweedly Sent: 08 February 2011 23:56 To: use-livecode@lists.runrev.com Subject: Re: Keydowns during Socket Read/Writes Also, your script has 'the' instead of 'then' (I know, just a typo), and it has else ... end if with no corresponding

Re: Keydowns during Socket Read/Writes

2011-02-15 Thread Mark Schonewille
Camm, I didn't experience any problems. Here's a test I made http://qery.us/nz -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker

Re: Keydowns during Socket Read/Writes

2011-02-09 Thread camm29
Mark , Sorry , a few typo's... Within the ReceivedMessage:- I can get the Keydown to work without writing to the socket. I can write to the socket without the Keydown. If i try to write to the socket as a reponse to a Keydown , the write does not happen. As shown in the script below

RE: Keydowns during Socket Read/Writes

2011-02-09 Thread Camm
Could this be a bug ??? From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of cam...@tesco.net Sent: 09 February 2011 09:02 To: How to use LiveCode Subject: Re: Keydowns during Socket Read/Writes Mark , Sorry , a few typo's... Within

Re: Keydowns during Socket Read/Writes

2011-02-08 Thread Mark Schonewille
Hi Camm, What does does not work mean? You need to explain this, before we can help you. Additionally, if controlKey is down cannot work, but if controlKey() is down if the controlKey is down can work (provided that you're pressing the control key). -- Best regards, Mark

Re: Keydowns during Socket Read/Writes

2011-02-08 Thread Alex Tweedly
Also, your script has 'the' instead of 'then' (I know, just a typo), and it has else ... end if with no corresponding if to begin. Could I suggest that you include the complete working script, as copied/pasted from the script editor, then include the complete on-working script. (or include