Re: Java_com_apple_cocoa_application_NSText_scrollRangeToVisible
Re: Java_com_apple_cocoa_application_NSText_scrollRangeToVisible
- Subject: Re: Java_com_apple_cocoa_application_NSText_scrollRangeToVisible
- From: Chris Hanson <email@hidden>
- Date: Sun, 25 Apr 2004 13:12:41 -0700
On Apr 25, 2004, at 11:13 AM, David Kocher wrote:
I suppose the problem is that this method is called from a non-GUI
thread (please note: this is cocoa-java). Would it help if I implement
something similar to SwingUtilties.invokeLater() ?
Yes, since much of the AppKit is not documented to be thread-safe.
This is completely orthogonal to what language you're using.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.