This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Links for developing apps not on LM
#5
(15.02.2019, 08:26)admin Wrote: Here's a small sample app for monitoring using localbus.

localbus does not provide start/load events, but you can override start function before calling init like this:
Code:
var start = localbus.start;
localbus.start = function(auth) {
  console.log('started');
  start.call(localbus, auth);
};

Hi admin,

I have tested your sample monitor apps and it works like a charm !

B.R,
Chouaibou.

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Links for developing apps not on LM - by CHOUAIBOU - 15.02.2019, 15:06

Forum Jump: