[flexcoders] Plot Chart Performance

2006-08-08 Thread Frias, Roberto
Hi there, I am having a 1000 points plot chart and Ive implemented a drag point feature that lets the user move the one point up and down. When I made the first test with 10 points it looked acceptable, but now that I have 1000 it looks pretty sluggish. What I am doing is catching

AW: [flexcoders] Plot Chart Performance

2006-08-09 Thread Frias, Roberto
It takes the same time even if you are working on the stand alone player. I am analysing a way to move the points through the ChartElement class instead of updating the ArrayCollection but not sure if that will work. Ive also tried with a simple Array but no improvements. Anyways if

AW: [flexcoders] DataGrid column size (bug?)

2006-09-01 Thread Frias, Roberto
Well, theres always something wrong with the states, so Id recommend to check if in the state there is this removeChild instruction and write instead visible = false, that had solved lots of troubles like this kind of issues. Regards Von: flexcoders@yahoogroups.com

AW: [flexcoders] How to load an Image dynamically as for icon (of type Class)??

2006-09-01 Thread Frias, Roberto
Yes indeed, the only way to use this iconField is embeding an Image. There is a workaround using a normal image component and loading dynamically, but you will have to build your own popup window in some cases ( try setting the image component with a negative y ), otherwise its not to

[flexcoders] outside window event

2006-09-05 Thread Frias, Roberto
Does anybody know if it is possible to catch an MouseUp Event outside the main application window? (Outside the browser) It seems there is only a MouseDownOutside Event on the Application class. The thing is, I need to know when a drag and drop ends, even if the user drops outside the

AW: [flexcoders] outside window event

2006-09-05 Thread Frias, Roberto
12:07 An: flexcoders@yahoogroups.com Betreff: Re: [flexcoders] outside window event I am not sure, if any event would be triggered if mouse moves outside of app area.. You can probably have your own bound checks? -abdul On 9/5/06, Frias, Roberto [EMAIL PROTECTED]de wrote

AW: [flexcoders] outside window event

2006-09-05 Thread Frias, Roberto
this with _javascript_ only. Cheers, Ralf On 9/5/06, Abdul Qabiz abdul.qabiz@gmail.com wrote: I am not sure, if any event would be triggered if mouse moves outside of app area.. You can probably have your own bound checks? -abdul On 9/5/06, Frias, Roberto [EMAIL PROTECTED]de wrote

AW: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Frias, Roberto
No, thats not necesary, you just have to use amfphp, openAMF or some other gateway, Flex Data services are for the push functionality Cheers Roberto Frias [EMAIL PROTECTED] Von: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Im Auftrag von Varun Shetty

AW: [flexcoders] update itemRenderer value when dataprovider change

2006-10-27 Thread Frias, Roberto
Hello Jesus, you will certainly experience this kind of behaviours not just with numericStepper or Datagrid, but with all the components that use the data property.  A thing you can try is to making a binding between the data property and a set Function.  In this case, when the data