discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Break down of Xsun during the TableView processing


From: Jan Trembulak
Subject: Re: Break down of Xsun during the TableView processing
Date: Wed, 17 Mar 2004 10:04:02 +0000
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.5b) Gecko/20030911

Miroslav Novy wrote:

There is delegate method implemented in my class

- (void) tableView: (NSTableView*)aTableView
 setObjectValue: (id)anObject
 forTableColumn: (NSTableColumn*)aTableColumn
 row: (int)rowIndex

After my double click on the box for table editting, the Xsun breaks down.
I am using OS Solaris (x86), Window maker 0.80.2, gcc 3.3, GNUstep (make
1.8, base 1.8, gui 0.9, back 0.9).
Is there somebody able to help me.
With many thanks

Miroslav NOVY


I have a similar problem with NSTextField. This is my example:

aTextView = [[NSTextField alloc] initWithFrame: NSMakeRect(10,10,100,20)];
   [aTextView setAlignment: NSCenterTextAlignment];
   [aTextView setStringValue: @"TEST"];
   [[myWindow contentView] addSubview: aTextView];

When I click to the text field, the Xsun server crash. (Solaris 8, Intel, Window maker 0.80.1, gcc 2.95, GNUstep 0.9) Problem is with 'NSCenterTextAlignment' attribute (without this line, the text field working correctly).

This example running without any problems on Linux systems, or with XFree86 X server.

any idea ?

jan.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]