| Thread | Last Post | Replies |
|
| Error while loading NIB file | 19 Dec 2004 16:25 GMT | 1 |
I updated only recently to the last versions of XCode and IB. After this upgrade, I recompiled one of my former Cocoa program. Unfortunately, it now crashes. The error message is:
|
| Warning window | 19 Dec 2004 15:43 GMT | 1 |
I have a C program (cross-platform) in which I'd like to embed a small window message in MacOS X (just to say "You have no X server running"). I don't know much about Apple-specific programming, and the only thing I found from my web research is that the part of MacOS X I want to ...
|
| PHP newbie Q | 19 Dec 2004 09:21 GMT | 3 |
Okay, I'm stumped. My first Php test script, consiting of basically a call to phpinfo(), doesn't work on Safari. - Untouched Panther - Personal Web says it's working
|
| xcode: current filename? | 19 Dec 2004 07:22 GMT | 2 |
tried googling, browsed apple-script dictionary, read apple-dev mailing lists for this, but couldn't find yet: how can I determine the current filename (that is, the file currently in the editor) in XCode? I need it either internal in XCode, but preferrably external to XCode as I've
|
| [cocoa] trouble getting showWindow to work | 19 Dec 2004 05:22 GMT | 4 |
I am trying to show a new window, calling: - (IBAction)openTestWindow:(id)sender { if (nil == testWindow) {
|
| selecting text field | 17 Dec 2004 15:55 GMT | 1 |
I am working on a program which has a variety of text fields to be filled out like a form. When completed, the presses the "Add" button, & when they do, the initial text field should be selected. This works correctly if you click on the button, however if you use the
|
| How do I read an AIF file? | 17 Dec 2004 10:15 GMT | 3 |
I'm still a newbie to programming, I made only programs yet that read plain text files and work with them. But now I'd like to load an AIF file and do some calculations with its data. I already have good ideas how the calculations and everything should
|
| Showing a URL with Safari | 17 Dec 2004 07:11 GMT | 2 |
how can i control Safari from an X11 application. I must show a webpage inside the browser and resize the window. Also i must be sure that the browser does not open a new window every time i show an URL.
|
| Stripping a dylib | 17 Dec 2004 05:57 GMT | 1 |
I wrote a dynamic library which contains a set of public functions. Under windows this gets compiled into a *.dll, under linux into a *.so and a *.dylib under OSX. By default all internal function names are present in the file and I need to
|
| Find File from the path(PowerPlant) | 16 Dec 2004 13:28 GMT | 1 |
I have a file path in char*. How can I find whether the file is present or not from the given path? -Hemant
|
| Installing a plugin into a bundle | 16 Dec 2004 12:10 GMT | 1 |
I am trying to install an Acrobat Reader plugin. The manual way would be to invoke the information dialog for the Adobe Reader bundle and add the plugin there. But how can I achieve that programmatically?
|
| Retrieving CPU usage on Mac OS X | 16 Dec 2004 07:08 GMT | 1 |
I'm having trouble retrieving the CPU usage value. From what I've seen, I should be using something like this: int main() {
|
| Zip permissions in OS X 10.2+ | 15 Dec 2004 22:29 GMT | 6 |
Our company distributes an application that is tri-platform, Windows, Mac OS X and Linux. The components are mostly in Java and we use ant to automate the packaging process since it will run on any of the platforms. Currently we build zip bundles with the appropriate files
|
| Trouble with Functions in iTunes for Windows SDK | 15 Dec 2004 20:03 GMT | 2 |
I'm running into some issues with functions in the iTunes for Windows SDK and am hoping someone here will be able to help. There are a few functions in the API/SDK that just don't seem to work, no matter how many different ways I try them. The one that is making my life the
|
| Subclassing NSString | 15 Dec 2004 19:49 GMT | 2 |
I want to subclass NSString but it is not working. I am doing this to make [NSString-cString] faster by storing cstring pointer in initWithCString when encoding conversion is not required. This is not working because NSString+alloc returns NSPlaceholderString.
|