Re: tsNetInit and LiveCode server

2016-10-18 Thread Ralf Bitter
Thanks very much Charles for the response. Ralf > On 18.10.2016, at 02:59, Charles Warwick > wrote: > > Hi Ralf, > > In the current versions of tsNet, tsNetInit can potentially return before it > is completely initialised (the initialisation completes on another thread). > > You can work

Re: tsNetInit and LiveCode server

2016-10-17 Thread Charles Warwick
Hi Ralf, In the current versions of tsNet, tsNetInit can potentially return before it is completely initialised (the initialisation completes on another thread). You can work around this by waiting for a short period of time after tsNetInit is called before calling any other tsNet functions.

tsNetInit and LiveCode server

2016-10-17 Thread Ralf Bitter
Is the tsNet external working with LiveCode server? Did tests using server version 8.1.1 rc2 on Mac OS X 10.11.6. Seems that initialization (tsNetInit) doesn't work. The result of tsNetGetSync is "tsneterr: Not initialised" although tsNetInit is called prior to calling any other tsNet handlers as