| Thread | Last Post | Replies |
|
| CoreGraphics private function | 07 Jan 2005 04:34 GMT | 2 |
I'm working with codewarrior 8.3 and I want to use the coregraphics Functions. And I don't Know how to use this functions. I add the CoreGraphics framework to my project and I look in it if
|
| NSDate chooser control | 06 Jan 2005 23:51 GMT | 3 |
Is there any available Cocoa control/object to choose date and/or time? I know about NSDateFormatter&NSTextField, but this is not a good idea to use it in my product. I want to find something like date chooser from the Control Panel or so. Is there any available
|
| auto-exec | 06 Jan 2005 22:51 GMT | 3 |
I am new with XCode, OSX, and Macs for that matter, and was building a program in XCode. Now every time I open a new terminal window the program automatically executes as rm0709741~: username$ /Users/.... So I end up having to kill it before I can can get access to the
|
| outlineView elementary example ? | 06 Jan 2005 17:19 GMT | 1 |
The Apple example (for directory listing) is not easy to understand. Where can I get a very simple example ?
|
| embedded framework | 06 Jan 2005 04:27 GMT | 4 |
I have trouble embedding a framework into my application. I followed the procedure described in this article: http://cocoadevcentral.com/articles/000042.php Now the framework is copied into the bundle correctly. But when I try to
|
| [cocoa][xcode] Tried to change target and executable names, now app wont show in dock | 06 Jan 2005 01:09 GMT | 1 |
Hi, I wanted to change the name of my project, target and executable names in XCode. But now when I run the app, it does not show in the dock or on the menu bar at the top of the screen. Other than that it behaves normally. The menu bar just stays at xcode, even if I click on
|
| PowerPlant Link error | 05 Jan 2005 17:03 GMT | 1 |
I have PowerPlant carbon application Suddenely I am link error "MacOSPackager Couldn't find classic application Path" How can I solve this error?
|
| Quartz2D drawing in Cocoa app | 05 Jan 2005 14:58 GMT | 3 |
I'm building a minimal Cocoa app and in awakeFromNib, I install a timer that should do some Quartz2D drawing. Everything works fine until the application/window is minimized. When maximized again, the call to:
|
| [cocoa] Any way to #define based on name of active target? | 05 Jan 2005 12:37 GMT | 4 |
I am using a project in XCode to build two different executables, that for the most part share the same codebase. There are a few differences in the code, dealt with by using #ifdef compiler directives. However, to switch between building these executables, right now I must do
|
| Text Control Query | 04 Jan 2005 23:55 GMT | 3 |
In my dialog based application I am using EDit Controls (LEditField,LMLTPane. Initially in DrawSelf of Dialog I am writting some text in Text Control (using SetCFDescriptor()).
|
| Does OS X Protect against Wild Homemade C Programs? | 04 Jan 2005 18:22 GMT | 5 |
I can boot into both OS 10.2.8 and 9.2.2 on my G4. I am writing some C code using the MPW development system which runs in OS 9.2.2 or in Classic under OS 10.2.8. Some strange/disastrous(?) things can happen if there is a bug in the C
|
| usleep os x equivalent? | 02 Jan 2005 19:01 GMT | 7 |
I'm writing software that plays Quicktime files. It's coming together, but I've got a major problem I'm having trouble solving: the app uses like 80% of my processor cycles when the file is playing. So I discovered that one should use usleep to suspend the thread when it's
|
| Mach-O and resources | 02 Jan 2005 17:32 GMT | 1 |
I successfully built a Mach-O version of my software, but it fails at startup because it doesn't have a menu bar, or any other resource for that matter. The resources from my PPob file, .rsrc files, and .r files used to all
|
| NSString from NSData with win-1252 encoding -> nil ? | 02 Jan 2005 17:18 GMT | 7 |
Hello NG, if I try to decode the message <cr6ne4$qos$01$2@news.t-online.com> with my program, I use the method: NSString * string = [[NSString alloc] initWithdata:data encoding:12];
|
| file descriptor leak | 02 Jan 2005 14:29 GMT | 3 |
my cocoa/objective-c application is giving me trouble. It seems to be leaking file descriptors but I can't figure out where. The name column of lsof gives me values looking like this: ...
|