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

Ansi C program on OS X — #13

funny thing about xcode is that i don't know how to compile with it. granted i've only tried it once or twice, but the Compile button in the Build menu is blanked out. so with an…
MacNN Development by Ryan1524

Ansi C program on OS X — #14

Quote: Originally posted by Ryan1524: funny thing about xcode is that i don't know how to compile with it. granted i've only tried it once or twice, but the Compile butt…
MacNN Development by Chuckit

Ansi C program on OS X — #15

smeger, thanks for catching that. I told TextEdit to use plain text files the first time I ran it and haven't thought about it since. :) Ryan, yes, stick with any text editor and …
MacNN Development by johnMG

Ansi C program on OS X — #16

Quote: Originally posted by johnMG: smeger, thanks for catching that. I told TextEdit to use plain text files the first time I ran it and haven't thought about it since.…
MacNN Development by Brass

Ansi C program on OS X — #17

how bout ANSI C compatibility with the windows Borland compiler? should be fine, right? by that i mean whatever i code with textedit and terminal should also work on the windows bo…
MacNN Development by Ryan1524

Ansi C program on OS X — #18

GCC has some of the best ANSI C compatibility out there. You can check out the Web site, and it will show you how standards-compliant it is and how to change the way it enforces th…
MacNN Development by Chuckit

Ansi C program on OS X — #19

Ryan -- yes. Do all your *own* stuff with gcc. When you're somewhere else that doesn't have gcc but has borland or comeau or something else, your code will compile just fine and d…
MacNN Development by johnMG

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? — #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

Which UML tool to use? — #2

I may suggest you try Together whiteboard, a free Java UML tool which can also do c++. Has worked well for me. http://www.togethersoft.com JB WHitman
MacNN PowerPC

Which UML tool to use? — #3

If you can run a PC emulator then ARTiSAN Real-Time studio is the best UML tool out there. I have managed to run it under Virtual PC 4. You need a G4 to use it really though. ----…
MacNN PowerPC

Which UML tool to use? — #4

Quote: Originally posted by Eyedoc: I may suggest you try Together whiteboard, a free Java UML tool which can also do c++. Has worked well for me. http://www.togethersof…
MacNN PowerPC

Which UML tool to use? — #5

No relation to Ian Daeglish, that soccer hooligan? Thanks for the pointer to ObjectPlant, I found it at http://versiontracker.com/moreinfo.fcgi?id=3220 I'll let you know how it…
MacNN PowerPC

Doing neat things with Applescript. — #2

It's been a long time since I worked with speech in AppleScript (or, indeed, worked with AppleScript at all). But if I remember right, the basic command is just: say string where…
MacNN Development by Millennium

Doing neat things with Applescript. — #4

I've really wanted to make an applescript for iTunes so you can switch songs from other programs in 9 or X. I was thinking the function keys in 9 would be so easy to hook up, and…
MacNN Development by proluck

Doing neat things with Applescript. — #5

Quote: Originally posted by proluck: <STRONG>I've really wanted to make an applescript for iTunes so you can switch songs from other programs in 9 or X. </STRON…
MacNN Development by Diggory Laycock
mp.ls