[flexcoders] Re: repeater error that i dont understand

2009-04-10 Thread stinasius
not sure what you are saying. try making it a little more understandable




RE: [flexcoders] Re: repeater error that i dont understand

2009-04-10 Thread Tracy Spratt
First, that you need to debug the problem.  Second, that debugging bindings
is difficult. Third, the solution is to create a custom component that has
all the repeated content inside it, and repeat that.  Pass the entire
'currentItem into that custom component via a setter.  In the setter,
assign the values to local, bindable variables.  Bind your controls to the
local variables, Use breakpoints to debug to see what values are not getting
assigned as needed.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of stinasius
Sent: Friday, April 10, 2009 6:04 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: repeater error that i dont understand

 






not sure what you are saying. try making it a little more understandable