| Thread | Last Post | Replies |
|
| Windows server, mac client, best communication method? | 22 Apr 2008 01:00 GMT | 2 |
If I have an app running on a Windows PC that is listening for clients on a named-pipe (CreateNamedPipe in Win32), is there any way for a Mac client to connect to that pipe? From what I can tell, named-pipes on Windows and Mac are very different things, and are not compatible at
|
| Project Builder doesn't start | 21 Apr 2008 07:26 GMT | 1 |
I had to re-install the 10.2 operating system. Now if I try to run Project Builder, it bounces on the dock a few times and stops, with no error message. I was using it successfully for months before this. I vaguely remember I had to edit a certain file to specify a path. I
|
| Fixing a file's 'counterpart' | 21 Apr 2008 01:57 GMT | 2 |
Is there a way to fix a file's counterpart? I had earlier done a save as to move a file but the other side (of an .h, .m combo) points to an old area (I've since commit'd and checked out the entire project). I can navigate to the proper files from the project so it's just a
|
| Multiple choice NSPopupButton ? | 20 Apr 2008 14:39 GMT | 3 |
I've decided (hopefully well received) on using a popup button as a multiple selection control. I use the item's tag values as a bit position whose mask I keep in index 0; a user selecting this item clears the entire mask while other item selections toggle that item 'tag' bit.
|
| Help with Delegates and File's Owner | 20 Apr 2008 06:27 GMT | 3 |
Hello, I'm a new Mac App Programmer used to Java and a little bit of C+ +, and I'm trying to wrap my mind around Delegates. How do they work, what are they for, etc? Could anyone give me a basic run-down of them and how to use them? Is an AppDelegate the same basic concept of an
|
| Handling keyboard events (trapping modifiers' events) | 19 Apr 2008 22:17 GMT | 1 |
I've got quite crazy idea - there's a wonderful button on a keyboard named Caps Lock. And I really want it to toggle something useful - like... ummm... keyboard layout? While switching keyboard layout isn't really tricky, trapping caps lock - that's an issue.
|
| Applescript - Access passwords in keychain? | 18 Apr 2008 03:06 GMT | 2 |
Using 10.5 is there a way to access passwords in the keychain?
 Signature [P]eople [E]ating
|
| full screen qtcaptureview | 17 Apr 2008 09:20 GMT | 1 |
Hi all I have an app that has a UI on one display and a QTCaptureView on another. The view has a live stream from a DV cam that I am editing the frames of. What I need is for the view to be full screen without the title bar on the top of the window. Is there a simple way to
|
| making music with unix | 15 Apr 2008 20:59 GMT | 1 |
Say, does anybody know of a Unix utility that lets me type in attack/decay/sustain/release envelopes so I can port some of my old, obsolete C-64 music programs over to the Mac? Yes, that *would* make for a pretty strange Unix utility.
|
| Linking framework problem | 15 Apr 2008 07:32 GMT | 1 |
I have reinstalled my Mac (OS X 10.3.9) and propably forgotten, what I have done to get this running: c++ -c -g -I . dbTest.cpp -o dbTest.o c++ -o Test dbTest.o -F/Users/lotharbehrens/lib -framework lbHook -
|
| How do I use RadarWeb? | 11 Apr 2008 22:04 GMT | 9 |
I'm talking about Apple's bug reporting system after signing in at <http://bugreport.apple.com> with your ADC name & password. The broad problem 1. RadarWeb has a new look & feel
|
| NSTableView and Cocoa Bindings Question | 11 Apr 2008 14:35 GMT | 1 |
I have an NSTableView bound to an NSArrayController. The NSArrayController is populated with NSDictionarys, each of which constitutes a row in the NSTableView. I also have two NSTextfields that are bound to the selection of the NSTableView. When a selection is made
|
| Alert/Message Box for Carbon wanted | 07 Apr 2008 07:49 GMT | 3 |
I am a Windows C++ programmer just cutting my teeth on XCode and Carbon. What I want is a simple one line command to put up a message box printing a given string with an okay button. The equivalent of Windows MessageBox() function.
|
| Small problem with SCNetworkCheckReachabilityByName | 04 Apr 2008 16:08 GMT | 7 |
I'm trying to get my head around the very basics of the reachability API (as suggested elsewhere). I found a wee bit of example code that I'm trying to get working, but I'm having problems. The code is essentially this:
|
| strings | 04 Apr 2008 11:21 GMT | 3 |
ok, it was suggested to me that i shouldn't use copies of strings as i do here [informationCenter sendCommand: [NSMutableString stringWithString: theString]];
|