Re: Theming support for NSScroller

2007-10-04 Thread Günther Noack
Hi! Sorry for replying to my own mail. Obviously the patch I sent in has a mistake; When calling addObserver:selector: on the notification center, the NSScroller class should have registered using the +themeActivated selector, not +themeDeactivated. Best regards, Günther Am 04.10.20

Re: Theming support for NSScroller

2007-10-05 Thread Günther Noack
Hi! I understand your point. On the other hand, I'd like to be able to create themes completely without additional pixmaps, so that drawing performance stays equal to a non-themed GNUstep. So images are not an option for me. What about this solution: NSScroller.m and NSScroller.h has a N

Re: GPLv2 licensing issues

2008-04-11 Thread Günther Noack
Hi! On 11.04.2008, at 01:48, Hubert Chathi wrote: Yes, I mentioned the possibility of adding an exception to the applications' license in my original message. Why can't the GNUstep framework add the exception similar to the one in libobjc, so that applications can all link to it? I don't se

Re: Multiple windows

2006-04-07 Thread Günther Noack
Hi! Am 07.04.2006 um 20:02 schrieb Adam Fedor: If it's a simple window, you could just create it programatically: w1 = [[NSWindow alloc] initWithFrame:...] I found this article that talks (amongst other topics) about Nib file instantiation quite useful. -Günther

Re: The need for an official GNUstep desktop

2006-08-28 Thread Günther Noack
Hi! Am 27.08.2006 um 23:56 schrieb Chris Vetter: However, the above has some merit -- why not 'split' GNUstep in two _official_ parts (and I think that is what Greg had in mind) a) GNUstep Core -- the development framework, as it is right now b) GNUstep Desktop -- well, the desktop itself.