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

Quick Help : Icons — #4

Someone directed me to this link when I asked for this information. I haven't had a chance to try it yet but it looks like it could work. It seems to be some sort of cocoa wrappe…
MacNN Development by Apocalypse

Major Problem (bug ?) With Menus and IB — #3

Angus, The localized nib file is where it is supposed to be. All things are OK, except the menubar items name. I always have "AppName" File Edit Window Help Nor in English.lproj,…
MacNN Troubleshooting

Major Problem (bug ?) With Menus and IB — #4

I have found a way to correct the problem, however, it should be a bug that corrupts the nib file or Idontknowwhat. If I create another File menu submenu into the Edit menu for exe…
MacNN Troubleshooting

Determine whether screensaver is running — #2

I think you're probably going to have to do that, yeah, but you should probably use Carbon's Process Manager or sysctl to determine if it's running or not. I think that's a nicer s…
MacNN Development by Angus_D

Determine whether screensaver is running — #4

By the magic of class-dump (see fink), add this to your source somewhere: @interface ScreenSaverController:NSObject <ScreenSaverControl> { NSConnection *_connect…
MacNN Development by calumr

Determine whether screensaver is running — #5

woohoo, sounds great! but... i'm sorry, i've never used any class-dumps in my own source code before... it complains it cannot find the protocol declaraction for "screensavercontr…
MacNN Development by seb2

Determine whether screensaver is running — #6

You haven't declared the ScreenSaverControl protocol in any headers, but referred to it in the declaration for ScreenSaverController, so the compiler is getting confused. You don't…
MacNN Development by Angus_D

ar problems — #2

Must be an older version of ar. Typically on MacOS X, the libtool -static command is used to create libraries, and it automatically updates the table of contents so ranlib is not …
MacNN Troubleshooting

Problems installing Project Builder — #2

I know I've read about this problem over in the Mac OS X Developer forums. So be sure to search for it there. I'm going to move this over to the Mac OS X Developer forum. Click …
MacNN Software

Problems installing Project Builder — #3

I have the same problem, so I am dead-in-the-water now. Quote: Originally posted by sinful@pagans.net: When I click install from within the installer, I get the follo…
MacNN Software

Problems installing Project Builder — #4

originally, I downloaded it with the OSX IE, and had the bom problem. I re-downloaded it with the OS9 IE and subsequently had no problems. Also, I have OSX on a pure UNIX drive, …
MacNN Software

Problems installing Project Builder — #5

I had the same problem and it was caused by Stuffit. I havn't tried the new version but the version shipped with osx couldn't unpack it correctly. If you looked at the size of the …
MacNN Software

NSUserDefaults in java? — #2

Assuming you want to store per-user settings for your app, this is very easy. The bundle identifier is set in the CFBundleIdentifier key in the Info.plist file, which is part of y…
MacNN Development

NSUserDefaults in java? — #3

Thanks, that really helped. So now I know how to write and read preferences. Now I have another pretty fundamental question, how do I "catch" events? Let's say I want to save my pr…
MacNN Development

NSUserDefaults in java? — #4

Quote: Originally posted by gabrielf: Thanks, that really helped. So now I know how to write and read preferences. Now I have another pretty fundamental question, how do…
MacNN Development

HJSplit for Mac OS X? — #2

Sorry? Not available? Stuffit deluxe has the capability to segment files already for years. I've used this function extensively back in the floppy disk era to copy a 5 Mb file ont…
MacNN Software

HJSplit for Mac OS X? — #4

I did some looking through the manpages. OSX does in fact have a split command that seems to do what you want. I don't know if it's compatible with HJSplit, though. Type man split …
MacNN Software

HJSplit for Mac OS X? — #5

the best would be to have a new Windows app that support the format of the OS X command and old hjsplit-files aswell -IF they differ- while new files would be saved in the most com…
MacNN Software

HJSplit for Mac OS X? — #6

If there were to be a crossplatform standard, I would think it would be the one provided by the Unix splitcommand (which, again, OSX handles through its own implementation of that …
MacNN Software

BlastApp — #2

Unfortunately, some of the same code and frameworks uses the DP4 versions and do not build properly. BlastApp is one of these. I have tried to build it a few times with no luck. I …
MacNN Development
mp.ls