Hallo,
On Thu, Aug 7, 2014 at 2:13 PM, Álvaro Castro-Castilla alvaro.castro.castilla@gmail.com wrote:
That works for implementing the events, but where is the Gambit ___setup function running? You can't return from this function without breaking Gambit's system.
`___setup` doesn't need to be "running". You call it and after it is finished, you can call your functions. If your code needs to do work in the background, you can install a timer in the host system and keep calling into Gambit.
Cheers,