Re: debugging questions on NSScroll view with NSSpllit view

2015-12-05 Thread Ken Thomases
Hi, On Dec 5, 2015, at 3:16 PM, yu...@aim.com wrote: > > 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

debugging questions on NSScroll view with NSSpllit view

2015-12-05 Thread yuleo
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