What would be the best method for configuring OS X Network Proxy preferences in Objective C? If anyone has any code examples that would be very helpful.
Also -
I have been searching all around the interwebs and can't seem to find a good source for setting OS X System preferences/settings with Objective C. Anyone have any good source...
here is a good question
but I just wonder the difference between "bundle display name" and "bundle name" in cocoa application's info plist.
...
Is it possible to design NSTableView cells using Interface Builder?
I know this is actually possible if your project is for iOS but somehow IB does not render the cell container if its for Mac OS X.
...
I'm using Eclipse 3.5.2 with all the relevant updates on OS X Leopard.
Lately I've noticed that whenever I work with XML schema files, the whole IDE bogs down. This persists even after I've closed all the XSDs I had open. When I say "the whole IDE" I mean even simple tasks like changing the focus from one open Java file to a different...
launchd has option to run process with low priority I/O. How does it work exactly? (how low is low, does it affect all operations?)
Is there an API that enables low priority I/O in applications not launched via launchd?
I need to scan watched (FSEvents) directories in background application, and I'd like this to be as gentle as possibl...
I haven't had to do any GUI programming in a long time, so I might be being obtuse here, so please bear with me if this is a stupid question. I decided to use wxPython for a small hobby project, and I'm having trouble changing the background colour of the main window. I'm using Python 2.6.2 and wxPython 2.8.11.0 on Snow Leopard. Can anyo...
Why is my application bundle sometimes missing its icon and/or have this "cancel" symbol over it?
I have looked at the .plist file and the icon path and icon exist and are correct. If I right click the bundle and click Get Info, the icon shows up in the 'preview' section.
This happened after I moved around some code in my qmake file ...
Osx mv and cp does not have the --parents option, so how does one emulate it ?
I.e. mv x/y/a.txt s/x/y/a.txt when s is empty gives a no directory found error unless one does a mkdir first which is rather cumbersome when trying to do this did thousands of files.
...
Why does Mac OS X come with ruby and ruby on rails pre-installed? Does the OS actually use it at all? Can I update my Ruby, Rails or Gem versions safely without something spitting the dummy?
...
I've been trying to install mongrel on my Mac OS X (Leopard) and it errors out with the message "Failed to build em native extension".
What am I missing in my system? The versions of Ruby and gems that I am using are 1.8.7 and 1.3.3 respectively.
...
I have a controller class which spawns a window when a certain condition occurs. This window can be closed by the user, moved around or resized.
Ideally, when this condition occurs, I'd like the window to re-open in the same spot the user closed it last time.
Looking for an elegant way to do this. Pointers (or references) will be most...
I've have been desperately searching for a tutorial on how to use the mount() function properly (they are very good at hiding this knowledge).
I need to use it to MNT_UPDATE " / "(/dev/disk0s2 in this case) in single user mode but I can't find an example or tutorial on how to use the function.
ps. Please no "Use system()"
pps. I know /...
I'm not exactly sure if this is the best place for this topic but here goes..
I've reformatted my Android SD card (16GB) to HFS+ format, and pushed a Mac OS X 10.6 boot image (from a .dmg file) onto the card. I did this because I don't want to go out and buy a DL DVD-R to reinstall my operating system, and because it's a nice little exp...
So there's this weird behavior in Apple Remote Desktop where computers will report self-assigned IPs back to the console before they've gotten their real IPs from the DHCP server, and then since ARD contacts computers based on this IP address, they become "lost," in a manner of speaking. I can fix this by wiping out the 169.x.x.x address...
I'm building a universal binary for OS X. I'm doing this through QT which calls ld.
ld throws an error when building for the ppc architecture:
in ../MyPathToLib/libcrypto.a, file is universal but not does contain a(n) ppc slice for architecture ppc
This is really strange, because when I call lipo -detailed info on libcrypto.a, I get ...
On Windows, there is a standard location for application data that is shared in common with all users on the machine (i.e. in Vista/7, (root):\ProgramData). I'm looking for a way to get such a folder on other platforms using Qt.
Does Qt provide a built-in method for doing this? (QDesktopServices looked promising, but does not seem to p...
I've got git installed on my mac and either forgot or decided not to install the local docs. On my windows install however, when I use git help command it actually opens the corresponding documentation on kernel.org. Can this be configured for my mac install as well? If so how?
...
Silverlight 4 running with elevated permissions provides access to certain special folders in the file system.
http://msdn.microsoft.com/en-us/library/system.environment.specialfolder(VS.95).aspx
These work great on Windows, but what do they map to on Mac OSX systems?
My application needs to access "My Documents". Will this map somewhe...
I need to set a variable in Class A from Class B. To test this, I have a while loop running in Class A that continuously prints the variable via NSLog. However, no matter what I try, I cannot get Class B to update the variable in Class A in such a way that Class A can read the changes made by Class B. I am pretty sure I have everything h...
Hi,
Hoping people can assist me with the following questions re: WordPress 3 on MAMP OS X:
1) Under my installation of MAMP, under the htdocs directory, I have a WordPress site installation, say called Site A.
I now want to create a new WordPress site, for Site B, do I need to download a new install of WordPress and then set this up u...