[flexcoders] Re: Using custom item renderer with List

2008-05-20 Thread the_braniak
Thanks Alex specifying a rowHeight fixed the problem. However there's still an interesting/odd thing in this case which I forgot to mention in my post. The setter itself executes twice for every row in the list, and this also seems to be a default behaviour. To be more specific if the data

[flexcoders] Re: Using custom item renderer with List

2008-05-20 Thread the_braniak
() and override commitProperties() where you do the actual work. Ely G has a great paper talking about this approach. http://flex.org/ACDS/BuildingAFlexComponent.pdf DK On Tue, May 20, 2008 at 1:26 AM, the_braniak [EMAIL PROTECTED] wrote: Thanks Alex specifying a rowHeight fixed

[flexcoders] Using custom item renderer with List

2008-05-19 Thread the_braniak
Hi all, In my application I am pooling data every 3 seconds. The data goes into a model which updates a view. I am using a list with a custom Item renderer. In the custom itemRenderer I am overriding the data getter/setter. Everything works fine (the bindings and all) except one fact: the the

[flexcoders] Re: LinkBar Question, How to get LinkBar item details programmatically?

2008-05-18 Thread the_braniak
I'm not sure what link are you trying to open in a browser window. Where do you have the link (URL) you want to open stored? Claudiu --- In flexcoders@yahoogroups.com, vkc_nair [EMAIL PROTECTED] wrote: Hi All, How to get the data behind a LinkBar item (e.g URL) on right mouse click?

[flexcoders] Re: Ever increasing memory for MX:HTTPService

2008-05-14 Thread the_braniak
I suppose each time you parse the dat from the XML, you create new objects. Try reusing the old objects, cause even though the garbage collector cleans the memory it doesn't do it as fast as you'd like to do it. Also reject the responses from the server which does not arrive in the order you'd