| Thread | Last Post | Replies |
|
| IOKit/HID from a daemon | 21 Jun 2005 14:18 GMT | 3 |
I am writing a daemon that among other things needs to keep track of mouse/keyboard events. I'm currently trapping these events using IOKit and the HID APIs. Also, I'm a Mac newbie... everyone's favorite, I know. <grin>
|
| Do you know a good Ide for OsX (other than CodeWarriors). ? | 20 Jun 2005 16:49 GMT | 3 |
CodeWarriors stop for intel. So i lost a "cross ide enviromment". I don't want to pay for only a OS/X IDE. Do you know a good Ide for OsX (other than CodeWarriors). ? Thank
|
| Find device filename thru Mach-0 project | 20 Jun 2005 15:36 GMT | 1 |
I am wondering that how to find out the available/attached device file start with some specific name. example : "/dev/tty.usbmodemXXXXXX1" . I want to find out all the device file name programatically
|
| Why isn't this a memory leak? | 20 Jun 2005 10:43 GMT | 3 |
This is a very naive question, I'm sure - I'm just starting out with Cocoa, and am reading Hillegass' excellent book. I've just done his exercise at the end of chapter 4, and as part of that, I have the following method as the target of a button:
|
| scroller on window | 20 Jun 2005 05:22 GMT | 1 |
how to attach a scroller on a window in powerplant carbon application so that i can scroll the window content. regards vipin
|
| HELP ME | 19 Jun 2005 23:22 GMT | 1 |
i just started working with C++, and i was wondering way in Xcode why for a "cout" u have to use "std::" to make the program work. i was also wonder if anybody has tips to make VB codes work with Xcode.
|
| NSDocument readFromData:ofType:error: | 19 Jun 2005 04:25 GMT | 2 |
I'm on page 160 of the "Cocoa Programming For Mac OS X" (second edition) by Aaron Hillegass. His NSDocument uses the method loadDataRepresentation:ofType: in order to load data into his example. I'm trying to use NSDocument's
|
| Porting a Shared Library Project to Xcode 2.0 | 19 Jun 2005 01:30 GMT | 5 |
I am in the process of porting a Shared Library CFM project from CodeWarrior 9.5 to Xcode 2.0. It has targets for both the Shared Library as well as the calling test app. I used the standard import functionality from Xcode 2.0 to bring in the project (converts it to
|
| suspend multitasking? | 18 Jun 2005 23:05 GMT | 14 |
Anyone know if it is possible for a process to seize 100% of the available computational resources with MacOS 10.4? Background: Back in the good old cooperative multitasking days (MacOS 9.x and earlier), one of my programs could easily seize control of the
|
| PPx subclassing standard views? | 17 Jun 2005 14:52 GMT | 4 |
More PPx question. What's the proper way of changing the behavior of standard views? Say I want TabView to switch panel when clicked. I can certainly add event handler to my window or document class to do that. But I'd prefer to add
|
| Drag and Drop on NSTableView | 16 Jun 2005 14:33 GMT | 3 |
Hi, I'm reading Hillegass' Cocoa Prog for Mac OS X book (great stuff!) and struggling with Chapter 18's challenge (implementing Drag&Drop on Tableviews). I implemented all three methods
|
| Header files in Application bundles | 16 Jun 2005 00:23 GMT | 8 |
Hi, every time I build an XCode project, all my header files end up in the app bundle. WTF?? Is there any reason for that? I deleted them one time, and the app ran just fine. Can I just uncheck the boxes next to my header files, or does it serve any
|
| [Q] Getting DeRez to work | 15 Jun 2005 20:07 GMT | 2 |
I am use the DeRez tool found in Apple's XCode Developers/Tools folder. I've got a test resource file with just a 'vers' resource. According to the man page, I need to set the RIncludes environment variable to the folder containing the appropriate .r files.
|
| Nokia selling CodeWarrior for Symbian OS | 15 Jun 2005 19:12 GMT | 1 |
Curious that they didn't change the product title? http://www.forum.nokia.com/main/1,6566,1_74,00.html Rail
|
| Save and retrive QTAtomContainer to and from disk | 15 Jun 2005 14:28 GMT | 1 |
I want to save the QTAtomContainer data to a file , say a .dat file and later retrive it to configure movie export component. I have called the MovieExportDoUserDialog and got the qtatomcontainer using MovieExportGetSettingsAsAtomContainer. Now i want to write this
|