[flexcoders] Memory Leak when using RemoteObject

2007-05-30 Thread vargaandrea
Hi All, I've created a little demo to show my problem: http://virtualro.cluj.astral.ro/andi/memtest/ (ViewSource is enabled, http://virtualro.cluj.astral.ro/andi/memtest/srcview/index.html) The demo only calls a remote service using AmfPHP (I don't think the server part matters) when the "Now"

[flexcoders] Re: ListBase ScrollVertically error #1010

2007-04-08 Thread vargaandrea
One solution is to have the dataprovider set on initialize or preinitialize, not on creationComplete. --- In flexcoders@yahoogroups.com, "vargaandrea" <[EMAIL PROTECTED]> wrote: > > Hi, > > I seem to have the same problem. > When I try to use an item r

[flexcoders] Re: ListBase ScrollVertically error #1010

2007-04-07 Thread vargaandrea
Hi, I seem to have the same problem. When I try to use an item renderer containing TextInput or NumericStepper or DateField, Button, etc. I got the error on scroll. There is no error for CheckBox, RadioButton, VBox etc. Here is a really small test case (view source enabled): http://www.narancs

[flexcoders] Re: memory keeps increasing when RemoteObject is used

2007-03-16 Thread vargaandrea
on a Windows XP machine that > has 500 mb of system ram installed. > > Try running your app on an older machine or a virtual machine to see how > much ram it uses. > > Rich > > On 16 Mar 2007 08:05:40 -0700, vargaandrea <[EMAIL PROTECTED]> wrote: > > > > Hi,

[flexcoders] memory keeps increasing when RemoteObject is used

2007-03-16 Thread vargaandrea
Hi, I noticed that my project keeps using more and more memory, even when it does nothing (or I thought so). I finally came to the conclusion that remote calls causing it. Here is a small test: http://virtualro.cluj.astral.ro/andi/memtest/ It has a timer that keeps updating a label with flash.s

[flexcoders] RepeatableBinding is not defined

2007-01-25 Thread vargaandrea
Hi, Has anybody any idea what this error means? Variable mx.binding::RepeatableBinding is not defined Thanks

[flexcoders] Re: 2.0.1 compile modules with ant - no problem

2007-01-10 Thread vargaandrea
Sorry, my bad. It's working.

[flexcoders] 2.0.1 compile modules with ant

2007-01-10 Thread vargaandrea
Hi All, I am having problems compiling modules using Ant. Here are my TestModule.mxml: http://www.adobe.com/2006/mxml"; width="100%" height="100%"> I can compile successfuly using Flex Builder -> Run as Application or command line: "C:\Program Files\Adobe\Flex Builder 2\Flex SDK