[Laszlo-dev] stretches="both" disabled mouse events on view?
Henry Minsky
henry.minsky at gmail.com
Fri Jul 6 13:47:20 PDT 2007
The code I was trying to use when I hit the bug looked something like this
<canvas width="100%" height="80%" >
<view name="v1"
stretches="both"
width="82" height="100" clickable="true" bgcolor="#cccccc"
onmouseout="Debug.write('onmouseout'); this.setSource
('Tiger_neutral.swf')"
onmouseover="Debug.write('onmouseover');
this.setSource('Tiger_happy.swf')"
onmousedown="Debug.write('onmousedown'); this.setSource
('Tiger_excited.swf')"
onmouseup="Debug.write('onmouseup'); this.setSource('Tiger_happy.swf')"
/>
</canvas>
Aside from the stretches-nukes-mouse-events bug, there something else that
is required, or is that the state of the art?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20070706/c21234d2/attachment.html
More information about the Laszlo-dev
mailing list