Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/05/2010, 14:44
Avatar de sadalsuud
sadalsuud
 
Fecha de Ingreso: marzo-2010
Ubicación: en la casa del duende
Mensajes: 96
Antigüedad: 14 años, 8 meses
Puntos: 1
Respuesta: problema con un combobox y un array

jahepi gracias gracias por responder hice esto finalmente:

Código as:
Ver original
  1. var array:ArrayCollection = new ArrayCollection(tiposVistas);
  2. vista.dataProvider = array;

Gracias ya no me marca error.