Re: Question about NSMenuView

2009-01-15 Thread David Chisnall
On 14 Jan 2009, at 21:08, Fred Kiefer wrote: Getting a menu inside of a window is not that easy. You will have to hack through NSMenu a bit. If you know what you are doing this is fine, but don't expect to get every step explained by this mailing list. We don't even know, whether you plan to

Re: Question about NSMenuView

2009-01-15 Thread Nicolas Roard
On Thu, Jan 15, 2009 at 1:42 PM, David Chisnall thera...@sucs.org wrote: On 14 Jan 2009, at 21:08, Fred Kiefer wrote: Getting a menu inside of a window is not that easy. You will have to hack through NSMenu a bit. If you know what you are doing this is fine, but don't expect to get every step

Re: Question about NSMenuView

2009-01-15 Thread Nicolas Roard
On Thu, Jan 15, 2009 at 6:26 PM, Matt Rice ratm...@gmail.com wrote: On Thu, Jan 15, 2009 at 6:03 AM, Nicolas Roard nicolas.ro...@gmail.com wrote: On Thu, Jan 15, 2009 at 1:42 PM, David Chisnall thera...@sucs.org wrote: On 14 Jan 2009, at 21:08, Fred Kiefer wrote: Getting a menu inside of a

Re: Question about NSMenuView

2009-01-15 Thread Matt Rice
On Thu, Jan 15, 2009 at 6:03 AM, Nicolas Roard nicolas.ro...@gmail.com wrote: On Thu, Jan 15, 2009 at 1:42 PM, David Chisnall thera...@sucs.org wrote: On 14 Jan 2009, at 21:08, Fred Kiefer wrote: Getting a menu inside of a window is not that easy. You will have to hack through NSMenu a bit.

One month until SCALE... and a question for FOSDEM..

2009-01-15 Thread Gregory John Casamento
All, SCALE, the (Southern CAlifornia Linux Expo) is one month away now. I really want to make a good impression when I go there. Anyone with any conference experience please feel free to give me advice and let me know what I need to do in order to get ready for this. I've already started

Re: FOSDEM: Devroom schedule shift on Saturday

2009-01-15 Thread Lars Sonchocky-Helldorf
Hi Pascal, can you please give me an update on the time-slots, do they all start at the full hour? Is my assumption right that a lunchbreak is scheduled for the time from 13:00 to 14:00 hours? Thanks, Lars Am 14.01.2009 um 14:48 schrieb Pascal Bleser: -BEGIN PGP SIGNED

Can this be ported to GNUstep?

2009-01-15 Thread Lars Sonchocky-Helldorf
This SIP VoIP program is obviously written using Cocoa: telephone - Google Code http://code.google.com/p/telephone/ What do you think? Can it be ported to GNUstep? regards, Lars ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: Can this be ported to GNUstep?

2009-01-15 Thread h...@computer.org
On 15 Jan., 23:33, Lars Sonchocky-Helldorf lars.sonchocky- helld...@hamburg.de wrote: This SIP VoIP program is obviously written using Cocoa: telephone - Google Code http://code.google.com/p/telephone/ What do you think? Can it be ported to GNUstep? regards,         Lars Really

Re: Question about NSMenuView

2009-01-15 Thread Fred Kiefer
Matt Rice wrote: I would probably have tried subclassing GSWindowDecorationView (like in the NiftyTitleBar bundle) and added a NSTableView without the scroll bars/headers containing strangely configured NSPopUpButtonCell's e.g pullsDown/usesItemFromMenu/preferredEdge, though I don't recall