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

OSX Cocoa Development — #7

I've been messing with cocoa for the last few days. Its really sort of cool. I find the actions and outlets interesting. They have a pdf file that walks you though a simple cocoa j…
MacNN Development

OSX Cocoa Development — #8

Quote: Originally posted by marvin: The fact is *hardly anyone* uses objective c anymore outside of Apple. For what it's worth, that "hardly anyone" includes The Om…
MacNN Development

OSX Cocoa Development — #9

Quote: Originally posted by aabernathy: For what it's worth, that "hardly anyone" includes The Omni Group. I hope that people will give Objective-C a fair shake. Ther…
MacNN Development

DebugStr in Mac OS X — #1

I can use CW 5 to create a Carbon app which runs natively in MacOS X Public Beta. My question is, what does OS X do when I call DebugStr? It doesn't halt the program. I'm wonderi…
MacNN OS 9

DebugStr in Mac OS X — #2

I haven't tried it in OS X Public beta, but in DP4, DebugStr logged a message to the console. This is actually a lot more useful than the OS 9 behavior; it's a lot like DCon, if yo…
MacNN OS 9

Java Dev on MacOS X — #1

Hi- For school I need to do java 1.2 dev. I know that OS X is going to support 1.2 but will it come with the standard javac and java? Or will I just have to use project builder. …
MacNN Development

Java Dev on MacOS X — #2

Yes, the good news is that all the standard command-line tools, such as "java", "javac", etc. are all bundled on the Public Beta. You may also be able to run IDEs such as NetBean…
MacNN Development

Java Dev on MacOS X — #3

Also, the NeXT-legacy tools such as Project Builder are _not_ bundled on the Public Beta. Members of Apple's developer programs are being shipped this week a separate CD-ROM with t…
MacNN Development

Java Dev on MacOS X — #4

Any ideas where to get MRJAppBuilder for OSX? Its mentioned at http://developer.apple.com/techpubs/...otes/Java.html but not obviously available any where (previous versions are…
MacNN Development

Java Dev on MacOS X — #5

The Netbeans (www.netbeans.org) IDE mostly works. Use the Stable build (build 4). I downloaded the .zip file and ran unzip on it. Then cd to netbeans/bin and execute: ./runide.…
MacNN Development

Java Dev on MacOS X — #6

I've been working on some applets for a class project. These applets are nothing fancy, but they do utilize swing components such as JLabel and JTextField. I've yet to have any l…
MacNN Development

Java Dev on MacOS X — #7

You didn't say much of why you cant run your applet, do you include all the classes?
MacNN Development

Java Dev on MacOS X — #8

Quote: Originally posted by itpga: You didn't say much of why you cant run your applet, do you include all the classes? Sorry, Actually it's just one class file. …
MacNN Development

Java Dev on MacOS X — #9

I can only find build 5. I've downloaded it but can't seem to unzip. How did you unzip Build 4? Thanks, - JT - Quote: Originally posted by JonConradt: The Netbeans (…
MacNN Development

Java Dev on MacOS X — #10

There are two ways that I've found for unzipping files. With PB, stuffit expander shipped. This app, under utilities:aladdin, has done a good job of unzipping for me. In DP4, I …
MacNN Development

Applying icons to applications — #2

You can copy and paste icons into the info (or the Inspector as it's called now)windows in OS X just the same as in OS 9 or earlier. ------------------ Life is what happens to you…
MacNN Development

Applying icons to applications — #4

You need a 128 x 128 icns file, and the name of the file needs to be specified in the app bundle's Info.plist. ProjectBuilder will allow you to set the icon name in its "Applicati…
MacNN Development

Applying icons to applications — #6

Quote: Originally posted by mjuarez: But what about Carbon? How would you do it with a Carbon app? As long as you package your Carbon app in a .app folder (bundle)…
MacNN Development

Applying icons to applications — #7

This is what we do in our app since we aren't using a bundle and don't plan to in the near future. We build the icon using Icon Builder Pro. It exports a .icns file with all the d…
MacNN Development
mp.ls