Re: Need for Swift

2019-10-15 Thread David Swofford via Cocoa-dev
As another developer who procrastinated on converting the GUI for a large application away from Carbon, I have also found this discussion to be highly illuminating. My excuse is that I'm an academic, and while the users of my software appreciate the GUI, the absolute last way I want to spend my

Re: NSTextView becomes temporarily unresponsive

2010-07-15 Thread David Swofford
hat it might not be meaningful to present 70 thousand >> characters, comprising only ACTG and -, in one scrolling text view? Mightn't >> you present only a snippet at a time, rather than the entire sequence? Just >> a thought. >> >> Hope this helps. >> >&

Re: NSTextView becomes temporarily unresponsive

2010-07-13 Thread David Swofford
On Jul 13, 2010, at 7:34 PM, Ross Carter wrote: > I don't think it has anything to do with wrapping. AFAICT, layout is complete > before the delay begins. I think this is a bug that you need to report. Maybe > Doug or Aki can chime in with a solution. Thanks for a very informative reply. > Her

Re: NSTextView becomes temporarily unresponsive

2010-07-13 Thread David Swofford
sing that it has something to do with line/word wrapping, and will explore further. Dave On Jul 13, 2010, at 2:38 PM, Ross Carter wrote: > On Jul 12, 2010, at 6:01 PM, David Swofford wrote: > >> I'm beginning the conversion of a scientific app from Carbon to Cocoa, and >>

Re: NSTextView becomes temporarily unresponsive

2010-07-13 Thread David Swofford
Jul 12, 2010, at 6:01 PM, David Swofford wrote: > >> I'm beginning the conversion of a scientific app from Carbon to Cocoa, and >> have run into a problem with NSTextView. FWIW, I have it embedded in an >> NSScrollView that is in turn included as an HICocoaView in a Carbon

NSTextView becomes temporarily unresponsive

2010-07-12 Thread David Swofford
I'm beginning the conversion of a scientific app from Carbon to Cocoa, and have run into a problem with NSTextView. FWIW, I have it embedded in an NSScrollView that is in turn included as an HICocoaView in a Carbon window (but I don't think this is relevant to my problem). It works, but I've r