Re: FOSDEM Arrangements

2010-12-12 Thread Stef Bidi
On Sun, Dec 12, 2010 at 5:42 PM, David Chisnall thera...@sucs.org wrote: Otherwise I'd be interested to hear talks about: - CoreBase and CoreGraphics/Opal in GNUstep I think Stef, Gregory, and Eric are the best people to talk about this, and I'm not sure if any of them are going to be

Re: Obj-C, Handling the sound attribute of a button - SOLVED but on Windows

2010-10-03 Thread Stef Bidi
On Sun, Oct 3, 2010 at 9:05 AM, Csanyi Pal csanyi...@gmail.com wrote: However, the [DPBin play]; command doesn't play any sound on Windows XP operating system. What is the solution for this on Windows? Are you sure you're getting a NSSound object and not nil? Both libao and libsndfile

Re: Obj-C, Handling the sound attribute of a button - SOLVED but on Windows

2010-10-03 Thread Stef Bidi
On Sun, Oct 3, 2010 at 10:42 AM, Csanyi Pal csanyi...@gmail.com wrote: Are you sure you're getting a NSSound object and not nil? I'm not sure. If you don't have the libsndfile and libao bundles built (see below) you will be getting nil. Both libao and libsndfile work on Windows, but

Re: Sound attribute of a button - app doesn't play the sound

2010-09-18 Thread Stef Bidi
I'm assuming this feature uses NSSound to play sound, so the problem would most likely be there. Do you have libsndfile and libao installed on your system? If you do have those two libraries, make sure GNUstep built and installed the Sndfile.nssound and AudioOutput.nssound bundles... they should

Re: Sound attribute of a button - app doesn't play the sound

2010-09-18 Thread Stef Bidi
On Sat, Sep 18, 2010 at 10:53 AM, Csanyi Pal csanyi...@gmail.com wrote: Maybe the problem is that that the sound file is in OGG format? Recent versions of libsndfile support ogg/vorbis and the build shipped with Debian seem to support it as well (at least it requires libogg and libvorbis).

Re: Hungarian o and u double accute doesn't display correctly

2010-09-10 Thread Stef Bidi
On Thu, Sep 9, 2010 at 1:34 PM, Csanyi Pal csanyi...@gmail.com wrote: However, when I run my application from xterm window, then I can see warnings: 2010-09-09 20:17:42.091 LPT_Interface[7583] The font specified for NSLabelFont, Helvetica, can't be found. Helvetica is the default art

Re: Podcasts for GNUste

2010-08-27 Thread Stef Bidi
Sounds like a great idea. There used to be at least 1 that I remember on the website, but I can't seem to find it now. Would probably be a good idea to update that tutorial... it taught ProjectCenter and GORM, and it's how I first learned to even work with GNUstep. I would say some usability

Re: List dead?

2010-05-04 Thread Stef Bidi
Not that I know of. Checked my old e-mails and it looks like the latest one (that I could find, at least) was from David C. on Apr 27. Stefan On Sun, Mar 21, 2010 at 12:50 PM, h...@computer.org h...@computer.org wrote: Hi all, is the GNUstep discussion list dead? The last posting was from 9th

Re: Best book for learning ObjC?

2010-02-27 Thread Stef Bidi
I learn plain old C by reading Kochan's Programming in C. He also have a Programming in Objective-C 2.0 (ObjC 2.0 seems to be where GNUstep is going, so I don't see why you can start with that), which is probably what you want to go with. Etoile's David Chisnall (hope I didn't misspell that)

Re: Best way to install cutting edge GnuStep distribution

2010-02-09 Thread Stef Bidi
On Tue, Feb 9, 2010 at 5:07 PM, Dr Slivnik Tomaž MA (Cantab) PhD (Cantab) FTICA sliv...@tomaz.name wrote: What is the best/quickest/easiest/smoothest way to get a cutting edge GnuStep distribution running on my machine? I have Debian 5.0.3 running in a virtual machine with all the GnuStep

A few problem with latest SVN stuff

2009-11-08 Thread Stef Bidi
I've been trying to use as many GNUstep applications as possible on a little test install that I have going on here and am running into a few problems. These are just the problems with GWorkspace, and I don't know if it's something I'm going or if they are bugs (everything used to work) and

Re: 100 days until FOSDEM

2009-10-28 Thread Stef Bidi
On Wed, Oct 28, 2009 at 5:11 PM, Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de wrote: So to increase our chances to get a dev-room I am asking: does somebody know other projects we could invite for a collaboration? Is somebody in contact with those people? I guess if Riccardo

Re: how to compile a .m

2009-10-13 Thread Stef Bidi
You'll need a GNUmakefile. Check this link for a tutorial: http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/ For your simple example I would say: include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = test test_OBJC_FILES = hello.m include $(GNUSTEP_MAKEFILES)/tool.make Don't forget to

Re: Changes I've been thinking of...

2009-10-10 Thread Stef Bidi
On Sat, Oct 10, 2009 at 8:01 AM, Michael Thaler michael.tha...@physik.tu-muenchen.de wrote: Hi, 1. Marketing to get people to give us a look. To see what? A user interface that most people consider looking really dated? Here are some numbers from the 2006 Linux Deskop Survey:

Re: Changes I've been thinking of...

2009-10-08 Thread Stef Bidi
Forgot to reply to all! On Thu, Oct 8, 2009 at 10:45 AM, Nicola Pero nicola.p...@meta-innovation.com wrote: It would undoubtedly be good to have some packager-specific documentation, but obviously the target readership is a very small group We *do* have packager documentation, in

Re: Default Sounds

2009-07-30 Thread Stef Bidi
On Thu, Jul 30, 2009 at 9:18 AM, David Chisnall thera...@sucs.org wrote: On 30 Jul 2009, at 14:19, Gregory Casamento wrote: Which format would be best? Anything that the new NSSound code supports. Since they only need to be a couple of seconds long, we can probably distribute them as