[flexcoders] Re: Inserting data from Flex: FDS vs. HTTPService vs. RemoteObject

2007-04-25 Thread harfga
When I said that AMFPHP is more complex, I should have qualified that it depends on your skillset. To me, there is nothing more rudimentary than HTTPService hitting a server-side script (CGI, etc). With AMFPHP you have to learn how to use it and change your data paradigm a bit to RemoteObjects.

[flexcoders] Re: Inserting data from Flex: FDS vs. HTTPService vs. RemoteObject

2007-04-25 Thread harfga
I have given this exact problem considerable thought and have decided that Flex Data Services (now called LCDS) is not the right solution when you simply want to couple a flex client with a back-end database. Depending on the application, I have used the following solutions in my work: 1) HTTPS

[flexcoders] Re: Slow and jumpy scrolling in DataGrid. Is it possible to cache more?

2007-04-22 Thread harfga
t; > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of harfga > Sent: Friday, April 20, 2007 8:14 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Slow and jumpy scrolling in DataGrid. Is it > possible to cache

[flexcoders] Slow and jumpy scrolling in DataGrid. Is it possible to cache more?

2007-04-21 Thread harfga
I have an application with DataGrid components that have many columns, with a horizontal scroll bar. The performance of horizontal scrolling is bad. It is markedly bad if I use custom item renderers. As a comparison, scrolling within a large Canvas component is very smooth and quick. I believe