I'm working on GNUStep application, that succesfully runing on Openstep for
Mach 4.2. I use gstep-core-000405, but I have some problems:

1. I got message: Segmentation fault ... in free ()
    when I use:

    NSImage *img = [[NSImage alloc] initWithContentsOfFile:
"CursorImage.tiff"];
    NSCursor *cursor = [[NSCursor alloc] initWithImage: img];

2. Operator PScomposite (...) with NSCompositeCopy working in version
gstep-core-0.6.5, but no in last version (gstep-core-000405).

3. When application loading NSBrowser from nib (gmodel) I got message that,
delegat of browser has not method:
-(void) browser: (NSBrowser *) sender willDisplayCell: (id) cell atRow ...
column:...
but his delegat has method:
-(void) browser: (NSBrowser *) sender createRowsForColumns: (int) col
inMatrix: (NSMatrix *) matrix;
These two delegat methods can't be implemented together.

4. In Openstep for Mach 4.2 object of type NSFont can not be retained.
    I have several problems with that, becouse, if I create object of type
NSFont, I don't retain it. I have also problem in NSTextField. When I click
on this object in application window, I got message: NSFont does not
recognized -copyWithZone: message.

Sorry of me English.
I have other problems. I try send some examples in the future.

Jan Trembulak
[EMAIL PROTECTED]



Reply via email to