debugging questions on NSScroll view with NSSpllit view
debugging questions on NSScroll view with NSSpllit view
- Subject: debugging questions on NSScroll view with NSSpllit view
- From: email@hidden
- Date: Sat, 05 Dec 2015 16:16:42 -0500
Hi,
I am new to cocoa app development. I have a question about debugging NSScroll view.
I am trying to develop a Finder app like the mac Finder. I am using NSSplit view adding one vertical panel at a time dynamically in the code.
basically, trying to simulate file directories drill down. I am also having an NSScroll View to contain the NSSplit view as its document view so that i can use the horizontal scroll bar to scroll the nssplit view horizontally.
My problem is, as the nssplit view grows one panel at a time and eventually exceed the width of the document view, the horizontal scroll bar does NOT appear when I try to use the mouse to scroll horizontally. Each panel in the split view is a NSTableView.
So, any hints on how to debug this ? I just want to start from somewhere and debug into it.
Appreciate any help, pointers !
thanks!
leo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden