Re: [bugs #8404] when using asubclass of NSButton in gorm, initWithFrame in the subclass is not called

2004-04-01 Thread Rob Burns
On 2004-04-01 14:18:41 +0700 Markus Hitter [EMAIL PROTECTED] wrote: Am 01.04.2004 um 04:29 schrieb anonymous: Summary: when using asubclass of NSButton in gorm, initWithFrame in the subclass is not called This is correct behaviour because an archived button is already initialised. Use

[bugs #8374] NSNotificationCenter can deadlock

2004-04-01 Thread Willem Rein Oudshoorn
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8374] Latest Modifications: Changes by: Willem Rein Oudshoorn [EMAIL PROTECTED] 'Date: Thu

Re: [PATCH] Proposal to fix NSCell issue

2004-04-01 Thread Quentin Mathé
Le 1 avr. 04, 09:18, Markus Hitter a crit : Am 01.04.2004 um 03:03 schrieb Quentin Math: ... but this is impossible to implement without large modifications on NSMatrix for example That's strange since all these classes support clicking by the user already. This is not in relation with the

Re: [PATCH] Proposal to fix NSCell issue

2004-04-01 Thread Markus Hitter
Am 01.04.2004 um 15:38 schrieb Quentin Math: Le 1 avr. 04, 09:18, Markus Hitter a crit : That's strange since all these classes support clicking by the user already. This is not in relation with the problem. See below At worst you whould have to sythesize an MouseDown event. Sorry, I don't

Re: [bugs #8404] when using asubclass of NSButton in gorm, initWithFrame in the subclass is not called

2004-04-01 Thread Gregory John Casamento
Rob, You need to override the cellClass method in your subclass so that the button will initialize itself correctly. This, I believe, is the accepted way of doing this. We should check current docs to make sure of this, the docs you have, from what you told me, are somewhat dated. Also, if

Re: [PATCH] Proposal to fix NSCell issue

2004-04-01 Thread Fred Kiefer
Quentin Mathé wrote: Le 1 avr. 04, à 01:40, Fred Kiefer a écrit : Sorry, as I wrote, I was not sure. After your mail I checked and it is there on NSButton and NSButtonCell at least in my OpenStep specification (October 19, 1994, not sure if there are different versions). As this issue is

Re: [PATCH] Proposal to fix NSCell issue

2004-04-01 Thread Quentin Mathé
Le 2 avr. 04, 01:17, Fred Kiefer a crit : Quentin Math wrote: Don't be confused :-). The problem is the following, Apple has added -performClick: to NSCell but this is impossible to implement without large modifications on NSMatrix for example (see my first set of patches) and moreover it