org.symbian.tools.wrttools.previewer/preview/script/menu.js
changeset 405 9ce576f05e7a
parent 402 f943a50b6689
child 424 ae2704ae87dc
equal deleted inserted replaced
404:5aff54f94943 405:9ce576f05e7a
   168 
   168 
   169 		// close the console DIV
   169 		// close the console DIV
   170 		NOKIA.layout._console_enabled = false;
   170 		NOKIA.layout._console_enabled = false;
   171 		NOKIA.layout.render();
   171 		NOKIA.layout.render();
   172 
   172 
   173 		$("#loaderDiv").html("Widget is loading. Please wait...");
   173 		$("#loaderDiv").html("Application is loading. Please wait...");
   174 		$("#loaderDiv")[0].className = 'green';
   174 		$("#loaderDiv")[0].className = 'green';
   175 		$("#loaderDiv").show();
   175 		$("#loaderDiv").show();
   176 		window.setTimeout(function() {
   176 		window.setTimeout(function() {
   177 			document.location = document.location;
   177 			document.location = document.location;
   178 		}, 3000);
   178 		}, 3000);
   179 
   179 
   180 	};
   180 	};
   181 
   181 
   182 	div.appendChild(p);
   182 	div.appendChild(p);
   183 
   183 
   184 	$("#loaderDiv").html("Click on Icon to Launch Widget");
   184 	$("#loaderDiv").html("Click on Icon to Launch Application");
   185 	$("#loaderDiv").show();
   185 	$("#loaderDiv").show();
   186 	$("#loaderDiv")[0].className = 'yellow';
   186 	$("#loaderDiv")[0].className = 'yellow';
   187 
   187 
   188 	$('#IconArea').append(div);
   188 	$('#IconArea').append(div);
   189 	$('#IconArea').show();
   189 	$('#IconArea').show();