| Thread | Last Post | Replies |
|
| how to load driver successfully? | 13 Sep 2007 10:04 GMT | 5 |
I am a rookie for programming MAC driver. I downloaded sample code from Website of MAC. I follow the below steps to try to load driver, but fail. I hope to debug why to fail, but i
|
| Open/Save Nav dialog | 10 Sep 2007 06:32 GMT | 2 |
Is there is any NavDialogOptionFlag available in NavDialogCreationOptions through which I can restrict how the path information is displayed in an Open/Save dialog? If you invoke an Open dialog in TextEdit, the default location for
|
| Tools to create Charts needed | 06 Sep 2007 22:36 GMT | 1 |
I am looking for a shared libraries to create 2d plots, charts on any cocoa application. O have downloaded Narrative and other framework, but it is very difficult to insert them into any cocoa appl.
|
| implement eraser for drawing using NSColor and NSBezierPath | 06 Sep 2007 15:59 GMT | 1 |
I had an image on cocoa window. i can perform operations like drawing with green pen ,red pen etc using NSBezierPath. now i want to create something like eraser for erasing on window. For that i created color from NSImage using API "colorWithPatternImage:NSImage" that
|
| How to shadow text only, in an NSTextView | 05 Sep 2007 15:02 GMT | 5 |
I'd like text cells to be shown in a variety of colors, but often they need to be shadowed to be visible. The trouble is that using - (void)tableView:tableView illDisplayCell:cell forTableColumn:row:row and setting the shadow for text cells also causes a shadow on the
|
| Open Transport 1.1.1 help | 04 Sep 2007 11:31 GMT | 1 |
I am trying to write a small application for a 68k mac. I'd like it to use ftp or http to connect to a remote server and grab some data. I have Apple's MyDownloadHTTPSimple compiled and 'running.' It hangs on OTRecv and I don't know how to debug it. I tried little endian and
|
| NSArray won't keep the data | 03 Sep 2007 13:20 GMT | 3 |
Hi. I'm new on the objective-c world and I'm having some problems with some kind of variables retaining the values assigned. I have this object: @interface ConvertController : NSObject
|
| NSString to NSURL | 03 Sep 2007 05:56 GMT | 1 |
Hi, I'm a newbie in the objective-c world and I'm finding it a little hard. I'm trying to list a directory and then opening the images. I have everything solved except returning the NSString with the path
|
| webloc | 01 Sep 2007 05:03 GMT | 20 |
Hallo NG, is there a smooth way to create a .webloc file in Cocoa? Thanx Florian
|
| WebKit plugin shows on list bug can't be accessed | 01 Sep 2007 04:13 GMT | 2 |
I wrote a WebKit plugin. This is not an NSView-type plugin: it doesn't need to draw anything, it's just a bridge to allow JavaScript to do some things I need Objective-C to do. I think you might call this a 'faceless' plugin. I understand that that these are meant to be possible ...
|