Re: Menu Keys not Working in SVN version

2006-05-03 Thread Richard Frith-Macdonald
On 29 Apr 2006, at 23:46, Charles Philip Chan wrote: On 2006-04-29 18:10:26 -0400 Chris B. Vetter [EMAIL PROTECTED] wrote: Thank you very much for not double checking your fixes once again. I hope this is not directed at me. ;-) I think he's 1. into gratuitous insults 2. under the

Re: GNUstep in DarwinPorts

2006-05-03 Thread hns
A whole new set of GNUstep ports is now available for MacOSX through DarwinPorts Everything is built with gcc 4.1 and ports include GWorkspace, Gorm and ProjectCenter more coming soon. Great! I have not tried myself, but here are general instructions (not every Mac user is familiar with

Re: Merch/Propaganda

2006-05-03 Thread hns
Hm. Three different offers in the same system - and nobody knows either. Which is the official one? Just some thoughts... -- hns ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Merch/Propaganda

2006-05-03 Thread Gregory John Casamento
Hm.That's because there is no "official" one.Just some thoughts... :|--Gregory John Casamento- Original Message From: [EMAIL PROTECTED]To: discuss-gnustep@gnu.orgSent: Tuesday, May 2, 2006 10:14:12 AMSubject: Re: Merch/PropagandaHm.Three different offers in the same system - and nobody

Re: GNUstep in DarwinPorts

2006-05-03 Thread Yen-Ju Chen
On 1 May 2006 12:29:10 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A whole new set of GNUstep ports is now available for MacOSX through DarwinPorts It breaks on audiofile while installing gnustep-gui. Here is the Error: --- Verifying checksum(s) for audiofile --- Extracting

Window Maker weirdness

2006-05-03 Thread Andreas Höschler
Hello all, I have developed an app that behaves correctly when started with openapp from a terminal. However, if I drag the icon onto the dock in Window Maker, quit the app and start it by doubleclicking the icon in the dock it behaves wrongly. Any idea what could be the problem here? I

Re: Window Maker weirdness

2006-05-03 Thread Chris Vetter
On 2006-05-03 21:35:38 +0200 Andreas Höschler [EMAIL PROTECTED] wrote: I have developed an app that behaves correctly when started with openapp from a terminal. However, if I drag the icon onto the dock in Window Maker, quit the app and start it by doubleclicking the icon in the dock it

Re: Window Maker weirdness

2006-05-03 Thread Fred Kiefer
Hi Andreas, Andreas Höschler wrote: I have developed an app that behaves correctly when started with openapp from a terminal. However, if I drag the icon onto the dock in Window Maker, quit the app and start it by doubleclicking the icon in the dock it behaves wrongly. Any idea what could be

Re: Window Maker weirdness

2006-05-03 Thread Andreas Höschler
Hello, related to [[NSWorkspace sharedWorkspace] openFile:path] (not working), however I have no idea how to track this down. Where is the NSLog ouput going to when an application is started by doubleclicking a Window Maker dock item? That depends on how your X session was started. I

Re: Window Maker weirdness

2006-05-03 Thread Andreas Höschler
Hello, I have no idea what happens when WindowMaker starts an application from the doc, but most likely it wont use [NSWorkspace openFile:] for this. No, of course not. I am using openFIle in my application and I guess this method is having a problem when my application is started from th

Re: Window Maker weirdness

2006-05-03 Thread Yen-Ju Chen
On 5/3/06, Andreas Höschler [EMAIL PROTECTED] wrote: Hello all, I have developed an app that behaves correctly when started with openapp from a terminal. However, if I drag the icon onto the dock in Window Maker, quit the app and start it by doubleclicking the icon in the dock it behaves

Re: NSTableView progress

2006-05-03 Thread Andreas Höschler
Hello all, Do you remember the pieces of code you added or modified for this feature? I assume pressing TAB in the last column of a row does the same!? in -textDidEndEditing i impleneted NSReturnTextMovement tab is implemented but i haven't tested it much. I believe there are at least issues

Re: Window Maker weirdness

2006-05-03 Thread Chris Vetter
On 2006-05-03 21:55:27 +0200 Andreas Höschler [EMAIL PROTECTED] wrote: That depends on how your X session was started. I choose Window Maker from the dtlogin session menu on the Solaris login page. :-) Actually I have no idea what this does and how X is started. There are the files

Re: Window Maker weirdness

2006-05-03 Thread Andreas Höschler
Hello Yen-Ju Chen, The first thought comes to my mind is that you should check the command used in WindowMaker dock (right-click the icon, and choose inspector, I guess). By default, when you drag an application into WindowMaker dock, it will use the command property from xwindow

Re: Window Maker weirdness

2006-05-03 Thread Chris Vetter
On 2006-05-03 22:04:23 +0200 Yen-Ju Chen [EMAIL PROTECTED] wrote: [...] If that is the case, maybe you should change it to openapp AnApplication.app. [...] Try to set openapp GNUMail.app %s for Command for middle-click launch and openapp GNUMail.app %d for Command for files dropped

Re: Draw on Xwindow directly without NSWindow

2006-05-03 Thread Fred Kiefer
I just submitted code for gui and the X backends that should support most of what you want. Here is how I changed your test code to see if it is actually working: - (void) applicationDidFinishLaunching:(NSNotification *)aNotification { NSWindow *win; /* Setup main window */ int x = 100, y =

Re: NSTableView progress

2006-05-03 Thread Fred Kiefer
Hi Andreas, could you actually explain why this selection of the row changes the tabbing behaviour? Is teh important thing to stop the current editing process? Would the following code at the beginning of the method do the trich as well? if (_textObject != nil) { [self

Re: Draw on Xwindow directly without NSWindow

2006-05-03 Thread Yen-Ju Chen
On 5/3/06, Fred Kiefer [EMAIL PROTECTED] wrote: I just submitted code for gui and the X backends that should support most of what you want. Here is how I changed your test code to see if it is actually working: Thanx a lot. It really helps. I will try it after work. Yen-Ju - (void)

Re: GNUstep in DarwinPorts

2006-05-03 Thread Yves de Champlain
Le 06-05-03 à 18:38, Yen-Ju Chen a écrit : Basically it cannot find some headers. I don't really need audiofile. Could I disable it ? it should be because gui is configured with --disable-gsnd output from configure might help here. But I was rather asking about your MacOSX/Darwin version

Re: GNUstep in DarwinPorts

2006-05-03 Thread Yen-Ju Chen
On 5/3/06, Yves de Champlain [EMAIL PROTECTED] wrote: Le 06-05-03 à 18:38, Yen-Ju Chen a écrit : Basically it cannot find some headers. I don't really need audiofile. Could I disable it ? it should be because gui is configured with --disable-gsnd output from configure might help here.

Re: NSTableView progress

2006-05-03 Thread Matt Rice
--- Fred Kiefer [EMAIL PROTECTED] wrote: snip Or is it important that the current row gets selected? Or is it your own delegate that wont allow a cell from a non-selected row to be selected? the docs specify that prior to calling -editRow:column:withEvent:select: the row must be selected

Re: GNUstep in DarwinPorts

2006-05-03 Thread Yves de Champlain
Le 06-05-03 à 19:20, Yen-Ju Chen a écrit : On 5/3/06, Yves de Champlain [EMAIL PROTECTED] wrote: Le 06-05-03 à 18:38, Yen-Ju Chen a écrit : Basically it cannot find some headers. I don't really need audiofile. Could I disable it ? it should be because gui is configured with

StackTrace question ...

2006-05-03 Thread Lloyd Dupont
Hi All, Just came back from holliday and working on something else than GNUstep. Although today I intend to finish this stack trace utility. Thanks to Win Oudshoorn who provided me with some good groundwork and API research I was able to come out with a nice and clean solution which easily

Path to GNUstep's library

2006-05-03 Thread Lloyd Dupont
I wat to improve my Stack Trace code by auutomatically loading symbol for gnustep-base.dll gnustep-gui.dll I have written a code like that: static NSString * pathToLib(NSString * lib) { NSString * dir = [NSSearchPathForDirectoriesInDomains(GSToolsDirectory, NSSystemDomainMask, YES)