Thanks, I used their example on the flexmdi sans MDI blog but am still getting 
the same results. I am
using the Cairngorm framework with WebORB connecting to a MySQL instance. I'm 
now wondering if it is a
Cairngorm framework problem with MDI. I will try a non-Cairngorm version 
(although that is not preferred).

Do you know where they put the documentation for MDI besides the Google code 
website and the blogs? It mentions it several times in the blogs but I can't 
find it.

Thanks,
Lynn

On Fri, 29 Aug 2008 05:15:22 -0700 (PDT), Robert Mangold wrote
> Greetings,
> I am not on my development machine at the moment to verify my memory, but I 
> recall having a similar problem when using an MDIWindow as a drop target. 
> When dropped, the widget (a Datagrid in my case) would stubbornly snap to the 
> upper left corner of the MDIWindow. My solution was to place a Canvas inside 
> the MDICanvas, which was inside the MDIWindow. There might be a nicer way to 
> do it, but it worked and I was in a time crunch.
> In looking at your code, you are making your components, e.g. DataGridView, 
> children of the MDIWindow. Try adding them as children of the Canvas and 
> follow the guidelines above.
> A quick shout out to the FlexMDI guys. Thanks for the great library!
> 
> Regards,
> 
> RobM
> 

 

Reply via email to