Skip to main content
Search titles, bodies, and author names
Found 66,667 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 — #1

Hi, I have noticed a major issue with menus and IB. Environment : - Mac OS X 10.0.3 - Developer Tools from Mac OS X retail CD - PowerBook G3 Lombard 333MHz (bronze keyboard) The…
MacNN Troubleshooting

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

hi everybody, i think the topic says it all... is there a way? i thought about doing a "ps" from an nstask and see whether "/System/Library/Frameworks/ScreenSaver.framework/Versi…
MacNN Development by seb2

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

I was porting over a makefile to the Mac and found some weird changes. The ar command appears to be missing the s option. This means you have to run ranlib separately. This isn'…
MacNN Troubleshooting

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

How to detect file/creator types in OS X? — #1

What commands would I use to detect file and creator types under OS X? I know for OS X apps, you can just look inside pkgInfo, and the same information is in an XML file under ano…
MacNN Software
mp.ls