[flexcoders] Re: Filter an ArrayCollection into an ItemRender

2008-07-22 Thread luis_roman_am
On Mon, Jul 21, 2008 at 9:28 AM, luis_roman_am [EMAIL PROTECTED] wrote: Hi people! Situation as follows: MYARRAYCOLLECTION (Example fields) - TITLE - URL INDEX.MXML - TILELIST - DataProvider={MyArrayCollection} - ItemRenderer =MyRenderer MYRENDERER.MXML - LABEL

[flexcoders] Re: Filter an ArrayCollection into an ItemRender

2008-07-22 Thread luis_roman_am
, you would have to apply it inside you're item renderer and most likely make a copy of your original ArrayCollection in each itemRenderer to apply the filterFunction to so that each renderer is filtered without affecting the others. Scott On Tue, Jul 22, 2008 at 4:00 AM, luis_roman_am [EMAIL

[flexcoders] Filter an ArrayCollection into an ItemRender

2008-07-21 Thread luis_roman_am
Hi people! Situation as follows: MYARRAYCOLLECTION (Example fields) - TITLE - URL INDEX.MXML - TILELIST - DataProvider={MyArrayCollection} - ItemRenderer =MyRenderer MYRENDERER.MXML - LABEL (data.TITLE) (WORKS FINE) - LINECHART

[flexcoders] Getting referer url

2008-06-23 Thread luis_roman_am
How would you do this? It´s possible to do this in actionscript without using javascript?

[flexcoders] About Error #1085

2008-06-16 Thread luis_roman_am
Hi! Im trying to use a Webservice in Flex 3 but its FaultEvent.FAULT gives me Error #1085: El tipo de elemento p debe terminar con la etiqueta final /p The web service works perfect if tested in web browsers. Any idea? Thanks in advance. Luis

[flexcoders] Re: SECURITY ERROR ACCESING URL calling a web service

2008-06-16 Thread luis_roman_am
PROTECTED] wrote: On Thursday 12 Jun 2008, luis_roman_am wrote: Does not wor!! What happens ? Does the web server log even indicate the cross domain XML file is requested ? -- Tom Chiverton This email is sent for and on behalf

[flexcoders] SECURITY ERROR ACCESING URL calling a web service

2008-06-12 Thread luis_roman_am
Hello! The situation is as follows: ** Project in Flex Builder 3 -- Compiled and uploaded to http://www.domain.com/index.html (INDEX.SWF) ** Web Service created in ASP.NET that works perfectly if you test it in Web browsers -- Compiled and uploaded to