Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
On Thu, Feb 25, 2010 at 10:09 PM, Tracy Spratt wrote: > > > Probably a timing issue. Binding is difficult to debug. Make sure your > dataSource var is bindable. Initialize might be too early. Test the content > in a handler function and also check it in a creationComplete handler. I > rarely

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
On Thu, Feb 25, 2010 at 9:14 PM, Nick Middleweek wrote: > > > It's a bit hard without seeing the full code: http://pastebin.com/ > > But... It might be worth changing your attributesData.initialize to a > function call and perform the layerGroup.refresh() inside that function. But > just before th

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Nick Middleweek
Ah yes... of course... creationComplete_handler. I had this problem when setting up form validation and the fields on the form weren't actually initialized themselves... something like that. On 25 February 2010 16:09, Tracy Spratt wrote: > > > Probably a timing issue. Binding is difficult t

RE: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Tracy Spratt
Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nick Middleweek Sent: Thursday, February 25, 2010 9:15 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] advanced datagrid in popped up titlewindow issue

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Nick Middleweek
It's a bit hard without seeing the full code: http://pastebin.com/ But... It might be worth changing your attributesData.initialize to a function call and perform the layerGroup.refresh() inside that function. But just before that call drop in a break point and debug what the grouping.source is...

[flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
i have a flex (3.5 SDK) advanced datagird that works fine in the app's main layout but when moved into a popup titlewindow it won't fill with data. a normal datagrid in the same titlewindow component using the same datasource works fine. component creation & data passed in: idResultWindow=Identif