Re: [patch #3946] Add make support for windows PE resources

2005-07-20 Thread Alex Perez
Nicola Pero wrote: So my current inclination (totally open to discussion) is: xxx_WINDOWS_RC_FILES for the files, WINDRES_FLAGS for the flags to pass to the 'windres' program Sounds reasonable ? Any comments ? Sounds perfectly reasonable. Perhaps shorten it to _WIN_RC? The only issue with t

Re: NSAttributedString in table data cells

2005-07-20 Thread Fred Kiefer
Hi Saso, Sašo Kiselkov wrote: > I found that when my code returns an NSAttributedString as the value for a > table > data cell it doesn't display it as an attributed string, but instead by > sending > it "description" (which obviously isn't right, is it?). The problem is in the > code of NSCell'

[bug #13866] cannot change user-root with ./configure

2005-07-20 Thread Eike Preuss
Makefiles Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open ___ Details: daily snapshot 20050720, Li

Re: [patch #3946] Add make support for windows PE resources

2005-07-20 Thread Nicola Pero
> > So my current inclination (totally open to discussion) is: > > > > xxx_WINDOWS_RC_FILES for the files, > > WINDRES_FLAGS for the flags to pass to the 'windres' program > > > > Sounds reasonable ? Any comments ? > > Sounds perfectly reasonable. Perhaps shorten it to _WIN_RC? > > The only

NSAttributedString in table data cells

2005-07-20 Thread Sašo Kiselkov
I found that when my code returns an NSAttributedString as the value for a table data cell it doesn't display it as an attributed string, but instead by sending it "description" (which obviously isn't right, is it?). The problem is in the code of NSCell's "-setObjectValue:" which doesn't know about