[Vala] [ANNOUNCE] Spek 0.5

2010-06-26 Thread Alexander Kojevnikov
Hi list, I'm happy to announce the release of version 0.5 of Spek - an acoustic spectrum analyser / spectrogram viewer. Spek is a multi-platform app written in Vala, it uses GTK+, Cairo, Pango and GStreamer bindings. Since the first announcement (version 0.1) Spek introduced many new features an

Re: [Vala] Vala: JACK Audio Binding

2010-06-26 Thread Harry Van Haaren
Cheers for the reply & the commit! Its a help anyway, I was at 12 errors, now down to 6 errors. (+ 5 warnings). All the errors seem to be of the same kind. (Something due to accessing array[2] ?) I've never written a .vapi and dont really understand all the fancy tricks you do... So best job is p

Re: [Vala] Genie, subclassing and some help!

2010-06-26 Thread Abderrahim Kitouni
Hi, 2010/6/25, Andrew : > Thankyou very much :-) That seemed to work and hopefully I shall try > less ambitious things next time :-) > > However now I get this error, is this a bug in the library (this is > without invoking a new instance of the subclass, just compiling the > definition of the

Re: [Vala] GTK and Property problems

2010-06-26 Thread Andrew
On 26/06/10 12:19, Nicolas wrote: > Hi, > > Why not simply using this: > ... Indeed, why not :-) Thankyou very much Nicolas and Philipp, now it works perfectly :-) -- Andrew ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman

[Vala] Vala: JACK Audio Binding

2010-06-26 Thread Harry Van Haaren
Hey all, I'm learning Vala at the moment, primarily with the intention to develop apps which support JACK audio output. I'm gonna work towards GStreamer based audio routing, and JACK Transport to Start/Stop my app. For the while, I hope to have a play around with JACK using Vala. So I went lookin

Re: [Vala] GTK and Property problems

2010-06-26 Thread Nicolas
Hi, Why not simply using this: [indent=4] // Compile with uses Gtk Gdk class wMain : GLib.Object prop main_window : MainWindow init var main_window = new MainWindow() var main_viewport = new Viewport(null, null) main_window.scrolled_window.add(main_v

Re: [Vala] GTK and Property problems

2010-06-26 Thread Andrew
On 26/06/10 11:37, pHilipp Zabel wrote: > On Sat, Jun 26, 2010 at 9:36 AM, Andrew wrote: >> HI guys, >> >> Perhaps the simplest way to ask this is, could anyone tell me why when >> the attached file (Genie) is compiled and then run, do I get these error >> messages? >> >> (wasiliana:2710): Gtk-CRI

Re: [Vala] GTK and Property problems

2010-06-26 Thread pHilipp Zabel
On Sat, Jun 26, 2010 at 9:36 AM, Andrew wrote: > HI guys, > > Perhaps the simplest way to ask this is, could anyone tell me why when > the attached file (Genie) is compiled and then run, do I get these error > messages? > > (wasiliana:2710): Gtk-CRITICAL **: gtk_container_add: assertion > `GTK_IS_

[Vala] Fwd: Re: GTK and Property problems

2010-06-26 Thread Andrew
On 26/06/10 09:13, pHilipp Zabel wrote: > On Sat, Jun 26, 2010 at 9:36 AM, Andrew wrote: >> HI guys, >> >> Perhaps the simplest way to ask this is, could anyone tell me why when >> the attached file (Genie) is compiled and then run, do I get these error >> messages? >> >> (wasiliana:2710): Gtk-CR

Re: [Vala] GTK and Property problems

2010-06-26 Thread Andrew
On 26/06/10 08:36, Andrew wrote: > HI guys, > > Perhaps the simplest way to ask this is, could anyone tell me why when > the attached file (Genie) is compiled and then run, do I get these error > messages? > > (wasiliana:2710): Gtk-CRITICAL **: gtk_container_add: assertion > `GTK_IS_CONTAINER (co

[Vala] GTK and Property problems

2010-06-26 Thread Andrew
HI guys, Perhaps the simplest way to ask this is, could anyone tell me why when the attached file (Genie) is compiled and then run, do I get these error messages? (wasiliana:2710): Gtk-CRITICAL **: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed (wasiliana:2710): GLib-GObject-W