Hello List,
just in Front of the CeBit I want to make a autorunning DEMO and want to
trigger some Events with setTimeout, but it seems I will not see the
wood in the trees ;-).
I' did it this ways:
if(pvTDES.screen.demomode != "0")
{
var cmd = "this._readLayout('?termid=demo" +
pvTDES.screen.demomode + "')";
setTimeout("\"" + cmd + "\";", pvTDES.screen.demoanzeigezeit *
1000);
setTimeout('this._readLayout("?termid=demo1");',
pvTDES.screen.demoanzeigezeit * 1000);
setTimeout("qx.core.Init.getInstance().getApplication()._readLayout('?termid=demo1');",
pvTDES.screen.demoanzeigezeit * 1000);
}
every setTimeout results in
"qx.core.Init.getInstance().getApplication()._readLayout is not a
function" or "this._readLayout is not a function". How could I call a
Method from outer space?
Best Regards
Dirk
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel