| Thread | Last Post | Replies |
|
| Printing NSScrollView | 21 Mar 2007 11:38 GMT | 4 |
I want to enable my application users to print two types of information on a page: 1. Contents of an NSScrollView (which is maintained in an NSArrayController object )
|
| Get images from iSight in C++ application | 21 Mar 2007 03:20 GMT | 3 |
Hello world, I have been looking for wuite some time without really good results: I would like to connect to a firewire camera (unibrain or isight) from my C++ applications. Is there a way to do it? I read somewhere that
|
| Mac prevents my tcp/ip code from working? | 20 Mar 2007 22:57 GMT | 4 |
Okay, my scenario is like this: server side: server loop multiple times
|
| converting pasteboard pict data to png | 20 Mar 2007 14:11 GMT | 3 |
how do I convert the pict data available on a clipboard to a png image and store the image on the file system? Any sample code that I can look into? Regards
|
| NSTimer behaving strange. | 20 Mar 2007 11:47 GMT | 6 |
I've set up a timer (in awakeFromNib) to invoke drawRect: timer = [NSTimer timerWithTimeInterval:(.01) target:self selector:@selector(drawRect:) userInfo:nil repeats:YES]; [[NSRunLoop currentRunLoop] addTimer:timer
|
| cvs problems | 20 Mar 2007 02:02 GMT | 2 |
I am trying to use cvs, problems I have are 1. how do you permanently export CVSROOT=/usr/local/cvsrep/ 2. I tried to import a directory
|
| Adding dylib in application bundle | 19 Mar 2007 09:46 GMT | 2 |
Hi! There! I've successfully ported project from CodeWarrior to XCode, and have some issues... When App is compiled, it has folders resorces and macos. I have a lot
|
| cycle through windows ? | 19 Mar 2007 01:04 GMT | 2 |
I'm new to the mac, I am wondering if there is a key to cycle through the source windows in xcode. Thanks.
|
| using xcode project target variables within cocoa code | 19 Mar 2007 00:38 GMT | 4 |
I read this someplace before and just perised the articles on this group and couldn't find it. i have several targets and would like to do some if statements and add a variable to the target build configuration to determine how it is built
|
| [Q] Undo and NSMutableDictionary (and bindings) | 17 Mar 2007 23:14 GMT | 5 |
I was reading Scott Stevenson's wonderful tutorial http://cocoadevcentral.com/articles/000080.php "CocoaDevCentral, Intro To Bindings" In it, he uses an NSMutableDictionary as sort of a generic struct, so
|
| Mail & AddressBook | 17 Mar 2007 18:58 GMT | 2 |
Ther is some sort names in my AddressBook, eg.: Josh (only in the first name filed, real name: John Smith). If i got a letter from Josh, the Mail change the AddressBook card to this: Josh Smith. The question:
|
| Multiple cell types per tableColumn? | 17 Mar 2007 03:52 GMT | 8 |
In presenting a row set / table for editing, rather than a single column cell type such as textcell or comboBox, could you present a different cell type per row? I.e, each rows 'value' cell for some values, allow simple textcell
|
| removing old object code libraries | 17 Mar 2007 02:54 GMT | 1 |
Thanks to Mike Ash <mike@mikeash.com>, I removed an old library that was 'shadowing' a required library, and causing a minor headache for gcc/ld. So now I want to remove all the old junk in /usr/local/lib: some of which is dated pre-Jaguar. Can I rely on access dates to indicate ...
|
| Why do I have to define '__eprintf' for 'assert' | 16 Mar 2007 22:01 GMT | 6 |
To avoid mucking around with existing code, I wanted to use 'assert' rather than 'NSCAssert'. XCode 2.4.1 on Tiger (10.4.8) complained that '__eprintf' was undefined. I couldn't find it, and had to define my own version. Is my Tiger XCode installation missing something?
|
| objective-c warning? | 15 Mar 2007 13:56 GMT | 2 |
why would i get this error message? warning: passing argument 1 of 'echoText:' from distinct Objective-C type I have the following defined: main section before any methods
|