[bug #25698] crash after accessing [NSPasteboard generalPasteboard]

2009-02-24 Thread Fred Kiefer
Follow-up Comment #1, bug #25698 (project gnustep): Could you please provide a short example application showing that issue. You are an experient developer and you have already an example that you can easily strip down to show this problem. When I or anybody else tries to reproduce this behaviour

[bug #25625] NSPopUpButton menus pop up and track very badly

2009-02-24 Thread Fred Kiefer
Follow-up Comment #3, bug #25625 (project gnustep): Sorry, perhaps I wasn't explicit enough in my last posting. I know about the problem when the popup is to big to fit on the screeen and I also know the issue when the popup gets moved when bringing it on screen. What I wanted to see in an exampl

[bug #25033] compilation of gnustep-gui-0.14.0 fails on openbsd 4.4 sparc

2009-02-24 Thread David Ayers
Follow-up Comment #16, bug #25033 (project gnustep): Actually my suggestion is not so great after all. Merely haven NXConstantString categories would still break the class hierarchy. I'm not sure how gnustep's constant strings worked with compilers prior to -fconstant-string-class. I.e. how we

Re: GNUmakefile

2009-02-24 Thread Julien Isorce
Thx a lot that works. I have source1, source2, source2/source3 so I did mylib_SUBPROJECTS = source1 source2 source2/source3 The result is mylib-0.dll and libmylib.dll.a Do you know have to have libmylib.dll instead of mylib-0.dll ? (I read in the manual that I have to prefix by "lib" but I thi

[bug #25625] NSPopUpButton menus pop up and track very badly

2009-02-24 Thread matt rice
Follow-up Comment #2, bug #25625 (project gnustep): try EvilPopUp set the pop-up button in the gorm to a pull-down button set N_POPUPITEMS to something like 25, move it so that the thing is near the bottom of your screen, and click the pull down I was able to reproduce it that way. EvilPopUp.t

[bug #25698] crash after accessing [NSPasteboard generalPasteboard]

2009-02-24 Thread Doug Simons
URL: Summary: crash after accessing [NSPasteboard generalPasteboard] Project: GNUstep Submitted by: theeggcamefirst Submitted on: Tue 24 Feb 2009 10:31:02 PM GMT Category: Gui/AppKit

[bug #25625] NSPopUpButton menus pop up and track very badly

2009-02-24 Thread Fred Kiefer
Update of bug #25625 (project gnustep): Severity: 4 - Important => 3 - Normal Status:None => Need Info ___ Follow-up Comment #1: I just tried with

Re: GNUmakefile

2009-02-24 Thread Nicola Pero
You want to use subprojects :-) Your top level GNUmakefile should look like include $(GNUSTEP_MAKEFILES)/common.make LIBRARY_NAME = mylib mylib_SUBPROJECTS = source1 source2 include $(GNUSTEP_MAKEFILES)/library.make This will compile a single library, at top level, by linking together th

GNUmakefile

2009-02-24 Thread Julien Isorce
Hi, I have a project where there is severals source directories: source1, source2, source3 I want to compile the project to make only one shared library. I have tried to use the following: in the top directory: include $(GN

[bug #25625] NSPopUpButton menus pop up and track very badly

2009-02-24 Thread Gregory John Casamento
Update of bug #25625 (project gnustep): Severity: 3 - Normal => 4 - Important ___ Reply to this item at: ___ Me

[bug #25690] Error when starting applications on 64bit.

2009-02-24 Thread Richard Frith-Macdonald
Follow-up Comment #2, bug #25690 (project gnustep): I think this was actually due to an earlier error ... so the running gdnc was using the wrong signature for addObserver:selector:name:object:suspensionBehavior:for: with a signed integer for the last argument when it should be unsigned. Fairly

[bug #25659] key equivalents depend on order modifiers were pressed

2009-02-24 Thread Fred Kiefer
Update of bug #25659 (project gnustep): Status: Confirmed => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _