On Thu, Oct 10, 2013 at 5:10 PM, Dr. Hawkins <doch...@gmail.com> wrote:

> I'll play some more tonight; they still don't seem to be talking . . .
>

They're launching and compiling, but not talking.

I have a field in master with

 on closeField

   write the text of me to process slave
end closeField

and the main stack of slave has

on openStack
   send "checkIt" to me   in 1 sec
end openStack

on checkIt
   read from stdin   until end
   if it is not empty then
      answer "got: " & it
   end if
   put it into fld "sInput"
   send "checkIt" to me   in 1 sec
end checkIt


but nothing seems to get transferred when I type and leave the field.



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to