[flexcoders] Re: Can I force a redraw of my dataGrid?

2006-10-04 Thread livinginswitzerland
don't > have to manually refresh things when changes happen. > > Derrick Grigg > - > www.dgrigg.com > > --- In flexcoders@yahoogroups.com, "livinginswitzerland" > wrote: > > > > Thanks Derrick... > > > > I had tried invalida

[flexcoders] Re: Can I force a redraw of my dataGrid?

2006-10-03 Thread livinginswitzerland
Erik, Thanks for the help. I was wondering why my binding didn't seem to be working property, and yes, i dont' have typed objects in my collection, just an array of objects. Good to know. I've been trying to avoid typing the data coming back since that means updating it each time my struct

[flexcoders] Re: Can I force a redraw of my dataGrid?

2006-10-02 Thread livinginswitzerland
Thanks Derrick... I had tried invalidateDisplay list, but not invalidateList..which did it. interesting. when you say typed value objects...can you elaborate on that? I am doing some 'non standard' things, and all of my data is read into an ArrayCollection via a web service, but i'm not usin

[flexcoders] Can I force a redraw of my dataGrid?

2006-10-02 Thread livinginswitzerland
I have a datagrid with many rows, in the change event of the datagrid, I copy data from the selectedItem to individual controls on the page. In the change event of these controls, I copy the values back into the dataprovider of the datagrid, which is a collection, but the diplayed data in the

[flexcoders] DataGrid/ItemRender/ComboBox ?

2006-09-28 Thread livinginswitzerland
I've found a really nice feature in Flex 2. I have a datagrid with several rows, and one of the columns has an inline component itemrender which is a combobox. In my case, this datagrid represents a list of people, and the people have to be assigned to a department once they have been added t

[flexcoders] DataGrid with Custom ComboBox ItemRenderer...values disappear

2006-09-27 Thread livinginswitzerland
I have a datagrid, one of the columns is a combo box which is editable. If I add or delete rows to the datagrid, the combobox item renderer may display incorrect values, and occasionally, the underlying column of the datagrid containing the itemRenderer is getting set to null. Has anyone seen

[flexcoders] Re: RE:comboBoxes with dynamic data as datagrid itemRenderers?

2006-08-21 Thread livinginswitzerland
Has anyone else been here? Thanks, Rick --- In flexcoders@yahoogroups.com, "livinginswitzerland" <[EMAIL PROTECTED]> wrote: > > I'm being bit by this same situation. Many of my datagrids will > contain columns which need to be edited/rendered using a custom

[flexcoders] Re: RE:comboBoxes with dynamic data as datagrid itemRenderers?

2006-08-21 Thread livinginswitzerland
I'm being bit by this same situation. Many of my datagrids will contain columns which need to be edited/rendered using a custom comboBox control. I want to create a reusable comboBox control that does what I think the comboBox should already do for me but doesn't. It seems to me the way to go

[flexcoders] Re: DateField cellRenderer not working with date as String

2006-08-15 Thread livinginswitzerland
Here is what works for me. I'm using Oracle in the back end and reading the dates into my own ArrayCollection. Since it is mm/dd/ format from Oracle, the field is being treated as a string when placed in my ArrayCollection. When using an ItemRenderer of DateField for this data within a D

[flexcoders] Re: How to save uploaded file in database

2005-10-14 Thread livinginswitzerland
updateblob set = : where = :your_key_value; --- In flexcoders@yahoogroups.com, "Carson Hager" <[EMAIL PROTECTED]> wrote: > > I don't see any problem with it provided you design your tables to keep > the data in a separate table, possibly separate tablespace, etc. Most > reasonably good