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

2010-06-25 Thread Andrew
On 24/06/10 21:39, Abderrahim Kitouni wrote: Hi, 2010/6/24, Andrew rugby...@gmail.com: Hi guys, I am a programmer coming form python and I am trying to get to grips with Genie. One problem I am having is as follows: Say I have a class called Gerrard and to create a new version of this

Re: [Vala] help with rygael

2010-06-25 Thread Zeeshan Ali (Khattak)
Hi Dennis, I have two questions: 1. What exactly is your question? 2. Could you please spell the name Rygel correctly? :) -- Regards, Zeeshan Ali (Khattak) FSF member#5124 ___ vala-list mailing list vala-list@gnome.org

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

2010-06-25 Thread Andrew
On 25/06/10 09:00, Abderrahim Kitouni wrote: Hi, 2010/6/25 Andrew rugby...@gmail.com: Thankyou for your help. I tried the first method but it didn't work (it is a Gtk object and so I doubted it would due to what you said above). I then tried to do the second method but I didn't really

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

2010-06-25 Thread Abderrahim Kitouni
Hi, 2010/6/25 Andrew rugby...@gmail.com: Thankyou for your help. I tried the first method but it didn't work (it is a Gtk object and so I doubted it would due to what you said above). I then tried to do the second method but I didn't really understand what to do. Could you do an example

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

2010-06-25 Thread Abderrahim Kitouni
Hi, 2010/6/25 Andrew rugby...@gmail.com: On 25/06/10 09:00, Abderrahim Kitouni wrote: Hi, 2010/6/25 Andrew rugby...@gmail.com: Thankyou for your help. I tried the first method but it didn't work (it is a Gtk object and so I doubted it would due to what you said above). I then tried to do

[Vala] [vala] for loop

2010-06-25 Thread gerhard . gruber
Hello! I am using vala for some months now and first I want to say: great job! I like this language! But today I looked at some generated C-Code an when you have a simple for-loop in vala: int main() { int i; for (i = 0; i 10; i++) { stdout.printf(test %d\n, i); } return 0; }

Re: [Vala] [vala] for loop

2010-06-25 Thread Jürg Billeter
Hi, On Fri, 2010-06-25 at 10:27 +, gerhard.gru...@documatrix.com wrote: Why do you write a for loop in this way? I think there are some reasons, but I did not find them. But when it is necessary to write a while loop instead a for loop would it not be better, if the generated code looks

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

2010-06-25 Thread Andrew
On 25/06/10 10:29, Abderrahim Kitouni wrote: Hi, 2010/6/25 Andrew rugby...@gmail.com: On 25/06/10 09:00, Abderrahim Kitouni wrote: Hi, 2010/6/25 Andrew rugby...@gmail.com: Thankyou for your help. I tried the first method but it didn't work (it is a Gtk object and so I doubted it would

Re: [Vala] Vala command completion in MonoDevelop 2.4

2010-06-25 Thread Andrea Del Signore
Hi, can you retry with svn trunk please? If the issue is still present can you file a bug here http://code.google.com/p/vtg/issues/list and attach your vala source so I can try to eventually fix it? Thank, Andrea On Fri, 2010-06-25 at 08:49 +0300, Kamen Bundev wrote: I'm using SVN