请教LzDelegate问题

请教LzDelegate问题

我有一个OpenLaszlo的问题,代码在下面,我的问题是用什么样的方法才能使这个方法循环10遍呢?谢谢了!

<method name="SelectStore">
<![CDATA[
      if( typeof this.SelectStoredel == "undefined" ) {
            this.SelectStoredel = new LzDelegate( this, "SelectStore" );
            LzTimer.addTimer( this.SelectStoredel, 3000 );
      } else {
        if (statusAreaWidget.subviews[1].progressCounter == 0)
            this.SelectingStore.sendEvent();                           
        else
            LzTimer.resetTimer( this.SelectStoredel, 3000 );
  ]]>
</method>
 

回复:请教LzDelegate问题

解决了

这里人气不旺啊
 
1  /  1  页   1 跳转

版权所有 riachina.com   Sitemap

Powered by Discuz!NT 2.1.202    Copyright © 2001-2008 Comsenz Inc.
Processed in 0.078123 second(s) , 3 queries.
返顶部