NSBrowser selections lag a click behind
NSBrowser selections lag a click behind
- Subject: NSBrowser selections lag a click behind
- From: Joe Osborn <email@hidden>
- Date: Sat, 15 Mar 2003 16:50:55 -0600
I'm having an odd bug with NSBrowser... it's been there for a while,
and it may just be a problem with my browser delegate, but here goes:
Clicks on an element in said browser don't immediately show the next
column-- another click, after a short delay, is required. I haven't
subclassed NSBrowserCell(yet!) or NSMatrix(yet!), but I do have the
browser hooked up to my window controller, it sends an action. This
behavior(i think it's the same bug) also seems to manifest when
removing elements--occasionally, such a removal will cause the browser
to try to draw cells in places for which i've declared that
browser:numberOfColumnsInRow: is zero.
Furthermore, does anyone know of a replacement for NSBrowser that eases
drag-and-drop, selections, and the like? I definitely need the browser
UI, though.
If I really get deadlocked, I might implement a Browser UI myself...
boy, that'd not be much fun.
Eagerly awaiting a response.
--Joe
_______________________________________________
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.