Hi Serge and Christian,
i try to add listeners to a composite container with this code:
> <qx:composite id="imageContainer" qxt:scope="this" qxt:row="0" qxt:column="0">
> <qx:grid spacing="0">
>
> </qx:grid>
> <qxt:listener type="mousewheel" delegate="_eventMouseWheelZoom"/>
> <qxt:listener type="resize" delegate="_eventResize"/>
> </qx:composite>
But it doesn't produce the imageContainer.addListener() calls. Whats wrong?
If i move the qxt:listener inside the grid layout tag i get
grid3.addListener() calls, but a grid hasn't such events, so that's not
correct, too.
TIA,
Oliver
--
You received this message because you are subscribed to the Google Groups "QxTransformer" group.
To post to this group, send email to
qxtran...@googlegroups.com.
To unsubscribe from this group, send email to
qxtransforme...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/qxtransformer?hl=en.