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

Re: NSTextView becomes temporarily unresponsive

2010-07-15 Thread David Swofford
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. -Ross On Jul 13, 2010, at 3:24 PM, David Swofford wrote: On Jul 13, 2010, at 2:38 PM, Ross Carter

Re: NSTextView becomes temporarily unresponsive

2010-07-13 Thread David Swofford
have to start typing somewhere in the sequence itself to see the problem that I get with TextEdit (OSX 10.6.4). If you don't see the unresponsiveness that I see, I'd be *very* interesting in exploring why... Dave On Jul 13, 2010, at 2:38 PM, Ross Carter wrote: On Jul 12, 2010, at 6:01 PM, David

Re: NSTextView becomes temporarily unresponsive

2010-07-13 Thread David Swofford
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 have run into a problem with NSTextView. FWIW

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. Here

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