13/08/2009, 03:42
|
| | Fecha de Ingreso: agosto-2009
Mensajes: 2
Antigüedad: 15 años, 3 meses Puntos: 0 | |
[b]error manejador eventos[/b] al intentar compilar me marca error
codigo control
....
<mx:List id="dg" x="10" y="134" width="250" dataProvider="{roomList}" click="manejador(event)"></mx:List>
....
codigo manejador
....
<mx:Script>
<![CDATA[
import mx.events.ListEvent
private function changeHandler(event:ListEvent):void{ }
]]>
</mx:Script>
error
1067: Implicit coercion of a value of type flash.events:MouseEvent to an unrelated type mx.events:ListEvent. Aplicacion/src Aplicacion.mxml |