RE: [flexcoders] Weird scrolling bug!

2007-05-14 Thread Ghose, Sanjucta

Check this out :

 

http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.ht
ml

 

It should help to resolve your problem.

 

Regards.

Sanjucta

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Abhishek Sil
Sent: Saturday, May 12, 2007 9:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Weird scrolling bug!

 

Hi Guys,

I'm working on a moderated chat app. in flex. I'm using an
itemRenderer within a List to display a series of questions which the
expert can choose to reply. Now this itemRendered consists of:

text to display the question,
textInput to allow the expert to reply to it and a
button which is the send button.

Now the weird part is, say I type something into the first textInput
box to reply to the first question. when I scroll down, I see this
text which I entered in the first inputBox repeated in random rows
below too. Sometime when I scroll back up to the first item, the reply
is just not there... it's actually jumped from the box I typed it in
to some other box altogether! :S

Any help in this regard will be very helpful.

Cheers,
Abhishek

 



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


[flexcoders] Weird scrolling bug!

2007-05-12 Thread Abhishek Sil
Hi Guys,

I'm working on a moderated chat app. in flex. I'm using an
itemRenderer within a List to display a series of questions which the
expert can choose to reply. Now this itemRendered consists of:

text to display the question,
textInput to allow the expert to reply to it and a
button which is the send button.

Now the weird part is, say I type something into the first textInput
box to reply to the first question. when I scroll down, I see this
text which I entered in the first inputBox repeated in random rows
below too. Sometime when I scroll back up to the first item, the reply
is just not there... it's actually jumped from the box I typed it in
to some other box altogether! :S

Any help in this regard will be very helpful.

Cheers,
Abhishek