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.

Auto opening widget, Changing camera view in 1 small widget
#22
Hi Buuuudzik,

It is as far as i know not possible to add a event handler to the plan ID, but you could solve it like this:

Code:
var planID = currentPlanId;
var PlanIDCheck = setInterval(
function(){
 if (planID != currentPlanId){
   planID = currentPlanId;
     alert("Plan Changed");
   // Put here your additional actions
 }
}, 1000);

BR,

Erwin
Reply


Messages In This Thread
RE: Auto opening widget, Changing camera view in 1 small widget - by Erwin van der Zwart - 24.01.2017, 23:06

Forum Jump: