Re: control delegate (NSTextField)
Re: control delegate (NSTextField)
- Subject: Re: control delegate (NSTextField)
- From: j o a r <email@hidden>
- Date: Thu, 19 Jun 2003 08:38:13 +0200
These errors come from the text system, the array and bounds that they
refer to is the string of your control, or of the field editor that is
currently editing it.
The control / field editor probably isn't in a state where you are
"allowed" do update it's string value at this time. Do you know if the
exceptions hit in the shouldBegin, or the shouldEnd editing method? Try
to do it at didBegin and didEnd instead and see if it makes any
difference. You should probably file a bug report about this problem in
any case.
If you can't get it to work, send me a copy of your project, or a small
sample project where you can reproduce this problem, and I'll take a
look.
j o a r
On Thursday, Jun 19, 2003, at 08:05 Europe/Stockholm, Brent Gulanowski
wrote:
2003-06-19 02:03:08.218 SCatalogue[14519] Access invalid attribute
location 0 (length 0)
2003-06-19 02:03:10.908 SCatalogue[14519] Exception raised during
posting of notification. Ignored. exception: *** NSRunStorage,
_NSBlockNumberForIndex(): index (0) beyond array bounds (0)
What is NSRunStorage?
_______________________________________________
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.