T Tehy macrumors regular Original poster Jan 15, 2006 109 0 Finland Aug 10, 2006 #1 How I can create toolbar with Xcode (cocoa + object-c)? I want something like we have seen in Safari or Mail
How I can create toolbar with Xcode (cocoa + object-c)? I want something like we have seen in Safari or Mail
K kpua macrumors 6502 Jul 25, 2006 294 0 Aug 10, 2006 #2 Have you taken a look at the NSToolbar API? It's not the best at the moment, but it's not overly awkward to use.
Have you taken a look at the NSToolbar API? It's not the best at the moment, but it's not overly awkward to use.
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Aug 10, 2006 #3 Or you might want to use Generic Toolbar. Personally I created my own little class that lets me specify toolbars using xml files that I include as resources, but that's just me!
Or you might want to use Generic Toolbar. Personally I created my own little class that lets me specify toolbars using xml files that I include as resources, but that's just me!