Re: Problem with MakeKeyandOrderFront

2010-10-05 Thread Amy Heavey
nothing in the main console app. I only have this problem using the large data file I've created. I've been adding data to the app and now this just won't work. If I move the xml file or the app it's fine. It's fine running in xcode too. I think I'll have to move to an sqllite store and sta

Re: Problem with MakeKeyandOrderFront

2010-10-05 Thread Amy Gibbs
I'll give that a go however it works fine in Xcode and by itself with a blank/new data file Sent from my iPhone On 5 Oct 2010, at 20:59, Ken Thomases wrote: > On Oct 5, 2010, at 1:55 PM, Amy Heavey wrote: > >> Now when I click the button the focus goes from the main window but the >> second

Re: Problem with MakeKeyandOrderFront

2010-10-05 Thread Ken Thomases
On Oct 5, 2010, at 1:55 PM, Amy Heavey wrote: > Now when I click the button the focus goes from the main window but the > second window doesn't appear. If I move the data file it works fine. Have I > just overloaded it already? Even if all I do is open the app and go to the > second tab and cli

Problem with MakeKeyandOrderFront

2010-10-05 Thread Amy Heavey
My app has a secondary view that appears when I click a button (to do another task) it works fine most of the time. It's a core data app that uses an xml file store. I've started adding data so there's now maybe 1000 instances of an entity in it, and I've not started adding other entities o