| Thread | Last Post | Replies |
|
| Debugging global variables | 31 Aug 2006 21:26 GMT | 2 |
Okay, so why can't I see ANY global variables in the debugger? These are C++ class objects that I need to look at. The Globals Browser has tons of libraries, the last one being the application, but no variables are displayed.
|
| Can't add a file to XCode project | 30 Aug 2006 17:54 GMT | 3 |
Okay, what the hell is going on here? I've got a project to which I would like to add a header file. But XCode won't let me add it. Add Current File to Project is greyed out and if I try to add it with Add to Project the file is greyed out in the file dialog.
|
| Question About XCode and Static Carbon Libraries | 29 Aug 2006 18:25 GMT | 8 |
After using CodeWarrior for years, I have finally been forced to make the inevitable switch to XCode. I will spare everyone the gory details but let it suffice to say that I almost threw up my hands in frustration and simply gave up. This was not really an option so after putting it
|
| how to find out, whether an application is installed on the MAC or not....?? | 29 Aug 2006 12:07 GMT | 1 |
how to find out, whether an application is installed on the MAC or not....?? please help... thanks in advance,,, -- kunal
|
| XCode and ssh | 28 Aug 2006 20:35 GMT | 4 |
This is not strictly an XCode question as the problem really lies with ssh, but I was not sure where I should post so I'm starting here. At some point in the past I was able to connect to my subversion repository via ssh without using a password. I found instructions on Apple's ...
|
| NSPanel mouseDown | 28 Aug 2006 18:20 GMT | 2 |
kind of a newbie question I suppose: I am creating a splash-screen which should hide when clicked on by mouse. I'm implementing this in code (ObjC) (so not with IB, perhaps I'll palletize it later), where the toplevel component of my splash-screen isa subclass of NSPanel, and
|
| Mac OS X nearest equivalent for a few low-level linux libraries | 28 Aug 2006 07:47 GMT | 3 |
I'm trying to keep an application working under Mac OS X (on intel) so that this platform can be lately be supported w/ a official product release. There're a few libraries that would make the port easier, but I'm
|
| GetResource endian flipping? | 26 Aug 2006 00:46 GMT | 2 |
Does anyone know what resource types are automagically flipped when GetResource is called on Intel? And is there a way to completely disable flipping for every resource? I've read http://developer.apple.com/quicktime/icefloe/dispatch025.html
|
| XyleScope - css/xhtnl viewing tool | 25 Aug 2006 16:04 GMT | 2 |
Just found a cool app this week - XyleScope. It lets you view pretty much everything on a web page, from the DOM tree to the results of the CSS cascade. In some cases you can even see the background images. It's way better than the WebInspector in WebKit, IMHO.
|
| thread autorelease pools help requested | 22 Aug 2006 21:54 GMT | 13 |
i can guess the answer but i'd like to know from somebody more experienced with this issue. if my main thread allocates a variable and then that variable is passed to a new thread and that thread tries to release it, will it crash? i'm trying
|
| How to open xls, ppt, doc ... .etc files on a mac ?? | 22 Aug 2006 12:39 GMT | 5 |
How to open xls, ppt, doc ... .etc files on a mac ?? i have os x tiger..there is no default application to open these microsoft office files..... are there any default applications or i have to get open office ??
|
| why would somebody do this? | 22 Aug 2006 04:25 GMT | 7 |
I'm curious, why would somebody do this? the code from cocoabuilder.com shows this - (void)countingThread:(id)object; {
|
| CFBundleGetInfoString? | 21 Aug 2006 20:37 GMT | 4 |
yesterday morning, I was looking at Apple's docs regarding the strings that should be put in the info.plist file for bundles, and found the entry for CFBundleGetInfoString. It contained a note that the string used to contain the version number (as well as company and ...
|
| Window panes stay unactivated after AskDesignateFile() IsReplacing() | 21 Aug 2006 11:51 GMT | 5 |
If a document is saved with AskDesignateFile() and the user chose to replace the file with one of the same name, the contained panes inside the documents view won't get activated afterwards. Is this a bug in Navigation Services or does a workaround in PowerPlant exists?
|
| applescript in application | 19 Aug 2006 12:05 GMT | 4 |
surelly a trivial issue, but i don't succeed myapp is a bundle coded in C. i would like to launch it via X11. someone told me to use an applescript inside my app.
|