<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=14789577&amp;blogName=Elango+Weblog&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://elangora.blogspot.com/search&amp;blogLocale=en_US&amp;homepageUrl=http://elangora.blogspot.com/&amp;vt=-6043142508909007170" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>


Setting status bar message in AIR Application

Here is a small tip to set status bar messages in AIR Application.

Application.application.statusBar.status = "Hello World..";

Labels: ,

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

2:24 AM

simple!    



3:59 PM

Application.application.status = 'Test...'    



» Post a Comment