Re: xcode-debug style toolbar above editor area

2010-03-04 Thread Joar Wingfors
Hello Mazen, You're correct - NSToolbar can only be used at the top of a window. If you want to create something that is similar to a toolbar for anywhere else you will have to make your own arrangement of controls just like you originally suggested. j o a r On 3 mar 2010, at 12.41, Mazen M.

Re: xcode-debug style toolbar above editor area

2010-03-03 Thread Mazen M. Abdel-Rahman
Thanks for the quick reply. My understanding was that NSToolBar is specifically meant for windows - i.e. it would get attached to an NSWindow. The "tool bar" I am referring to in xcode is either a view or attached to a view - and not to a window. At least that's what it seems like to me. Tha

Re: xcode-debug style toolbar above editor area

2010-03-03 Thread Abhinay Kartik Reddyreddy
Look for NSToolbar in Interface Builder... On Mar 3, 2010, at 2:01 PM, Mazen M. Abdel-Rahman wrote: > Hi All, > > Thanks to everyone for helping me with my previous question. I had another > one though. > > When in a debugging session in xcode - but not in the main debug view - a > smal