Hi,
I have some pages in my web-app that should display multiple table being updated by lightstreamer.
The fact is, I should stop & start some of them at will via javascript.
The safer way should be changing status to the engine but this would imply having one engine per table and I don't think it's possible.
I tried this way but I alway get this error whenever I create a new engine :

"Agente utente: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Timestamp: Fri, 2 Oct 2009 09:48:35 UTC


Messaggio: 'LS_DrC.LS_VrG' è nullo o non è un oggetto
Linea: 9
Carattere: 19609
Codice: 0
URI: http://masternet.omatic.it/ls/lspushpage.js"


Another way should be having one engine in my page, if I need to stop a table I should remove it from its pushpage. Is it the only way?