| Thread | Last Post | Replies |
|
| OSX vertical blanking outside openGL ? | 11 Oct 2005 21:06 GMT | 1 |
I've set up a simple direct display routine using CGDisplayBaseAddress() CGDisplayCapture() CGDisplayBeamPosition()
|
| Replacing whitespace, using bash script and sed | 10 Oct 2005 23:48 GMT | 2 |
I'm writing a script to start an application, which begins by doing this: #!/bin/sh BASEDIR=`dirname "$0"`
|
| everything's deprecated | 10 Oct 2005 13:21 GMT | 4 |
When building to carbon 10.4 Universal almost everything's deprecated but it doesn't list what you should use instead. Can't find anything on developer.apple.com. Is there anything out there which gives alternatives to all these deprecated functions?
|
| Draw a PICT resource to the screen? | 09 Oct 2005 01:47 GMT | 3 |
I had been using QD to draw bitmap PICT resources to the screen, but OSX 10.4 has deprecated them. How do you do this under the new regime? Thanks, Bill
|
| Sound Driver - drift | 06 Oct 2005 18:54 GMT | 2 |
I've looked at old discussions in this newsgroup about people struggling to use the Sound Manager (of System 7 +, up to OS9 PPCs) and to get an accurate, synchronized music going using wave tables. These people mentionned the old software called MusicWorks, which was
|
| Modify menu shortcut | 06 Oct 2005 07:00 GMT | 10 |
I would like to change dynamically the shortcut which appears in my main menu. I m on 10.4 (or 10.3) with CW 8.3 and carbon, C++. I saw that I can change my shortcut using:
|
| Development of a very simple Preference Pane | 05 Oct 2005 21:18 GMT | 3 |
I'd like some help to build a Preference Pane (to put in the System Preferences). Can someone help me please? The preference pane I need is very simple:
|
| ./cdrecord -scanbus | 05 Oct 2005 11:48 GMT | 4 |
./cdrecord -scanbus doesn't work. It just gives the non-info that thousands of others have posted about: ***** Cdrecord-Clone 2.01.01a03 (powerpc-apple-macosx6.8) Copyright (C)
|
| Package Manager console usage ? | 05 Oct 2005 06:33 GMT | 12 |
I like to create a Mac OS X package from my source tree using a shell script. Is this possible ? I have some other questions as well :-)
|
| NSSavePanel question | 05 Oct 2005 01:44 GMT | 8 |
I have a very basic NSSavePanel question: How do I disable the "... already exists. Do you want to replace it?" dialog box when an existing file is chosen?
|
| NSSound record? | 04 Oct 2005 12:46 GMT | 5 |
I'm sure this has been asked many times but is there any sample code to record audio, into a buffer, using NSSound? NSSound seems to be only for playback. Can't find anything on Apple's website about Cocoa sound recording.
|
| problems with xcode 2 | 04 Oct 2005 12:43 GMT | 3 |
Can anyone help me figure out what is wrong with my installation/project? I have a working (in XCode 1.5 or so) fairly complicated project that I'm trying to work on now that I've upgraded to OS 10.4 and xcode 2. But, when I try to compile it, the linker
|
| Q: How to uninstall subversion and scplugin? | 03 Oct 2005 22:35 GMT | 2 |
I'm a Mac lightweight who needs help uninstalling these applications. I managed to install subversion and the scplugin on my boss' mac laptop to try them out. We determined they weren't what we wanted. How do I go about uninstalling subversion and scplugin?
|
| Where to write program settings | 03 Oct 2005 15:33 GMT | 1 |
I am new to programming on Mac OSX. I am writing a program and want to know where I should store user settings for my program. In Windows programming I would use the registry. What do I use in Mac OSX? Would I use a file? If so how can I determine the location that
|
| Redraw errors on Tiger | 01 Oct 2005 22:55 GMT | 1 |
I recently ran into a serious redraw problem with Tiger (10.4.2). What I wanted to achieve was a seamless integration of a Safari web view into a carbon application. The main window of the application itself isn't composited (and I can't change this), thus using an HIView
|