[flexcoders] Memory leaks

2015-09-24 Thread Isabelle Loyer Perso isa_lo...@yahoo.fr [flexcoders]
Hi
I created an air application with a schedule.

To populate this schedule with appointment, I launch an httpservice and 
result is use to populate an array collection. Each time user change 
week, a new request is sending.

The variable myDataCalendar (array collection) is defined as [Bindable] 
private var myDataCalendar :ArrayCollection;
I try to reuse the same ArrayCollection, but I think making a mistake 
because memory increase each time, and garbage collector seems not working!

  myDataCalendar = new ArrayCollection();
   myDataCalendar.refresh();

So can you help me to understand memory leak.

Best regards


Re: [Bulk] [flexcoders] rendering a pdf in flex application.

2013-02-25 Thread Isabelle Loyer Perso













Re: [flexcoders] Re: Flex 4.6 Image Panning and Zooming

2012-08-12 Thread Isabelle Loyer Perso













Re: [flexcoders] List item drag to datagrid

2012-05-29 Thread Isabelle Loyer Perso













Re: [flexcoders] Reduce time to load httpservice result

2012-04-01 Thread Isabelle Loyer Perso













Re: [flexcoders] Reduce time to load httpservice result

2012-03-30 Thread Isabelle Loyer Perso













Re: [flexcoders] Reduce time to load httpservice result

2012-03-30 Thread Isabelle Loyer Perso













Re: [flexcoders] Flex icon filed on list

2012-01-30 Thread Isabelle Loyer Perso













Re: [flexcoders] Flex icon filed on list

2012-01-29 Thread Isabelle Loyer Perso













Re: [flexcoders] AIR - Content resize according window

2012-01-19 Thread Isabelle Loyer Perso













Re: [flexcoders] AIR - Content resize according window

2012-01-19 Thread Isabelle Loyer Perso













Re: [flexcoders] AIR - Content resize according window

2012-01-17 Thread Isabelle Loyer Perso













Re: [flexcoders] AIR - Content resize according window

2012-01-17 Thread Isabelle Loyer Perso













Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread Isabelle Loyer Perso













Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread Isabelle Loyer Perso













Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-29 Thread Isabelle Loyer Perso













Re: [flexcoders] Filter arraycollection with selected node

2011-11-22 Thread Isabelle Loyer Perso













Re: [flexcoders] Flex 4.5 - Cell background color in datagrid

2011-10-29 Thread Isabelle Loyer Perso













Re: [Bulk] [flexcoders] Re: Why hhtpservice is too long

2011-10-21 Thread Isabelle Loyer Perso













Re: [Bulk] Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-16 Thread Isabelle Loyer Perso
Title: Re: [flexcoders] Flex 4.5 - Custom NativeWindow and
problems













Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-11 Thread Isabelle Loyer Perso













Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-11 Thread Isabelle Loyer Perso













Re: [flexcoders] Move on DropDownList with up or dow key (FB 4.5)

2011-08-10 Thread Isabelle Loyer Perso













Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Isabelle Loyer Perso













Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Isabelle Loyer Perso
Title: Re: [flexcoders] Flex 4.5 - Custom NativeWindow and
problems













Re: [flexcoders] s:DropDownList selectedItem

2011-08-09 Thread Isabelle Loyer Perso













Re: [flexcoders] s:DropDownList selectedItem

2011-08-09 Thread Isabelle Loyer Perso













Re: [Bulk] Re: [flexcoders] Form Item Multiline

2011-08-05 Thread Isabelle Loyer Perso













Re: [flexcoders] Several HTTP request in the same component

2011-08-05 Thread Isabelle Loyer Perso













Re: [flexcoders] Form Item Multiline

2011-08-04 Thread Isabelle Loyer Perso













[flexcoders] Several HTTP request in the same component

2011-08-04 Thread Isabelle Loyer Perso
Dear Flexer,

In my case, I'd like to populate textinput and combox witch data who are 
storing in mySQL databata.

Today I use httpService to do a request in one table and the result is 
in e4x format.

But actually, I need to do some request to populate several combobox.

Can you explain how to do that.

Must I done all request in the same php file or is it possible to do 
several http request before open a new windows ( I made an AIR app).

Thanks for answer.


Re: [flexcoders] Form Item Multiline

2011-08-03 Thread Isabelle Loyer Perso