| Thread | Last Post | Replies |
|
| top source code | 30 May 2007 22:22 GMT | 1 |
Can anyone either post the source code for the top command or tell me where it is located? I'm writing a C daemon to report the CPU usage stats, what top does is perfect, I just need code to implement it. Thanks,
|
| How to GetNextEvent in XCode | 30 May 2007 19:12 GMT | 11 |
Thanks, Reinder, this helps.
>A:> I need to write a reader for a barcode scanner, >B:> so I need access to all that comes on the keyboard. > I do not see how B follows logically from A. |
| sending mail | 30 May 2007 11:23 GMT | 10 |
this may not be the proper group to ask in but i'll post the background at least and the problem and maybe one of you folks can help me out or point me in the direction. there's an order form that the results of the order form goes out via
|
| C extern variables unresolved within static libraries (static linking) | 29 May 2007 21:11 GMT | 1 |
i'm having troubles with symbol resolution of variables when linking to a static library. here's a simple setup that can be used reproduce the issue: ---------------------------------------------------
|
| controllers in separate nibs | 29 May 2007 04:21 GMT | 8 |
I have an action inside ControllerA that needs to make a call to another controller, but both controllers are in separate nibs. I understand how if they are in the same nib, but not separate nibs. @interface ControllerA : NSObject
|
| how to finish editing of table cell | 28 May 2007 18:05 GMT | 3 |
I have an NSTableColumn that uses the default cells. When I edit one cell and press enter, the focus immediately goes on to the next row highlighting the value inside it and ready for edit. How do I just press enter for the cell I'm editing and be done with
|
| How to GetNextEvent in XCode | 28 May 2007 12:28 GMT | 2 |
I am just getting re-started in Mac coding. Wrote the software for original Dymo LabelWriter, and a Desk Accessory for FileMaker. Have been reading about Carbon and Cocoa. It appears they will only pass me events that occur in MY apps windows.
|
| Cross Platform Music Application | 26 May 2007 13:38 GMT | 1 |
I'd like to develop a audio/MIDI GUI application suitable for running on both Mac and WinXP. In the past I've programmed in C#, Visual C++, Python and a little Java. I'm buying a iMac this week and will be running both OS X and Win XP depending on what software I'm working
|
| does DO go both ways? | 25 May 2007 10:46 GMT | 2 |
I've got my communications across DO working and have been able to pass large arrays from a *.dylib in C++ across. I'm just having a blast with it. So now Im wondering if it should be any problem that if I want my
|
| stringWithContentsOfFile question | 24 May 2007 18:27 GMT | 3 |
Using stringWithContentsOfFile I can load an NSString with the contents of a file (obviously). What are the practical limits with regard to the size of file that could be handled?
|
| Property List and AppleScript | 24 May 2007 09:44 GMT | 1 |
Is it possible to drive the Property List Editor with Applescript ? I would like to create a new property List and add new items ... Stephane
|
| Help - got 2 of them | 24 May 2007 02:04 GMT | 1 |
OFFS! In debug I have one help menu which works. In release I have 2 help menus and both work. How do I fix this up? Any help appreciated, thanks.
|
| Video Output | 23 May 2007 07:04 GMT | 1 |
Hello. I am really new to programming in Xcode as all my experience has been in Visualbasic so far. I'd like to start using Xcode. I need to make a program that the user can type in words into the text field and then these are put into a video and output as an alpha-
|
| there has to be a better way than this | 23 May 2007 03:17 GMT | 33 |
currently, i have -1 set as meaning "no link" and 0 on up as meaning the record number (NSMutableArray objectAtIndex) of something. i currently check for it like this. if (ourDataRecord > -1)
|
| distribution? | 22 May 2007 17:14 GMT | 4 |
I noticed some Mac software is downloaded as a .dmg and some as a .zip and some are even a zip of a dmg - is there any point in that? Thanks, Paul
|