| Thread | Last Post | Replies |
|
| keyboard loop oddities | 22 May 2007 12:33 GMT | 1 |
I have encountered a strange (to me) problem with keyboard loop. I have several buttons placed as subviews of two NSBox-es, which are in turn located on a NSView. I set the keyboard loop properly (multiple times checked) in IB but whenever I reach the last button in one NSBox,
|
| Cocoa: PostQuitMessage? | 22 May 2007 02:01 GMT | 1 |
My app looks at the current date and if it's past the registration date then it shows an alert box and quits. How do I send a quit message to the app? Thanks,
|
| Conditional controls sets - how? | 21 May 2007 19:39 GMT | 6 |
Hello group, introduction: I have a NSTableView on the left part of the window while on the right part I display different sets of NSControls, depending on the selection made on the left. Right now I use overlapping NSViews laid
|
| simple assembler question | 21 May 2007 14:33 GMT | 4 |
My name is Robert and after a long time beeing out of work I am glad to introduce myself. I have 4 years experience as a commercial software developer. I began with the SE/30 and OS 6. Having had a break of 5 years I am back on the Mac Platform for
|
| help on replace function | 20 May 2007 15:11 GMT | 1 |
I use PBGetCatInfoSync to het CInfoPBRec . i wrote following code CInfoPBRec myPBRec={0}; myPBRec.dirInfo.ioFDirIndex = index; //index which to get
|
| A complicated question (for experts) | 19 May 2007 22:22 GMT | 2 |
I looked for information about this question in the net for 3 weeks but with no result. Pheraps there is no answer for this question, anyway before resigning I try also to ask here. :-/
|
| ofstream trouble | 19 May 2007 16:30 GMT | 1 |
I get a sudden application exit without any error while writing to a ofstream. Examining the file results always the same size of 10250 bytes (12 KB).
|
| ppob resources | 19 May 2007 16:15 GMT | 1 |
i have XCode IDE. I am not able to open PPob resource with XCode. Is PPob resource open with XCode ? or
|
| Execute an external program in Carbon | 19 May 2007 14:10 GMT | 10 |
My program has to call another program in executation time, how could do it? I know exec works in Unix/Linus but I don´t know if it does in Carbon. May I make a thread to call the other program as it is done in Unix with a fork?
|
| resizing windows programatically | 18 May 2007 22:14 GMT | 2 |
I just wrote a small application help me use the keyboard to move and resize open windows (from any application). The app registers some hot keys and then uses the accessibility API to move the focused window in response to certain key presses. This works fine except that there are
|
| Installing Apache, php, libpng, etc | 18 May 2007 00:07 GMT | 3 |
First of all ladies and gentlemen, I am a newbi-ish developer of stupid web tricks. I am trying to get the php/apache server 2 environment up on my MacBook Pro (Intel) with OS 10.4. I am having installation (read:build) problems with libpng. The
|
| gcc, Xcode 2.4.1, C99, and <inttypes.h> | 17 May 2007 12:48 GMT | 2 |
I'm using gcc version 4.0.1 (Apple Computer, Inc. build 5367), from Xcode 2.4.1. When trying to develop a portable C99 program using 64-bit ints, I'm forced to perform some Apple-specific preprocessor trickery to overcome
|
| Darwin kernel hang -- how to diagnose? | 17 May 2007 02:09 GMT | 1 |
I have program that somehow gets the process into uninterruptible wait status (U is in the ps -x display), and the process is hung and unkillable. The machine then hangs on shutdown requiring a power cycle to restart.
|
| Get MAC address from script | 16 May 2007 15:39 GMT | 1 |
I'm looking for a script that will retreive the mac address. Anybody have some examples?
|
| GCC Options in Xcode | 15 May 2007 23:18 GMT | 2 |
Where can I find a dictionary of GCC options to be used in Xcode? For eg, what's the equivalent Xcode setting to achieve the effect of - fshort-wchar? A link to the complete list of Xcode switches would be nice.
|