Re: [flexcoders] setPropertiesAt and Cairngorm are not playing together nicely

2006-01-20 Thread Aldo Bucchi
hi, looks like a lifecycle problem to me. try to see if the DataGrid is already created when you try the calls that fail. note that if the DG is inside a viewstack or another container with a creationPolicy, it might not get instantiated right away unless you set the policy to all best, aldo

RE: [flexcoders] setPropertiesAt and Cairngorm are not playing together nicely

2006-01-20 Thread Abdul Qabiz
] setPropertiesAt and Cairngorm are not playing together nicely hi,looks like a lifecycle problem to me.try to see if the DataGrid is already created when you try the calls that fail.note that if the DG is inside a viewstack or another container with acreationPolicy, it might not get

[flexcoders] setPropertiesAt and Cairngorm are not playing together nicely

2006-01-19 Thread rhoska
Hello everyone, I�m having a bit of trouble getting setPropertiesAt to work as needed in the Cairngorm framework. I need to be able to alter the background colors of a datagrid as it loads. I have placed the testDG.setPropertiesAt(2, {backgroundColor:0xFF}); code in all the likely