Re: [flexcoders] Re: Best way for editing massive amounts of data?

2007-02-26 Thread Doug McCune
I don't have a suggestion right now, but just in terms of why this might not elicit a response from the flex community, this isn't a flex question. It's a UI question that is the same question if you're talking about building a UI in flex, HTML, Java, .NET, etc etc. I don't think there are going

Re: [flexcoders] Re: Best way for editing massive amounts of data?

2007-02-26 Thread slangeberg
What's your main concern with this issue? Simplicity? Performance? What are you going for? Worried that someone may lose their data half-way through, or something? You could do a sort of proxy where you store the user's data locally, then upload the entire thing on submit. Then, you're preserving

RE: [flexcoders] Re: Best way for editing massive amounts of data?

2007-02-26 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotgoose09 Sent: Saturday, February 24, 2007 1:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Best way for editing massive amounts of data? I guess no one here has had this problem before? --- In flexcoders

RE: [flexcoders] Re: Best way for editing massive amounts of data?

2007-02-26 Thread Dimitrios Gianninas
[mailto:[EMAIL PROTECTED] On Behalf Of Doug McCune Sent: Saturday, February 24, 2007 1:32 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Best way for editing massive amounts of data? I don't have a suggestion right now, but just in terms of why this might not elicit a response

[flexcoders] Re: Best way for editing massive amounts of data?

2007-02-24 Thread gotgoose09
I guess no one here has had this problem before? --- In flexcoders@yahoogroups.com, gotgoose09 [EMAIL PROTECTED] wrote: I'm web-enabling by using Flex 2 a project that has many fields for each record in the database. A typical UI screen has upwards of 35 fields in it. This application has