• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Window resizing make weird things happen
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Window resizing make weird things happen


  • Subject: Re: Window resizing make weird things happen
  • From: Jonathan Hendry <email@hidden>
  • Date: Thu, 23 Aug 2001 19:20:32 -0500

On Wednesday, August 15, 2001, at 12:49 , email@hidden wrote:

In my application there is just one window with a table view, several text fields, and a few buttons. This, however, seems to be too much to handle.

When there is a lot of stuff in the table view and the window is resized, for a second, the entire window turns white. The entire application seems to be very unresponsive.

It sounds like your app is doing a huge amount of processing while drawing the
cells of the tableview.

How quickly does the tableview scroll?

If that's slow too, I'd look into how much you're doing in the datasource methods
called by the tableview. When the tableview asks what to put in a cell, you
shouldn't be doing much processing.

- Jon


References: 
 >Window resizing make weird things happen (From: email@hidden)

  • Prev by Date: Re: Docs
  • Next by Date: Adding custom viewer to finder browser view.
  • Previous by thread: Re: Window resizing make weird things happen
  • Next by thread: Window resizing make weird things happen
  • Index(es):
    • Date
    • Thread