[flexcoders] Channel.Connect.Failed error undefined url

2007-05-29 Thread Misael Ferreira
Hi, I´m running Flex Test Drivehttp://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/and when trying hibernate samples i get the following message: [FaultEvent fault=[RPC Fault faultString=Send failed faultCode= Client.Error.MessageSend

[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; mx:script private function onResult(oEvent:ResultEvent):void { myXML = reqProblemas.lastResult.childNodes[2];

[flexcoders] printf similar function

2006-11-07 Thread Misael
Hi,is there an utility class, function or anything in AS3 with similar functionality of C printf function? I need to format a string just like I do it with this function, along with all the capabilities which comes along (%d, %s, etc). Thanks! __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] datagrid

2006-05-30 Thread Misael
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Misael Sent: Friday, May 26, 2006 4:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid Hi, I want to change a datagrid row background color based on a column in its dataprovider, but all I´ve got searching

[flexcoders] datagrid

2006-05-26 Thread Misael
Hi, I want to change a datagrid row background color based on a column in its dataprovider, but all I´ve got searching flexcoders archive are outdated Flex 1.5 solutions or not-very-well-explained cellRenderer tips. How can I achieve this using Flex 2 beta 3? Please, on your example, set the

[flexcoders] change datagrid row color in Flex 2

2006-05-25 Thread Misael
Hi, I want to change a datagrid row background color based on a column in its dataprovider, but all I´ve got searching flexcoders archive are outdated Flex 1.5 solutions or not-very-well-explained cellRenderer tips. How can I achieve this using Flex 2 beta 3? Please, on your example, set the

Re: [flexcoders] Re: DateField date format

2006-05-24 Thread Misael
Thanks a lot guys, works just fine!On 5/24/06, tyombria [EMAIL PROTECTED] wrote: Hi, Misael. When you define a labelFunction for the DateField component to format date for output you must also define parseFunction. Inverse function to labelFunction. For example: private var dateField

[flexcoders] Access datagrid items

2006-05-09 Thread Misael
Hi, one doubt: how do i acess a datagrid items? I want to iterate through its items to do many things, such as get some column value specifically at row-level, or send that data through HTTPService. I´ve found no propertie like that, similar to dgBancos.selectedItems, i want something like

Re: [flexcoders] Access datagrid items

2006-05-09 Thread Misael
that´s where i get into my second question: after I edit a row in the datagrid does it´s corresponding item in the dataprovider get updated too with that same value? On 5/9/06, Jeff Tapper [EMAIL PROTECTED] wrote: you can iterate over the dataprovider of the datagrid. At 12:00 PM 5/9/2006,

Re: [flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Misael
popup window, move the definition to a separate mxml file and reference the filename, minus the extension, in the PopUpManager calls. --- In flexcoders@yahoogroups.com, Misael [EMAIL PROTECTED] wrote: Can someone tell me why this code keeps throwing an error? It says: TypeError: Error #1009