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

Combat mission — #1

Anybody know a way to get combat mission to run in OS X? It should be possible when Classic is running.
MacNN Software by HiDDeN

Combat mission — #2

It will run under classic, but it is limited to software rendering. I remember that you have to remove the "Classic RAVE" extension from the classic system's extension folder (afte…
MacNN Software by tiborg

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

TextView with transparent background? — #1

Hello ... I want my NSTextView to have a transparent background. I've tried assigning a zero-percent-opacity color to the background in IB, and I've tried sending "setDrawsBackg…
MacNN Hardware by DayLateDon

TextView with transparent background? — #2

Hmm... perhaps you need to subclass NSTextView, NSScrollView, or NSClipView and override <font face = "courier">isOpaque</font> to return NO. Dunno if it'll work...
MacNN Hardware by Rickster

TextView with transparent background? — #3

you need to setup the window and the views. something like this should do it: <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><…
MacNN Hardware by nibs

TextView with transparent background? — #5

Hello ... I found the trouble. I have to send "setDrawsBackground:NO" to the NSScrollView containing the NSTextView. That is sending <BLOCKQUOTE><font size="1"face="Ge…
MacNN Hardware by DayLateDon

TextView with transparent background? — #6

Quote: Originally posted by DayLateDon: <STRONG>Is there a way to tell Project Builder not to throw out that warning each time? Thanks, DayLateDon</STRONG&gt…
MacNN Hardware by Ghoser777

neat idea - someone make this — #1

For OSX - a contextual menu item that lets you attach a script as a new contextual item. for example if I control click on the desktop I get the opportunity to add a script, so I …
MacNN Software by tinrib

neat idea - someone make this — #2

Apple hasn't released a pluggable CMM yet - I'm sure they will but I don't know that they are committed to it at this point. Until this happens I wouldn't expend any energy on it.
MacNN Software by absmiths

neat idea - someone make this — #3

haven't yet looked at it, but supposedly the new version of stuffit deluxe does add a contextual menu to the finder's contextual menu. well, then, of course, they probably got bet…
MacNN Software by seb2

neat idea - someone make this — #5

Quote: Originally posted by absmiths: <STRONG>Apple hasn't released a pluggable CMM yet - I'm sure they will but I don't know that they are committed to it at this…
MacNN Software by benh57

neat idea - someone make this — #6

Bump to top. I thought someone might've got somewhere with this you'd be surprisingly popular if you did something REALLY simple like display a dialog with an item's filename ob…
MacNN Software by Geobunny

neat idea - someone make this — #7

oh please dear god, give me back my finder-pop... my dream cm plugin would put the current menubar items in a contxtual menu under the mouse.
MacNN Software by 3R1C

neat idea - someone make this — #8

Resurrecting this one! Now that people know how to write CMMs for OS X (eg look for Zingg! on versionTracker) can someone write a CMM to open the currently selected folder in the …
MacNN Software by Geobunny

neat idea - someone make this — #9

Quote: Originally posted by Geobunny: <STRONG>Resurrecting this one! Now that people know how to write CMMs for OS X (eg look for Zingg! on versionTracker) can so…
MacNN Software by Arkham_c

neat idea - someone make this — #10

Quote: Originally posted by Arkham_c: <STRONG> This may or may not suit your needs, but take a look at Terminal Here, an AppleScript for your Finder Window menu b…
MacNN Software by Geobunny
mp.ls