Skip to main content
Search titles, bodies, and author names
Found 32,712 posts across 1 forum.

NSToolbar questions. — #1

1. Can NSToolbar items have tooltips? 2. The toolbar items 'space' and 'flexible space' both are invisible items that do not show in the toolbar. However they do have a visible…
MacNN Software by 3R1C

NSToolbar questions. — #2

I don't know about number two, but for number one you just do. [toolbarItem setToolTip:@"Ain't this fun?"];
MacNN Software by ksuther

NSToolbar questions. — #3

I'd like to note that you should really look at the SimpleToolbar example. All of these things are addressed. Basically, for No. 1, there is a paletteImage and a toolbarImage. You …
MacNN Software by Synotic

NSToolbar questions. — #4

Thanx ksuther, worked like a charm Synotic: you must have a 'special' SimpleToolbar example, as mine makes no mention of separate images for palette and toolbar. In fact the word …
MacNN Software by 3R1C

NSToolbar questions. — #5

Nope, but I know how Omni does. In the delegate method where you provide toolbar items: <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font>&lt…
MacNN Software by Rickster
mp.ls