Re: [flexcoders] "dynamic" function in AS3/Flex.

2007-05-14 Thread Peter Hall
x27;t? - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Peter Hall *Sent:* Monday, May 14, 2007 9:46 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] "dynamic" function in AS3/Flex. Sounds like you solved your problem. But if

RE: [flexcoders] "dynamic" function in AS3/Flex.

2007-05-14 Thread Gordon Smith
flexcoders] "dynamic" function in AS3/Flex. Sounds like you solved your problem. But if you needed a more flexible solution, there is an Xpath implementation for AS3: http://code.google.com/p/xpath-as3/ <http://code.google.com/p/xpath-as3/> Peter

Re: [flexcoders] "dynamic" function in AS3/Flex.

2007-05-14 Thread Peter Hall
Sounds like you solved your problem. But if you needed a more flexible solution, there is an Xpath implementation for AS3: http://code.google.com/p/xpath-as3/ Peter

RE: [flexcoders] "dynamic" function in AS3/Flex.

2007-05-14 Thread Eude Romain
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Eude Romain Sent: 14 May 2007 16:59 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] "dynamic" function in AS3/Flex. Unfortunately this does not work. I have tried the following : publi

RE: [flexcoders] "dynamic" function in AS3/Flex.

2007-05-14 Thread Eude Romain
OTECTED] Behalf Of Tom Chiverton Sent: 11 May 2007 11:42 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] "dynamic" function in AS3/Flex. On Thursday 10 May 2007, Eude Romain wrote: > > public function myLabelFunction(item:Object, > > column:DataGr

Re: [flexcoders] "dynamic" function in AS3/Flex.

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, Eude Romain wrote: > > public function myLabelFunction(item:Object, > > column:DataGridColumn):String { trace("path of the value we would like to > > display=" + column.dataField); // this actually contains > > "epar_document.id" // works > >