[flexcoders] Force binding for Arrays

2005-11-03 Thread superabe superabe
I realize that we can force binding for Arrays to occur, when modifying one of their indexes by doing something like Model.myList = Model.myList Is there any performance reasons or other reasons why this would be a bad idea to use? TIA - superabe -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Force binding for Arrays

2005-11-03 Thread JesterXL
whatever controls is bound to the array. Only reset the array entirely if the whole array changes. - Original Message - From: superabe superabe To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 11:11 AM Subject: [flexcoders] Force binding for Arrays I realize that we can

Re: [flexcoders] Force binding for Arrays

2005-11-03 Thread superabe superabe
. - Original Message - From: superabe superabe To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 11:11 AM Subject: [flexcoders] Force binding for Arrays I realize that we can force binding for Arrays to occur, when modifying one of their indexes by doing something like

Re: [flexcoders] Force binding for Arrays

2005-11-03 Thread JesterXL
Sent: Thursday, November 03, 2005 8:28 PM Subject: Re: [flexcoders] Force binding for Arrays ok...I do need to reset the array at times, and also to change an item in the index. Is there any perf hit by reassiging the variable to itself ? - superabe On 11/3/05, JesterXL [EMAIL PROTECTED] wrote

RE: [flexcoders] Force binding for Arrays

2005-11-03 Thread Matt Chotin
the time. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of superabe superabe Sent: Thursday, November 03, 2005 5:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Force binding for Arrays ok...I do need to reset the array at times