NSComboBox Bug??
NSComboBox Bug??
- Subject: NSComboBox Bug??
- From: Steve Gehrman <email@hidden>
- Date: Tue, 4 Sep 2001 01:44:53 -0700
I was using an NSComboBox and got this...
Sep 04 01:38:58 SNAX[6306] *** -[NSViewHierarchyLock
numberOfItemsInComboBoxCell:]: selector not recognized
Does this make sense to anyone?
(gdb) backtrace
#0 0x709cdbd0 in -[NSException raise] ()
#1 0x709cd7dc in +[NSException raise:format:arguments:] ()
#2 0x709ac4cc in +[NSException raise:format:] ()
#3 0x709d18f0 in -[NSObject doesNotRecognizeSelector:] ()
#4 0x7098ae34 in -[NSObject(NSForwardInvocation) forward::] ()
#5 0x7081b280 in _objc_msgForward ()
#6 0x70df5c64 in -[NSComboBoxCell(NSTableDataSource)
numberOfRowsInTableView:] ()
#7 0x70f9e9b4 in -[NSTableView numberOfRows] ()
#8 0x70e5a7f8 in -[NSComboBoxCell numberOfItems] ()
#9 0x70e59184 in -[NSComboBoxCell completedString:] ()
#10 0x70e58484 in -[NSComboBoxCell _completeNoRecursion:] ()
#11 0x70e58390 in -[NSComboBoxCell _complete:] ()
#12 0x70989598 in _nsNotificationCenterCallBack ()
#13 0x70198e20 in _postNotification ()
#14 0x70196750 in _CFNotificationCenterPostLocalNotification ()
#15 0x70196494 in _CFNotificationCenterPostNotification ()
#16 0x7097fa5c in -[NSNotificationCenter
postNotificationName:object:userInfo:flags:] ()
#17 0x70989354 in -[NSNotificationCenter
postNotificationName:object:userInfo:] ()
#18 0x70d87f84 in -[NSTextView(NSSharing) didChangeText] ()
#19 0x70d875f8 in -[NSTextView insertText:] ()
#20 0x70d89884 in -[NSInputContext _handleText:] ()
#21 0x70d8997c in
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients)
flushTextForClient:] ()
#22 0x70d864e4 in -[NSTSMInputContext interpretKeyEvents:] ()
#23 0x70d86164 in -[NSView interpretKeyEvents:] ()
#24 0x70d85d84 in -[NSTextView keyDown:] ()
#25 0x70d85aa8 in -[NSWindow sendEvent:] ()
#26 0x70d78d50 in -[NSApplication sendEvent:] ()
#27 0x0005e004 in -[CTApplication sendEvent:] (self=0x5982c0,
_cmd=0x7082c9d0, theEvent=0x1b7aa20) at
CTApplication.m:30/Users/sgehrman/Development/SNAX/
#28 0x70d7548c in -[NSApplication run] ()
#29 0x70d9799c in NSApplicationMain ()
#30 0x00004964 in main (argc=1, argv=0xbffffd60) at
main.m:5/Users/sgehrman/Development/SNAX/
#31 0x00004888 in _start ()
#32 0x000046c8 in start ()
#33 0x00000000 in ?? ()
steve