scrollledittext openlaszlo中的滚动条问题

时间:2012-11-24 05:14:05

标签: openlaszlo lzx

我在我的应用程序中使用scrolledittext类,该类在OL swf运行时中运行得很好,但在DHTML运行时却没有。当我输入scrolledittext时,我无法看到激活的滚动条。

我正在使用以下代码

<canvas>
<include href="incubator/scrolledittext.lzx" /> 
<include href="lz/vscrollbar.lzx"/>
<include href="incubator/newvscrollbar.lzx"/>
<include href="incubator/newvscrollbar_resources.lzx"/>

           <button name="text">
           <handler name="onclick">
            canvas.sp.inp.onfocus.sendEvent();

           </handler>
           </button>
  <scrolledittext name="sp" x="50" y="50" 
                                 height="300" 
                                 width="400" 
                                 focusable="true"
                >    
           </scrolledittext>    
</canvas>

我是否遗漏了某些内容,或者这是DHTML运行时中的错误?

1 个答案:

答案 0 :(得分:1)

看起来像已知的错误,已经提交:

http://jira.openlaszlo.org/jira/browse/LPP-10260http://jira.openlaszlo.org/jira/browse/LPP-10217

http://jira.openlaszlo.org/jira/browse/LPP-10303,您提交的JIRA可能是LPP-10260或LPP-10217的副本。