| Thread | Last Post | Replies |
|
| Ignoring a Debugger() trap | 30 Jun 2009 15:12 GMT | 7 |
I was toying with a mock up which calls the Yahoo! weather service and displays the info in WebView in a separate window. All was dandy but I started noticing that upon the first invocation to fetch the weather, I get a Debugger trap:
|
| Base SDK and deployment target Q | 28 Jun 2009 20:36 GMT | 1 |
I have a program which needs to run under 10.4, but I used a method that is only defined for 10.5. No biggie, it was easy enough to replace it with something that works for 10.4. The problem is that I didn't find this out until I ran the app under 10.4. My apps deployment target ...
|
| Real Stupid Question about Programming | 28 Jun 2009 02:21 GMT | 30 |
I know nothing about programming. How difficult or easy is it to write an App for Mac OS X. Obviously I know the complexity of the App will have a lot to do with it. But is it as simple as going through a good tutorial book or does it require years and years of training/learning?
|
| font tables, ATSUFontID and ATSFontRef | 26 Jun 2009 19:38 GMT | 1 |
goal - create an array of bytes that matches a font files data obtained from an ATSUFontID First off, I have seen a number of types of font types including ATSUFontID, FMFont, FOND, ATSFontRef, CTFontRef, but nothing really
|
| Finding raw font file data from an ATSUFontID or font name | 26 Jun 2009 19:35 GMT | 3 |
I have a library that requires either a path to a ttf file or the raw data that is contained in a ttf file. I would like to get this data from an ATSUFontID for an installed system font. Is this possible on a Mac?
|
| NSFileHandle (or NSData) & FTP | 26 Jun 2009 16:32 GMT | 1 |
I'm fiddling with a small Cocoa app that needs to read/write a file to an FTP server. But I do need to send a username and password to the server. The data lives in an NSData. Is there any simple sample code to do this?
|
| NSUserDefaultsController help | 22 Jun 2009 04:59 GMT | 1 |
In my app's preferences window, I have two labels, two checkboxes, a textfield and an nscolorwell all bound to values in an nsuserdefaultscontroller. Values are saved and restored as they should be -except- when the prefs window in cancelled. Here's what happens:
|
| Storing xml,sql,binary data from a tableview | 19 Jun 2009 23:04 GMT | 4 |
I'm trying to figure out persistent storage types where like the sample at least (EventManager), can store binary, sqlite or xml data. It does this using all built-in functionality i.e., there's no user code (aside from what's hidden inside NSPersistentDocument). I would like to ...
|
| Strange Problem with ActiveState Tcl 8.4 in MAC OS X 10.4 | 18 Jun 2009 23:31 GMT | 4 |
http://home.comcast.net/~kilowattradio/tcltkmac_osx1.jpg http://home.comcast.net/~kilowattradio/tcltkmac_osx2.jpg In Mac OS X 10.4.11 I am having a problem with ActiveTCl's 8.4 graying out certain .TCL files when I try to select
|
| Mac .app directory info | 18 Jun 2009 17:00 GMT | 1 |
Does anybody know, when I click on a .app (such as Safari.app) bundle, how does the system know which file to execute? I mean, I looked under Contents/MacOS/ sometimes there are alot of executables in there... which file tells the system (launchd? finder?) which executable file
|
| TableView Bindings & Drag-n-Drop | 17 Jun 2009 20:32 GMT | 1 |
I have a tableview, whose rows are fed by drag-n-drop from another table, with its delegate routines for such, but no data source outlet; the columns are individually bound to their array controller. All's well until I try and delete. I had been toying with the idea of
|
| Problems using zlib... | 17 Jun 2009 14:56 GMT | 18 |
I'm trying to do an app that will talk to a web server. Got the "talk and listen" stuff working fine, but I've hit a problem - The server answers back with a gzipped payload - I can parse the headers and find the start/end (and therefore, the length) of the gzipped data that I'm
|
| Anyone have CodeWarrior Pro 6 updates? | 12 Jun 2009 02:47 GMT | 1 |
I know this is a long shot, but would anyone happen to have the CodeWarrior Pro 5 and 6 updates? Unfortunately Freescale only hosts updates back to CW Pro 7. CW Pro 5 was the last version that ran on 68k macs, and Pro 6 was the last version that generated 68k code.
|
| create PPT file | 09 Jun 2009 20:02 GMT | 5 |
Is there any way to create microsoft ppt file programatically ? any such framework ? Please help. p2
|
| Cocoa obj-C call equivalent to AppleScript "activate" | 08 Jun 2009 16:47 GMT | 3 |
What is the Cocoa obj-C call equivalent to AppleScript "activate" ? (something like setLevel or makeKeyAndOrderFront for window)
|