[flexcoders] General Guidance requested to detect if any component has been changed or not

2009-01-16 Thread anuj181
Hi Group I need general guidance in achieving something. I have a form having different components like text box, radio button and list boxes (having drag and drop capability). I have Save and Cancel Button and when the form loads, the Save button is disabled, Now my requirement is that as soon

Re: [flexcoders] General Guidance requested to detect if any component has been changed or not

2009-01-16 Thread Fotis Chatzinikos
What you describe would work. In a similar case I use an array of booleans so when the save button is enabled i know and only update the fields that need updating. If this is not a requirement a single boolean would do. On Sat, Jan 17, 2009 at 1:07 AM, anuj181 anuj...@gmail.com wrote: Hi