| Thread | Last Post | Replies |
|
| Programmatically getting System Profile information | 31 Jan 2005 22:37 GMT | 7 |
Can someone please answer a Mac newbie programming issue? I would like to be able to write an application to programmatically retrieve a specific subset of the information displayed in the System Profile. I initially thought that the Gestalt function would give me
|
| What is the last event a window can receive? | 31 Jan 2005 22:35 GMT | 1 |
When using the Carbon API, what is the last event a window can receive, and how do I ensure (what type spec do I need) that I receive it? Also, do I need to CFRelease the EventHandlerRef I got from InstallEventHandler, or can I just ignore it?
|
| Do Shell Script weirdness | 30 Jan 2005 13:42 GMT | 11 |
Anybody see this? I've got a bash script that runs just fine. No errors - the $? status is checked everywhere. I've got a function that calls oascript to speak a message if there's a nonzero status, and echo the status value. Like I said, it all works fine from the shell.
|
| Shared libraries question | 30 Jan 2005 07:38 GMT | 1 |
Is there any environment variable that works like LD_LIBRARY_PATH. I want to set it so that my directory is search first for ".dylib" files before "/usr/local/lib" and "/usr/lib" is searched.
|
| XCode and current working directories | 29 Jan 2005 07:21 GMT | 3 |
How do you set the current working directory to the directory from which the application was launched? When you run an executable from XCode the current directory is set to the build directory. However I
|
| Why does this 4 line Cocoa Program not work ? | 28 Jan 2005 15:20 GMT | 3 |
int main(int a, char* av) { NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; NSRunAlertPanel(@"Title", @"My Message", @"Okay", nil,nil,NULL); [pool release];
|
| Color Picker Problem | 27 Jan 2005 12:53 GMT | 4 |
I have PowerPlant Carbon application. I am opening the standard Color Picker Dialog using the Function NPickColor(NColorPickerInfo) Color Picker Diaog is opening But It's not closing on OK/Cancel Button.
|
| CVS on OS X, Tortoise client on PC | 27 Jan 2005 03:03 GMT | 4 |
I have been trying to get this configured for two days...I have a CVS repository set up on my OS X box. I want my PC developers to be able to use Tortoisecvs [http://www.tortoisecvs.org/] to make new modules and check in/out source from the X box. We have not used CVS before,
|
| NavCreatePutFileDialog problems with popupExtension | 27 Jan 2005 00:03 GMT | 3 |
I've been trying to get a set of custom strings in to the Format popup of a save dialog created with NavCreatePutFileDialog. I've done a bunch of searches to find sample code on this as the API documentation seems sparse, but everything I try ends up with the application crashing ...
|
| .Net od Mono under MacOS X? | 26 Jan 2005 17:10 GMT | 7 |
I'm just new to Mac and I would like to do my first progrmming steps on the Mac. Is there something like .Net or Mono existing for The Mac OS X Platform? Greetings
|
| Capture audio on MacOS9 | 26 Jan 2005 16:36 GMT | 10 |
I'm a Perl programmer and been using MacOS classic since 1998. I don't have spending money so I ain't gonna buy Mac X for the moment. Now, I'd like to code a MacOS9 app that captures audio from an external microphone and convert the audio in MP3 format then finally streams the
|
| Audio format conversion outside iTunes: HowTo? | 25 Jan 2005 20:43 GMT | 2 |
it is straightforward to convert between different audio formats (m4a, WAV etc.) within iTunes, but how does one do this from the command line? i am unfortunately not very familiar with the apple scripting framework,
|
| bidirectional popen | 23 Jan 2005 11:38 GMT | 4 |
My jaguar man page states that POPEN can now be used bidirectionally. Yet when I try the "r+" mode ("w+" and "a+", for good measure), I just get an error (invalid arg). In looking around, I found <http://www.hmug.org/man/3/popen.html>, which
|
| Ignore line endings in FileMerge ? | 22 Jan 2005 22:50 GMT | 2 |
Is there a way to force FileMerge 2.0.4 (part of Xcode 1.5) to ignore line endings (Mac / Unix / DOS) when comparing files ? Thanks, Patrick
|
| DropDown Box in PowerPlant as in VC++ | 22 Jan 2005 21:11 GMT | 2 |
I want to use DropDown combo(same as in MFC vc++) in my powerPlant application. Can u pls suggest the proper control for this in PowerPlant? -Hemant
|