| Thread | Last Post | Replies |
|
| Getting the boot time on OS X | 15 May 2007 02:50 GMT | 12 |
OS X 10.4.9 How do you get the boot time on OS X using C? The getutxent() function exists, but it doesn't do anything useful since it appears that the utmpx file is size 0.
|
| sending over DO seems to make main process block? | 13 May 2007 10:58 GMT | 7 |
I am sending some objects over DO to a thread (server) as shown below. In setPatterns: I am sending an NSMutableArray of objects over DO and my encodeWithCoder: is being called, all so far seems correct. [server setConfiguration:config];
|
| ppc -> intel | 12 May 2007 06:27 GMT | 9 |
I'm a developer, mostly linux developer, and I've just ported an application (Qt based, using OpenGL) to a G5 ppc mac box. It works without problems, but now I'd like to run the same binary+libs on an intel-based mac. Based on my limited knowledge, this should be
|
| Best Freeware Mac OSX Installer? | 12 May 2007 03:26 GMT | 8 |
What is the best freeware Mac OSX installer now? I have a Java console application with several subdirectories. It looks just like a regular application even though written in Java. I would like something fairly easy to use but that gives professional
|
| Making an installer: how to perform custom actions? | 11 May 2007 03:00 GMT | 10 |
I am going to build an installer for deploying my application on Mac. During the installation, the installer has to perform some custom actions (to be specific, it has to run a tool which would install the application certificates into the Keychain). In Windows, for example,
|
| semicolon adding nops? | 10 May 2007 15:35 GMT | 14 |
i was wondering why my code wasn't working properly SOMETIMES (in a large array, replacing all of say 2176 with 10000123 wouldn't always get them all. i'm certain i'm doing everything right and counting every record but sometimes it simply doesn't get replaced and was thinking ...
|
| iCal/Entourage API/Framework in Cocoa?? | 10 May 2007 08:44 GMT | 3 |
I'm looking for an API that would let me access calendar info from both iCal and Entourage. Is there one? If not, any suggestions on how to access that data? I've found some articles about doing this with Ruby, but I am looking for an ObjC solution, if possible.
|
| Getting XCode to show compile error locs in scroll bar | 10 May 2007 07:04 GMT | 1 |
Sometimes XCode shows me where the compile errors are in the a file by putting a thin red line in the scroll bar. Sometimes it doesn't. This seems to be consistent within a single project. For one project XCode either does this or doesn't. I really like this feature and I
|
| Book on Carbon for XCode 2 | 09 May 2007 18:00 GMT | 1 |
Hello, all! I have an iBook G3 900MHz that began life as a Jaguar box and then got upgraded to a Tiger box (skipped Panther entirely). I have two books _Learning Carbon_ and _Learning Cocoa with Objective-C_
|
| largest file size processed by Core Image | 09 May 2007 15:06 GMT | 1 |
Can any Mac developer tell me if you can process an image in Core Image whose size is larger than the video card memory can hold? What is the performance gain vs. CPU in that case? Thanks a lot.
|
| signals, try and catch... | 08 May 2007 13:36 GMT | 12 |
Try and catch a signal! I have a piece of code that tries to open a file that is supposed to be on a network mount. If the server is not mounted my application (Written in C++ as a
|
| How to receive mouseDown in my controller? | 08 May 2007 12:06 GMT | 4 |
I respond to events in my main view and subviews, but now I want my controller to get notified of mouseDown events, even though the main view has already handled them. I thought about making the controller a subclass of NSResponder, but
|
| Detect processor type | 07 May 2007 22:13 GMT | 4 |
I write an application in XCode 2.4.1 in C++ (Universal Binary). During runtim I have to know which processor is installed in my Mac. I mean is it a Intel or a Motorola processor? - How can I detect that in C++?
|
| how do I subclass NSLayoutManager? | 07 May 2007 04:37 GMT | 1 |
I have a standard Document type of Cocoa application. My document windows have a TextView that I positioned the way I want it in Interface builder. I believe that it automatically creates its own NSLayoutmanager, as well as textContainer and textStorage when the
|
| encoding over DO | 06 May 2007 20:56 GMT | 7 |
I start my network thread and detach it using detachNewThreadSelector: after creating the NSPort's and NSConnection. When I send a command over my 'DO' from the main process to my new server process, I can verify that the new command made it and see things happening in the
|