RE: [flexcoders] Re: Repost of bug issue over weekend

2006-06-27 Thread Daniel Tuppeny
useful), I don't see any reason this shouldn't be fixed. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: 26 June 2006 19:22 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Repost of bug issue over weekend I don't

Re: [flexcoders] Re: Repost of bug issue over weekend

2006-06-27 Thread hank williams
Thanks Daniel.I was thinking something similar after I wrote my last email, but didnt have the energy to write it up. Basically, if it can draw and scroll separate items (even if they are the same) then it can identify them for the purpose of highlighting and selection. If it couldnt tell the

[flexcoders] Re: Repost of bug issue over weekend

2006-06-26 Thread ben.clinkinbeard
I don't think this is a bug as I am not sure how it could work any differently. You are repeatedly adding the same item (the string hello) to the list so it has no way to differentiate between them and uses the newest instance for the rollOver and rollOut actions. If you want to display the same

Re: [flexcoders] Re: Repost of bug issue over weekend

2006-06-26 Thread michael . corbridge
not a bug - here is working code: --- ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* initialize=initList() mx:Script ![CDATA[ import

Re: [flexcoders] Re: Repost of bug issue over weekend

2006-06-26 Thread hank williams
Thanks ben. Yes it does help. It is, from my perpsective, even now understanding what it seems to do, be an unexpected result. Perhaps it should generate an error, or not allow you to have an arrayCollection of strings instead of objects, since it is always possible for a list to have multiple