| Thread | Last Post | Replies |
|
| How to display QuickTime Export dialog? | 30 Jun 2006 20:06 GMT | 10 |
Is it possible to display the QuickTime Export dialog? - the dialog that appears if you try to Export a movie from the Quicktime player, or "Share", as Quicktime from iMovie. (Since it's in both applications, I'm assuming it's a generic Quicktime dialog and not from the apps
|
| file descriptor and file reference number mapping | 30 Jun 2006 17:16 GMT | 3 |
There are times when you want to use low level unix system calls in your carbon application. It's trivial but some syscalls needs file descriptor and you only have file reference number (got from HOpenDF, FSpOpenDF
|
| NSOutlineView | 29 Jun 2006 07:02 GMT | 1 |
I have an outlineview at the moment which is just a standard outlineview, 4 nodes with a few children in each. The children are just displaying strings at the moment, but I want it to display a little image and the string next to it as well, like how it does on the
|
| Unable to set window port in carbon for off screen window. | 29 Jun 2006 05:57 GMT | 1 |
I am carbonizing one of our applications. In this application we have off screen window created at center. We are placing a bit map on this window. But whenever we draw this bitmap on the window using CopyBits function it
|
| Loading 2 libraries, getting 1 handle | 27 Jun 2006 07:00 GMT | 2 |
I have the following situation: I compile and link a Dynamic library and save it to disk as a.dylib. I now duplicate a.dylib and call the duplicated file b.dylib. I now run an application that loads a.dylib by calling dlopen. The
|
| setAllowedFileTypes and NSOpenPanel | 26 Jun 2006 23:02 GMT | 3 |
I'm trying to create an open panel that changes the allowed file types dynamically. The panel includes an accessory view which, when appropriate, calls setAllowedFileTypes on the panel. I'm getting nowhere. Calling setAllowedFileTypes after an NSOpenPanel
|
| PowerPlant on Intel Macs | 25 Jun 2006 16:58 GMT | 2 |
Just want to say thank you to Eric Albert for the coding, and Isaac Wankerl for the site maintenance for making it so easy to move PowerPlant programs from Metrowerks Codewarrior, to Xcode and Universal Binaries.
|
| Startup code and event handling in windowless Cocoa app | 22 Jun 2006 22:14 GMT | 5 |
This is such a basic question I'm kind of embarrassed to ask it, but I'm new to Cocoa, and haven't managed to find the answer in any documentation. I'm writing a Cocoa app that runs a local web server. It has no main window, but may eventually have a preferences window.
|
| XCode and files on ssh - possible? | 21 Jun 2006 12:08 GMT | 2 |
I am currently working with some c++libraries, which only exist for linux, and not for mac. This is why I would like to store and compile the files on another computer, with linux installed, which can be reached via ssh.
|
| How to declare a C or C++ function in a Objective C class | 20 Jun 2006 21:09 GMT | 2 |
I need to write few functions, which I need to pass to a method in Objective C class using the pointers to those functions. These functions use the instance variable of the class. Hence they must have access to the variables.
|
| what happened to unique window for each file ? | 20 Jun 2006 19:11 GMT | 5 |
My Xcode seems to have change I did have a unique window for each file i opened in Xcode. Now this has changed, how can I change this back or is it some kind of bug ?
|
| Xcode always crashing on launch | 20 Jun 2006 06:01 GMT | 2 |
I updated Xcode, and now it always crashes when I try to start it, even when I try from a newly created user account. The top of the crash log looks like this: Thread 0 Crashed:
|
| adding existing files, greyed out ? | 19 Jun 2006 17:38 GMT | 1 |
I want to add a ".h" file to my xcode project, but it is greyed out on the file selector dialog. FYI there is already a ".cpp" file of the same name in the project. Thanks
|
| How to find a Framework's own path (or URL) | 18 Jun 2006 21:12 GMT | 3 |
I have a Framework which is used as a DLL by several other projects. In it's initialization routine, the Framework needs to know it's own path. I found no way of doing this.
|
| Incompatible declaration warning - huh? | 16 Jun 2006 17:02 GMT | 7 |
I'm using i686-apple-darwin8-gcc-4.0.1 to compile the following code: #include <unistd.h> #include <stdio.h> int main()
|