| Thread | Last Post | Replies |
|
| pb with NSTextField cut copy paste | 10 Jan 2007 15:27 GMT | 4 |
When executing my application, I cannot copy from or paste to a NSTextField. Nowhere in the Interface Builder Help or in this group I could find the solution.
|
| XCode - Which build setting causes undefined symbols to be flagged? | 10 Jan 2007 06:18 GMT | 12 |
Can anybody tell me which XCode build setting causes undefined symbols (eg missing function definitions) to be listed in the errors and warnings list? I have seen it happen both ways with imported CW projects typically reporting missing definitions but newly created projects (app ...
|
| how to use NSConditionLock | 10 Jan 2007 04:59 GMT | 9 |
I've got some code that launches threads and I'm trying to lock (with conditions) my controller execution till I know for certain that the thread has started. But I'm kinda confused on this. Here's what I have ...
|
| non-blocking alert from a framework? | 09 Jan 2007 23:14 GMT | 1 |
(I also posted a similar topic on comp.lang.objective-c by mistake; this group is more relevant) I am porting a framework from OS 9 to OS X using carbon and need a show a non-blocking alert. The framework uses no UI or events aside from the
|
| How to find a class file in jar files? | 09 Jan 2007 19:54 GMT | 2 |
I'm SSH'ed in to a Mac OS X server through PuTTY client running on a Windows XP machine. I am trying to find a file "Servlet.class" that is in a .jar file, but I don't know which one. Given a parent directory, /classes, that contains JARS at many different subdirectory levels, is
|
| Compiles and runs in debug config, but not in release config - eh? | 09 Jan 2007 15:04 GMT | 3 |
These are the problems: /usr/bin/ld: Undefined symbols: _glBegin _glBindTexture
|
| J2ME for Mac? | 09 Jan 2007 13:49 GMT | 1 |
Hello. I'm trying to start programming cell phone Midlets, and am have a bit of trouble. On the positive side, following the instructions at http://developers.sun.com/techtopics/mobility/midp/articles/osx/ I was
|
| Is there a tool that will format Objective-C tool in HTML? | 09 Jan 2007 13:34 GMT | 6 |
I have some objective-c source files that I'd like to post on my website (http://www.sublime.org). I have spent some time looking for a tool to format the source in HTML/XHTML unsuccessfully. My requirements are very basic - I just want:
|
| Releasing items with nested objects | 09 Jan 2007 13:15 GMT | 13 |
I have a tableview of an array of objects in a mock up of the 'Menu' example. Each object can have an array of other objects, viewable in a separate tableview. This goes down a few levels. Inserting into any one array of objects, I do this sequence:
|
| Obtain window´s size and coordinates (Carbon) | 09 Jan 2007 02:00 GMT | 1 |
How could I obtain the global coordinates and the size of a windows in carbon? Thanks.
|
| GMP and xCode error | 08 Jan 2007 22:52 GMT | 4 |
The GMP (bignumber) build without any error but when it try to link with the libgmp.a in xCode I got a lot of error: Building target ³syracuse² ‹ (1 error) mkdir /Users/alain/Documents/Xcode_intermediate/syracuse.build/Debug/syracuse.build/Objects-normal/ppc cd ...
|
| Learning ObjC, Xcode, Cocoa, etc. | 08 Jan 2007 18:48 GMT | 2 |
I'm interested in learning programming on a Mac, and have a few questions. Should I wait until ObjC 2 comes on Leopard (and Xcode 3) to learn, or would there not be enough significant changes to make a difference? Also, is it possible (and not too hard/tedious) to learn
|
| My NSTextField can't phone home | 08 Jan 2007 18:04 GMT | 5 |
I'm working on a simple non-Document Core Data Obj-C application. Amongst other items, my main window contains a regular NSTextField. In my MyProject_AppDelegate.h file I have an outlet thus: IBOutlet NSTextField *statusText;
|
| drag file to application problem | 07 Jan 2007 21:29 GMT | 6 |
In Mac ,when we drag file in application ,it open that file with that application. But i do not what that features in My Application(application that i created).
|
| Subclass of NSTextView dose not show cyrillic typing | 06 Jan 2007 18:33 GMT | 26 |
Hello NG, I want to enable cyrillic typing in my subclass of NSTextView. The russian characters are not show while editing. They are there. I know that from analyzing the string. But they are not show. Is there
|