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

2010-06-27 Thread Andrew
On 26/06/10 23:09, Abderrahim Kitouni wrote: Hi, 2010/6/25, Andrew rugby...@gmail.com: 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

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

2010-06-27 Thread Andrew
On 27/06/10 08:16, Andrew wrote: On 26/06/10 23:09, Abderrahim Kitouni wrote: Hi, 2010/6/25, Andrew rugby...@gmail.com: 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

[Vala] How to abort sorting in Gee.ArrayList?

2010-06-27 Thread Christer
Hi, Whats a smart way of aborting sorting a list? I have objects in a ArrayList being sorted using the Comparable interface. My application is handling millions of items being sorted and I sometimes would like to abort the sorting if the user chooses to do something else. And thanks for Vala and

Re: [Vala] Vala: JACK Audio Binding

2010-06-27 Thread JM
Hello Writing it like this should help: public int get_aliases(ref string[] aliases); Same for Data[]. Unfortunately that doesn't check the size of the string array. Regards ___ vala-list mailing list vala-list@gnome.org

Re: [Vala] GTK and Property problems

2010-06-27 Thread Nicolas
Hi Andrew, It's a pleasure to help. If you want some genie samples, go to http://code.valaide.org/ and into the search engine type: genie. Nicolas. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] [Fwd: Re: Vala: JACK Audio Binding]

2010-06-27 Thread alberto colombo
sorry, I forgot to reply to the list alberto ---BeginMessage--- Hello, I created a bug to track progress on Jack bindings: https://bugzilla.gnome.org/show_bug.cgi?id=576777. I have just committed the latest version I had on my HD (dated November 2009), which should fix quite a few bugs compared

Re: [Vala] How to abort sorting in Gee.ArrayList?

2010-06-27 Thread synkro
Hi! Most sorting algorithms don't like being aborted. Aborting sorting also means that not perfectly sorted data is acceptable. I suggest bubble sort, it's not fast but easily aborted. greets synkro ___ vala-list mailing list vala-list@gnome.org

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

2010-06-27 Thread Abderrahim Kitouni
Hi, 2010/6/27 Andrew rugby...@gmail.com: On 27/06/10 08:16, Andrew wrote: Ignore that, I managed to do the APP_INDICATOR_TYPE correctly in the vapi file, however I don't seem to have any success with the APP_INDICATOR_TYPE_INDICATOR_CATEGORY. Attached is the vapi file, could you point me in

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

2010-06-27 Thread Andrew
On 27/06/10 18:11, Andrew wrote: On 27/06/10 17:32, Abderrahim Kitouni wrote: Hi, 2010/6/27 Andrew rugby...@gmail.com: On 27/06/10 08:16, Andrew wrote: Ignore that, I managed to do the APP_INDICATOR_TYPE correctly in the vapi file, however I don't seem to have any success with the

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

2010-06-27 Thread Abderrahim Kitouni
Hi, 2010/6/27 Andrew rugby...@gmail.com: On 27/06/10 17:32, Abderrahim Kitouni wrote: Hi, 2010/6/27 Andrew rugby...@gmail.com: On 27/06/10 08:16, Andrew wrote: Ignore that, I managed to do the APP_INDICATOR_TYPE correctly in the vapi file, however I don't seem to have any success with the