| Thread | Last Post | Replies |
|
| Changing an XCode (default|setting|preference|something} | 22 Aug 2007 19:27 GMT | 9 |
OK, maybe I'm dense, but I've diddled around for quite some time trying to figure this one out, and I've met with zero success. A couple passing mentions in the documentation, a couple more on apple.com, but nothing that has worked for me to "fix" this particular "problem" (in ...
|
| Cocoa custom UI controls | 21 Aug 2007 19:59 GMT | 4 |
I'm new to Cocoa programming and I would like to learn to create custom UI components. Where can I find resources? Tutorials, documentation, examples?
|
| how do I filter out all these messages from this MI5 idiot? (eom) | 20 Aug 2007 21:18 GMT | 1 |
|
| Object size info | 19 Aug 2007 22:18 GMT | 8 |
Does anyone know of a tool for Mac OS X that will llow me to examine the sizes of objects? In particular I'm looking to find the size of global/static data objects, and functions. This is easy on OSes that use ELF for object code. I've tried using GNU
|
| path type for source files | 18 Aug 2007 11:57 GMT | 2 |
Sorry for this question, but I'm not thinking well today. I'm getting errors like this ... .../gte-ide.build/Release/GTE-IDE.build/Objects-normal/ppc/AppController.o reference to undefined .objc_class_name GTEServer
|
| Battery Problem, MacBookPro | 18 Aug 2007 09:34 GMT | 4 |
Behavior is the following. I work with the battery connected, at 99%. When I disconnect and work outside, very soon the computer shuts down as if the battery was low, even
|
| Transfer Data | 17 Aug 2007 16:30 GMT | 2 |
I want to transfer Data, between to application (first to second and second to first)(on same machine). Also , (first to third & third to first). (second and third will not communicate).
|
| installed base of Mac OS Classic machines? | 16 Aug 2007 12:46 GMT | 2 |
Does anyone know if there are, and if so where to find, statistics on the percentage of Macs still in actual use which are booting into Mac OS 9 or earlier? I'm still get some number of downloads of Mac OS 9 (and even
|
| CFMessagePort Reference | 16 Aug 2007 09:06 GMT | 4 |
If i create local and remote CFMessagePortRef then can i send message viceversa ? means ( local to remote ) & ( remote to local )..?
|
| QuickDraw and IMac (universal binaries) | 14 Aug 2007 03:09 GMT | 2 |
Currently, I'm porting an old application from CW to XCode. And I have some questions. On PowerPC QuickDraw functions works fine, and on iMac (ub) it works with bugs.
|
| manually building universal Carbon apps? | 14 Aug 2007 00:30 GMT | 1 |
Are there any gotcha's to taking a Carbon app built on an old G3 Mac running OS 10.2, another app built from the same source tree on a new Core Duo 2 Mac running 10.4, and just using the lipo command on the contents of the
|
| Converting PDF to JPEG | 13 Aug 2007 12:35 GMT | 1 |
I am developing a Universal Macintosh Application using Carbon Api's. In my project workflow I need to convert PDF's to JPEG or any other image file format to display them as previews in the application. I am aware that GhostScript can be used, but then ghostscript has a
|
| #import / #include what are the differences? | 13 Aug 2007 04:10 GMT | 4 |
I know import should prevent multiple inclusions of the same file, but what else? When is one wrong? TIA
|
| Sizable toolbar search item? | 10 Aug 2007 20:17 GMT | 2 |
I have a search field item in a toolbar. Is there a way to have it size itself as the housing window sizes? I'd like to see it stretch a bit wider as the window is made wider. Is that doable?
|
| Pop down list like in NSComboBox | 10 Aug 2007 09:22 GMT | 2 |
How is this pop down list of a NSComboBox done? I'd like to create such a list for a certain task, but I'm not sure how to start. This pop down list has a shadow and can reach out of the window, so
|