Re: LPT_Interface.app - implementing button action

2010-09-18 Thread Csanyi Pal
Germán Arias ger...@xelalug.org writes: On vie, 2010-09-17 at 18:50 +0200, Csanyi Pal wrote: [code] NSString *title = [sender title]; if ([title isEqualToString: @1]) { [StatLine setStringValue: @write logical 1 to the data port]; } else if ([title

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

2010-09-18 Thread Csanyi Pal
Hi, I added the sound attribute for a button in my GNUstep Renaissance application in the .gsmarkup file: button type=toggle title=1 alternateTitle=0 sound=GombHangja_Magas.ogg id=CPb0sr nextKeyView=#CPb0? / but when compiled and run the app, I can't heare the sound of that button. Why? --

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).

Some apps losts

2010-09-18 Thread Germán Arias
From some weeks ago the page http://www.gnustep.it/marko/index.html isn't found. Would be nice retrieve those apps, and put these at wiki or any other place. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org