Hola yo de nuevo mira esto no funca.
trato de modificar un combobox por el id que biene del http servis
Código :
public function llenar_sub_cat():void{
var id:String="comb_cat_" + httpservice.lastResult.main.id
this[id].text="hola"
}
me da el error:
ReferenceError: Error #1069: No se encontró la propiedad comb_cat_62 en editar y no hay ningún valor predeterminado.
at editar/llenar_sub_cat()[C:\wamp\www\Profotos\flex\editar\src\script.as:243]
at editar/resul_func_XML()[C:\wamp\www\Profotos\flex\editar\src\script.as:102]
at editar/__hsx_result()[C:\wamp\www\Profotos\flex\editar\src\editar.mxml:5]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\ rpc\http\mxml\HTTPService.as:290]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\ rpc\AbstractInvoker.as:193]
at mx.rpc::Responder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\ rpc\Responder.as:43]
at mx.rpc::AsyncRequest/acknowledge()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\ rpc\AsyncRequest.as:74]
at DirectHTTPMessageResponder/completeHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:403]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Porfavor indicar que estoy haciendo mal. o como puedo llamar a el atrubuto text del combobox
PD este codigo me esa Volviendo loco :-p