[flexcoders] Re: programatically assigning an ArrayCollection as the DataProvider bug...

2006-06-24 Thread Tim Hoff
Hi Johnathan, I took everything that wasn't necessary out of ResourceVO and it seems to work as expected. No focus border problems that I'm seeing. -TH package com.crap.vo { import org.nevis.cairngorm.vo.ValueObject; import mx.resources.Locale; // changed resource to resources [Bindable]

[flexcoders] Re: programatically assigning an ArrayCollection as the DataProvider bug...

2006-06-24 Thread Tim Hoff
One other thought, when you say the blue selection highlight, are you refering to the DataGrid's selectionColor that extends the entire row? -TH --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Johnathan, I took everything that wasn't necessary out of ResourceVO

Re: [flexcoders] Re: programatically assigning an ArrayCollection as the DataProvider bug...

2006-06-24 Thread hank williams
Just to make things simple, I created the simples possible example of the problem.If you take the below text, drop it into an app, You should see four hello items in the dataGrid. If you move your mouse over the items, you should see that only the last item in the list of 4 hellos highlights,

Re: [flexcoders] Re: programatically assigning an ArrayCollection as the DataProvider bug...

2006-06-24 Thread hank williams
Oh there is a slight bug in the last example. The problem occurs for a List or a DataGrid. I was playing with both and in the example, I add strings to the dataProvider instead of objects. Flex really doesnt mind except for the fact that it makes the word length the column header. But even if

[flexcoders] Re: programatically assigning an ArrayCollection as the DataProvider bug...

2006-04-12 Thread box110a
type. For the time being I believe your ResourceVO has to be made dynamic or implement the IUID interface. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ted Patrick Sent: Wednesday, April 12, 2006 2:48 PM To: flexcoders@yahoogroups.com Subject: RE