Re: signal problem

2020-05-02 Thread Jeremy Roussak via 4D_Tech
Never mind. Cretin (me) at work Jeremy On 1 May 2020, 20:20 +0100, Jeremy Roussak via 4D_Tech <4d_tech@lists.4d.com>, wrote: > 4D v18.1, Mac Mojave > > I think I’m following the documentation of signals to the letter, but it’s > not happening. > > Main process: > > C_OBJECT($signal) > C_BOOLEAN(

signal problem

2020-05-01 Thread Jeremy Roussak via 4D_Tech
4D v18.1, Mac Mojave I think I’m following the documentation of signals to the letter, but it’s not happening. Main process: C_OBJECT($signal) C_BOOLEAN($done) $signal:=New signal(“fred”) CALL WORKER(“Show”;”Show”;$signal) $done:=$signal.wait(5) - Method “Show” C_OBJECT($1;$signal) $s