| Thread | Last Post | Replies |
|
| Turning off display mirroring? | 24 Aug 2005 00:49 GMT | 2 |
Trying to write my first bit of OS X code, a very simple command-line utility to enable or disable display mirroring. I can turn mirroring on, but can't seem to to turn it off again. Here's the routine. Passing mirroringOn in as TRUE works as expected,
|
| Core data bindings problem | 23 Aug 2005 16:39 GMT | 4 |
Hi, I am trying to understand the right way to bind a table in a core data bibliographic app. I have two tables. The 1st one is a table with my books, and it works allright, diplaying all entries, etc.
|
| "ENDIAN" confusion and Rosetta, Move to Intel, etc. | 23 Aug 2005 02:23 GMT | 21 |
Hi...I have a couple of Mac programs that I've written a while ago...they do NOT do anything Altivec-related, and are NOT very processor-intensive (no real time fourier transforms, or anything like that.) THUS...I THINK...my programs would be a good example of that
|
| File's owner clarification and others Cocoa issues | 22 Aug 2005 22:51 GMT | 1 |
I'm (still) new to Cocoa programming and I would really appreciate some help about the following topics : - Who is the goddam file's owner ? Read from ADC article "WindowControllers and Nib files" :
|
| .sit and .zip files mangled over Internet | 21 Aug 2005 20:49 GMT | 3 |
I am hoping some fellow shareware author can help me out. I need to upload a .sit or .zip archive of my application distribution disk image to my web site. Unfortunately when downloaded the archive in either format is mangled. (When I move it across my LAN, everything is
|
| Happy Hacking Keyboard and OS X | 21 Aug 2005 20:40 GMT | 2 |
I am new to OS X and I want to use my Happy hacking Keyboard Lite 2 together with my newly Mini (Tiger). Problems (so far): * Switch 3 does not convert my DEL to BS (which I prefer)
|
| How to put CFString into any static ppob control | 20 Aug 2005 06:39 GMT | 3 |
I am localizing my application, for that i am searching how to put/replace CFString into anyone ppob dialog control say LStaticText. Can anyone provide me a snippet of the code for doing the
|
| Freestanding app with Xcode? | 19 Aug 2005 22:33 GMT | 2 |
I have made good progress in learning how to structure and organize Obj-C Cocoa apps in Xcode. However, my build seems to depend on "project" stuff. For example, if I take the built bundle (what would normally represent a self-contained app) and move it somewhere else (say on ...
|
| How to properly merge files | 19 Aug 2005 17:47 GMT | 7 |
I am finding it difficult to design-as-I-go, by which I mean, make up the design as I go along instead of laying everything out in crystaline perfection before I get started. For example, in IB, I create a class and its various outlets and actions. I save the files. I go to ...
|
| ld: Undefined symbols | 19 Aug 2005 08:07 GMT | 2 |
We have been trying to make kind of static binary for MacOS and encountered ld error: ld: Undefined symbols: _CFArrayGetCount
|
| Memory dumper for OS X? | 19 Aug 2005 07:06 GMT | 10 |
It has happened more than once that I'm trying to post to a forum, explain sth in detail and just before I can hit "Submit", the browser beachballs. I may have spent an hour on that post, the last paragraph still laughs at me from the website's text box - but I can do nothing
|
| Interfacing to AppleWorks ? | 19 Aug 2005 04:40 GMT | 1 |
I am looking around for any reporting posibility to bring SQL query results to any kind of printable report format. One way would be using separate libraries that do the hard work. The other may be using AppleWorks
|
| Strange launchedTaskWithLaunchPath bug, stranger consequences. | 18 Aug 2005 19:03 GMT | 4 |
I've encountered a strange bug where occasionally, NSTask's launchedTaskWithLaunchPath:arguments: method launches two instances of an executable instead of just one. (I'm using NSLog calls to ensure the method isn't being called twice). I'm using that method instead of
|
| nsform in IB | 18 Aug 2005 18:17 GMT | 1 |
How do I add rows to an NSForm? There is no "number of rows" attribute. The default from the palette has two rows. ________________________________________________________________________ Keith Wiley kwiley@cs.unm.edu http://www.unm.edu/~keithw
|
| Apparently, I'm doing things wrong... | 18 Aug 2005 16:45 GMT | 4 |
Needing to massage some data. Went with the "get it to the clipboard, then double-click this icon, then click back to where you want the massaged version and paste, and there it is" UI. Everything's hunky-dory, 'cept for one small detail:
|