[flexcoders] Re: Simple problem: Error creating links using string

2006-11-17 Thread raidenx112
Thank you all. I used the getRepeaterItem() and it worked. Jack

[flexcoders] Sorting Date Error using CompareFunc

2006-11-17 Thread raidenx112
Hi, I was wondering how exactly I can write a date sorting function for the internal CompareFunc because I would like to use the sort field function. Please specify what exactly I have to write and exactly where I put it. Thanks.

[flexcoders] Re: Unable to Refresh Custom Component after sorting DataProvider

2006-11-16 Thread raidenx112
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You need to add a CollectionEvent.CHANGE event handler on the dataProvider in component2. When collection is refreshed you'll get notified and you can redraw. There are more details in the event in case there are things

[flexcoders] Simple problem: Error creating links using string

2006-11-16 Thread raidenx112
Hi, I have the following code: mx:Repeater id=links dataProvider={project.links} mx:LinkButton label={links.currentItem} click=navigateToURL(new URLRequest('{links.currentItem}')) / /mx:Repeater I'm having problem creating the correct URL. For example, links.currentItem =