Search Results

0
votes
3answers
281 views

NSTextView not updating in a loop while writing to a USB device

I am writing an Objective-C application which communicates with a USB device. The application writes certain data to the device continuously and displays the status of the write operation in a text …
-1
votes

NSTextView not updating in a loop while writing to a USB device

The problem is solved. It required displayIfNeeded() method of the NSView class. …