newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: cormullion on February 27, 2008, 10:17:19 AM

Title: Errors in (gs:listen)
Post by: cormullion on February 27, 2008, 10:17:19 AM
I'm getting this error a lot, but I don't quite understand it. I'm using (gs:listen) in the usual way. What's a possible cause?


missing parenthesis : "...))n                                 "
called from user defined function gs:listen


It seems to happen mostly after typing into a text-area, but it happens sporadically and I don't know what causes the error...
Title:
Post by: newdep on February 27, 2008, 01:35:16 PM
I had that a lot with the nlist tool..



there are 3 options



1) there is realy a ")" missing

2) You are quicker then the TCP channel

3) You use Blocking IO (this is what it is i think..like with text-area)



have a look at my nlist.lsp at line 1522 ->

there i created an Async function to bypass this..

then the problems where gone for get-text or text-area..
Title:
Post by: cormullion on February 27, 2008, 01:43:48 PM
thanks - I appreciate the help from a busy man! :)