[flexcoders] Channel.Connect.Failed error undefined url

2007-05-29 Thread Misael Ferreira
Hi, I´m running Flex Test Driveand when trying hibernate samples i get the following message: [FaultEvent fault=[RPC Fault faultString="Send failed" faultCode=" Client.Error.MessageSend" faultDetail="Chann

[flexcoders] Populate tree from specific XML Node

2007-01-03 Thread Misael Ferreira
Hi, I want to populate a tree from a specific node from a XML obtained via HTTPService. I have the following: [Bindable] public var myXML:XML; private function onResult(oEvent:ResultEvent):void { myXML = reqProblemas.lastResult.childNodes[2]; } Bu