November 2003
How to call Java class from a jar I added to my project ?
30/11/03 10:18
I have a jar containing some usefull class I need to call from my Objective-C project... |
How to make an NSImage from a PixMapHandle ?
30/11/03 10:15
I have some Carbon code of my own returning PixMapHandle, I want to use it in my new Cocoa app… |
Does somebody know about a flood fill function for Cocoa ?
29/11/03 10:16
I need to implement an efficient flood fill for NSImage...
More...
More...
How to change file permissions from Cocoa ?
22/11/03 10:29
Is there a Cocoa call to access and modify file permissions ?
More...
More...
How to add line numbers in a NSTextView ?
17/11/03 10:33
I need to display line numbers in NSTextView of my own...
More...
More...
I have a Cocoa appl with some Java code, when i try to debug it, it launches JavaBug instead of gdb...
17/11/03 10:32
What am I missing here, it was working as expected in PB...
More...
More...
How to create NSMenuExtra
17/11/03 10:31
How to create NSMenuExtra - this cool-looking menus at the right.
More...
More...
I want to write a command line tool to render HTML in PDF file...
17/11/03 10:31
using WebKit and dataWithPDFInsideRect but it doesn't work: the page is empty, what am I doing wrong ?
More...
More...
Changing file types in NSOpenPanel while it's open
16/11/03 10:34
I'm wondering if it is possible to change the file types in an NSOpenPanel while the panel is open...
More...
More...
How do I get an Objective-C application to terminate when the users presses the window's close button?
13/11/03 10:35
I want my application to quit when the user closes its unique window...
More...
More...
How the obtain an NSImage with the content of a view ?
07/11/03 10:36
I need an NSImage filled with a NSView content at some point in my code…
More...
More...