• 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: NSTableView Selection and Flicking
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView Selection and Flicking


  • Subject: Re: NSTableView Selection and Flicking
  • From: "Erik M. Buck" <email@hidden>
  • Date: Tue, 28 Aug 2001 15:41:57 -0500

Try:

disableFlushWindow

- (void)disableFlushWindow

Disables the flushWindow method for the receiver. If the receiver is
buffered, disabling flushWindow prevents drawing from being automatically
flushed by NSView's display... methods from the receiver's backing store to
the screen. This permits several NSViews to be drawn before the results are
shown to the user.
Flushing should be disabled only temporarily, while the NSWindow's display
is being updated. Each disableFlushWindow message must be paired with a
subsequent enableFlushWindow message. Invocations of these methods can be
nested; flushing isn't reenabled until the last (unnested) enableFlushWindow
message is sent.


References: 
 >NSTableView Selection and Flicking (From: Stéphane Sudre <email@hidden>)

  • Prev by Date: Re: Learning to program Cocoa
  • Next by Date: Re: NSDictionary objectForKey and non-standard key classes
  • Previous by thread: NSTableView Selection and Flicking
  • Next by thread: [NSBundle load]
  • Index(es):
    • Date
    • Thread